-
Notifications
You must be signed in to change notification settings - Fork 969
Update test fails #3337
Comments
grep -r 'request(' * | grep -v extensions ledger.js: request.request({ url: url, responseType: 'blob' }, (err, response, blob) => { It looks like we only use the request call in the updater and ledger - so we should be all good. |
Tested this on OSX and Win10. OSx is working as expected Windows is not retrieving metadata from the update server. |
More details - MacOS is updating correctly. Windows is retrieving metadata in dev, but not in the RC4 release. 2016-08-26T19:38:07.478Z - checkForUpdates |
looks like this message is displayed when you don't have access to the udpater.exe Maybe your VM just needs a reboot? |
I'm thinking due to locked file |
Yup, just tested on latest RC. Works as expected now. |
On the 0.11.6 beta5 still I have the same error on Windows 7 64 bit. |
Did you mean beta5 @aekeus ? |
@luixxiul did you try rebooting and then testing? Please send a new update log after rebooting if it still fails. |
Re-opening for now since @luixxiul said something is still up |
It would be good to get an independent verification before I close this, so waiting. |
@alexwykoff please try this one |
It works now on the latest beta on Windows 7 64 bit! I think it is OK to close this 👍 |
Describe the issue you encountered: Test that updating using
BRAVE_UPDATE_VERSION=0.8.3
env variable does not works correctly.Expected behavior:
BRAVE_UPDATE_VERSION=0.8.3
and restart the browserSetting a milestone for now.
The text was updated successfully, but these errors were encountered: