Dev Edition can't load pages or check for updates
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: chuacw, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
47.68 KB,
application/json
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Help | About Firefox -> in attachment 9162114 [details]
Actual results:
Firefox does "Checking for updates" and the icon keeps spinning...
Expected results:
It should have returned "No updates" or showed updates available.
Hi,
I don't have the technical knowledge to confirm this issue but I'll add product and component so the team can make some research on it. Hopefully, someone with a more deep understanding of this matter can help. Feel free to route this ticket to the corresponding team.
Regards,
Jerónimo.
Comment 2•5 years ago
|
||
I don't think DOM:Events is the right place.
Hi Gijs, can you suggest to which Firefox component we should move this bug so the right folks can take a look? Thanks!
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
Are there any errors in the browser console (open with ctrl-shift-j - Note: this is not the same as the regular developer console) when opening the about firefox window?
| Reporter | ||
Comment 6•5 years ago
|
||
browser.startup.average_time - Truncating float/double number.
Unknown category for SetEventRecordingEnabled: fxmonitor
Key event not available on some keyboard layouts: key=“i” modifiers=“accel,alt,shift” id=“key_browserToolbox” browser.xhtml
[Exception... "Illegal value" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: chrome://extensions/content/parent/ext-webRequest.js :: registerEvent :: line 46" data: no] ext-webRequest.js:46:20
registerEvent chrome://extensions/content/parent/ext-webRequest.js:46
register chrome://extensions/content/parent/ext-webRequest.js:114
addListener resource://gre/modules/ExtensionCommon.jsm:2485
addListener resource://gre/modules/ExtensionCommon.jsm:2550
recvAddListener resource://gre/modules/ExtensionParent.jsm:1013
AsyncFunctionNext self-hosted:684
Alternate Service Mapping found: https://safebrowsing.googleapis.com:-1 to https://safebrowsing.googleapis.com:443
a11y.sitezoom - Unknown scalar.
Structured Ingestion ping failure with error: timeout PingCentre.jsm:202
| Reporter | ||
Comment 7•5 years ago
|
||
Note that I can use Firefox 78.0.1 (64-bit) on the same OS platform to browse any site, with multiple tabs opened.
With Firefox Developer, there appears to be a process that's taking 25% CPU or more (on a 4-core CPU) that appears to be blocking any HTTP GET/POST request.
Comment 8•5 years ago
|
||
Thanks for the info.
(In reply to Chua Chee Wee from comment #7)
With Firefox Developer, there appears to be a process that's taking 25% CPU or more (on a 4-core CPU) that appears to be blocking any HTTP GET/POST request.
That does sound like it would also be causing the update problem (because checking for updates requires making a GET request). Does starting your Dev Edition in safe mode help with either updates or with other requests?
| Reporter | ||
Comment 9•5 years ago
|
||
I started in safe mode, and Dev Edition still can't retrieve any sites.
I've got a Firefox account, so my settings in Firefox 78.0.1 (64-bit) are sync'd with my Dev Edition's.
At the moment, Firefox 78 works, but Dev and Nightly can't retrieve sites.
Comment 10•5 years ago
|
||
Thanks for checking.
That puts this problem a little over my head, I'm afraid. I think we've established that whatever is going on is bigger than updates not working though, so I'm moving the bug back out of this component and changing the title.
Comment 11•5 years ago
|
||
Sounds to me like this might be a networking issue, so moving over to that component.
Comment 12•5 years ago
|
||
Do you have network.http.http3.enabled set o true? (http3 is experimental and still not ready. the http3 version in 79 does not wok well)
If answer is no can you make a http log?
https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging
Comment 13•5 years ago
|
||
(In reply to Dragana Damjanovic [:dragana] from comment #12)
Do you have network.http.http3.enabled set o true? (http3 is experimental and still not ready. the http3 version in 79 does not wok well)
It's enabled in the about:support data (see attachment), so this is probably it...
Comment 14•5 years ago
|
||
(In reply to :Gijs (he/him) from comment #13)
(In reply to Dragana Damjanovic [:dragana] from comment #12)
Do you have network.http.http3.enabled set o true? (http3 is experimental and still not ready. the http3 version in 79 does not wok well)
It's enabled in the about:support data (see attachment), so this is probably it...
Ah sorry, I missed the attachment somehow.
| Reporter | ||
Comment 15•5 years ago
|
||
Yes, I have http3 enabled. I'm gonna try turning it off on Dev and Nightly, and see if that works.
Will this cause 78.0.2 (64-bit)'s http3 setting to be disabled as well?
How does the sync work if there are conflicting settings between different editions of Firefox?
| Reporter | ||
Comment 16•5 years ago
|
||
Ok, it now works on 79.0b6.
I'm gonna close this.
Description
•