Closed
Bug 1146414
Opened 10 years ago
Closed 3 years ago
Error displayed when opening up browser toolbox: NS_ERROR_NET_TIMEOUT
Categories
(DevTools :: Framework, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: jsantell, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
I get this (displayed in the browser toolbox window) when sometimes opening the browser toolbox (image attached):
[Exception... "Component returned failure code: 0x804b000e (NS_ERROR_NET_TIMEOUT) [nsIInputStream.available]" nsresult: "0x804b000e (NS_ERROR_NET_TIMEOUT)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/security/socket.js :: onInputStreamReady :: line 300" data: no]
Reporter | ||
Updated•10 years ago
|
Summary: Error displayed when opening up browser toolbox → Error displayed when opening up browser toolbox: NS_ERROR_NET_TIMEOUT
Reporter | ||
Updated•10 years ago
|
Comment 1•10 years ago
|
||
I saw this appear when I opened the browser content toolbox and then hit a debugger statement in my code. However, I can't seem to reproduce this following the same steps.
[Exception... "Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIInputStream.available]" nsresult: "0x80470002 (NS_BASE_STREAM_CLOSED)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/security/socket.js :: onInputStreamReady :: line 300" data: no]
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Blocks: browser-toolbox
Comment 2•3 years ago
|
||
This is likely fixed by work done in Bug 1120863 - Browser toolbox starts blank and doesn't function with pending updates
Feel free to reopen if you are still experiencing this issue.
Honza
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•