Closed
Bug 453169
Opened 17 years ago
Closed 15 years ago
NS_ERROR_NOT_AVAILABLE [nsIXMLHttpRequest.status] accessing favorites.live.com
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: luca_giachino, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-11-01])
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.04506.648)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080901033305 Minefield/3.1b1pre
When accessing http://favorites.live.com and after sign-on with valid account, the favorites are not displayed and the following error is reported in the Error Console:
Error: [Exception... "Component returned failure code: 0x80040111
(NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111
(NS_ERROR_NOT_AVAILABLE)" location: "JS frame ::
http://js.shared.live.com/xugouxKQdlbopFQsKLF0!Q/B/AtlasCompat.js :: anonymous
:: line 61" data: no]
Source File: http://js.shared.live.com/xugouxKQdlbopFQsKLF0!Q/B/AtlasCompat.js
Line: 61
The source line in question is:
Web.Browser._Private.cleanupFirefox = function(el,obj)
{
var newXML;
if (el.status==200)
{
where I guess el is of type nsIXMLHttpRequest.
Do not know of any workaround for users facing this issue against 3rd party web
sites.
Problem did not exist with FireFox 2.X.
Problem is observed also from Mozilla/5.0 (Macintosh; U; Intel Mac OS X
10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
Reproducible: Always
Steps to Reproduce:
1.Go to http://favorites.live.com
2.Sign-on with proper account (you can create one for free)
3.Your favorites will not appear and error will be produced
Actual Results:
Web pages shows no favorites, error is posted in Error Console as indicated above.
Expected Results:
The favorites should have been displayed without errors.
This problem prevents the favorites.live.com users from using the service with FireFox 3. Had to revert to FireFox 2.x version to get me using the service again. No workaround is known to me.
Comment 1•15 years ago
|
||
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Comment 2•15 years ago
|
||
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•