-
Notifications
You must be signed in to change notification settings - Fork 435
[Firefox] doesn't work on browser start / incompatibility with StartupMaster #553
Comments
There is a timeout of 15s when a remote server is not responding. The symptom you describes is as if connection to Github is blocked -- uBlock is trying to fetch the checksums file to find out what needs to be updated. So the thing to look for is whether connections to Github are blocked. If so, waiting 15-30s the timeout should expire and the dashboard should display fine using the cached version of the checksums. |
I tried letting it wait for 20 minutes or so, but it still didn't display. Is the timeout failing to expire for some reason? Or is it downloading but doing it super-super slow? |
Ok 20 minutes is definitely not right, as said, at most 15-30 seconds. It does appear the code is aborting when it tries to read the remote resources, thus the time-out is never fired. This would need to be reproduced and investigated using the debugger. I don't have FF 31 ESR. I will try later today installing it in a VM and see if I can reproduce. |
@codydunne If the toolbar button doesn't appear, that could indicate that there is a JavaScript error which causes the initialization to fail. |
@Deathamns It looks like disabling and enabling it fixes the issue, but must be done after every restart. Here is what I get in the browser console when I enable it:
|
Those console reports are not interesting. |
It turns out that using the StartupMaster extension at the same time as uBlock is what is causing the problem. When I disable StartupMaster everything works fine. Thank you both for your help, and I'm sorry the solution is so mundane! |
That doesn't make the problem solved. Meaning, the background page cannot be created, so the extension doesn't start at all, when StartupMaster is used. |
Should be fixed in 631da22. |
I just installed uBlock 0.8.5.7 on Firefox 31.4.0 ESR. It worked initially, but as soon as I restarted Firefox it stopped working. There is no toolbar button and ads are not blocked.
uBlock still shows up in the Add-ons Manager and the options can be changed, except that the 3rd-party filters page fails to load and I get the Windows spinning circle loading indicator. The other options tabs are still responsive though.
The text was updated successfully, but these errors were encountered: