Closed
Bug 953126
Opened 12 years ago
Closed 11 years ago
Error: [Exception... "'<error>' when calling method: [nsIContentHandler::handleContent]" nsresult: "0x805d0001 (<unknown>)" location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data: no]
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ishikawa, Unassigned)
Details
This is with comm-central thunderbird.
Every time I left click on an attachment to start saving the attachment,
error console logs the following error.
Error: [Exception... "'<error>' when calling method: [nsIContentHandler::handleContent]" nsresult: "0x805d0001 (<unknown>)" location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data: no]
I have no idea where this comes from.
0x805D0001 is, according to James Ross's error code lookup
service page, http://james-ross.co.uk/mozilla/misc/nserror
has the following meaning.
> 0x805D0001 (2153578497)
> Name NS_ERROR_WONT_HANDLE_CONTENT (search MXR, Google, Bing, Yahoo)
> Module URILOADER (24)
> Severity Failure (1)
> Number 1
So there may be a routine that is invoked and throwing this
to the error console when I left click on an attachment.
TIA
Reporter | ||
Comment 1•11 years ago
|
||
Hi, I no longer see this error with the TB (C-C) as of April 20
hg identify
949779560f84 qtip/tip/virtual-folder-cleanup.patch
So closing this as resolved / FIXED.
TIA
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
we use WFM when we do not know what specific patch/bug fixed the problem. :)
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•