Page 1 of 1

Unable to update "Oracle VM VirtualBox Extension Pack" -> fixed after Beta 2

Posted: 7. Nov 2018, 09:55
by JulianF
During the "Check for updates" process I get the following message:

"You have an old version (6.0.0_BETA1) of the Oracle VM VirtualBox Extension Pack installed.
Do you wish to download latest one from the Internet?"

After clicking "Download" a download window appears and after some seconds the following message appears:
The network operation failed with the following error:
During network request: U rl not found on the server.

Re: Unable to update "Oracle VM VirtualBox Extension Pack"

Posted: 15. Nov 2018, 17:06
by khaki54
Same here

Re: Unable to update "Oracle VM VirtualBox Extension Pack"

Posted: 15. Nov 2018, 17:11
by khaki54
I was able to download manually from here
http://download.virtualbox.org/virtualb ... ox-extpack

Re: Unable to update "Oracle VM VirtualBox Extension Pack"

Posted: 16. Nov 2018, 13:34
by michael
Do you have the URL that failed to download? Does it still?

Re: Unable to update "Oracle VM VirtualBox Extension Pack"

Posted: 17. Nov 2018, 17:52
by gonhidi
On macOS 10.14.1 and VirtualBox 6.0.0_BETA2 r126642, the Network Operations Manager dialogue giving the “Url not found” message is still present. There is no mention neither on the window nor on stdout/stderr of what the problematic URL might be.

Manually downloading the matching extension pack (version 6.0.0r126642_BETA2) is possible, and so is installing it through the Extensions section of the Preferences (however, double clicking the file or dragging it onto VirtualBox Manager doesn't prompt for its installation, contrary to 5.2.x). In spite of this, when opening again the VirtualBox Manager or checking for updates, a popup noting that “you have an old version (6.0.0_BETA2) of the Oracle VM VirtualBox Extension Pack installed” and offering to download it still appears (and the “Url not found” dialogue shows when choosing to try and download it).

Re: Unable to update "Oracle VM VirtualBox Extension Pack"

Posted: 18. Nov 2018, 03:40
by khaki54
Still not working in beta 2, I can't figure out what URL it's attempting to hit either. Checked firwalls and SPAM_SEARCH to make sure they weren't blocking the app. No idea what's going on here.

Re: Unable to update "Oracle VM VirtualBox Extension Pack"

Posted: 18. Nov 2018, 09:31
by Kontrollfreak
Same problem here. VirtualBox 6.0.0_BETA2 r126642 with Extension Pack 6.0.0r126642_BETA2 on Windows 7:

When I check for updates, it complains that I have an old version of the Extension Pack and then when I click Download, the following error occurs:

Code: Select all

The network operation failed with the following error:
During network request: Url not found on the server.
HTTP request for "check for updates":

Code: Select all

GET /query.php?platform=WINDOWS_32BITS_GENERIC&version=6.0.0_BETA2_126642&count=4&branch=stable HTTP/1.1
Host: update.virtualbox.org
Accept: */*
User-Agent: VirtualBox 6.0.0_BETA2 <win.32 [Product: Windows 7 | Release: 6.1.7601 | SP: 1]>
Response:

Code: Select all

HTTP/1.1 200 OK
Date: Sun, 18 Nov 2018 07:13:23 GMT
Server: Oracle-Application-Server-11g
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Content-Security-Policy: default-src 'self'
X-XSS-Protection: 1; mode=block
Strict-Transport-Security: max-age=31536000; includeSubdomains
X-Powered-By: PHP/5.4.19
Content-Length: 8
Content-Type: text/html
Content-Language: en

UPTODATE
HTTP request for "Download":

Code: Select all

HEAD /virtualbox/6.0.0/Oracle_VM_VirtualBox_Extension_Pack-6.0.0.vbox-extpack HTTP/1.1
Host: download.virtualbox.org
User-Agent: Mozilla/5.0 (AgnosticOS; Blend) IPRT/64.42
Accept: */*
I think the URL should be /virtualbox/6.0.0_BETA2/Oracle_VM_VirtualBox_Extension_Pack-6.0.0_BETA2.vbox-extpack
I'm not sure why it thinks that I have an old Extension Pack installed, though.

Response:

Code: Select all

HTTP/1.1 404 Not Found
Accept-Ranges: bytes
Content-Length: 7073
Content-Type: text/html
ETag: "477d9862374177c810b0b7d73b4f1e53:1531792454.541174"
Last-Modified: Wed, 31 Aug 2011 20:28:54 GMT
Server: AkamaiNetStorage
Date: Sun, 18 Nov 2018 07:15:13 GMT
Connection: keep-alive

Re: Unable to update "Oracle VM VirtualBox Extension Pack"

Posted: 19. Nov 2018, 19:42
by klaus
Bug in the version comparison (in the GUI code)... fixed. Any trunk test build (or future betas) with a revision after 126731 will have the fix.

Re: Unable to update "Oracle VM VirtualBox Extension Pack" -> fixed after Beta 2

Posted: 6. Dec 2018, 17:48
by khaki54
Confirmed fixed in beta 3