Closed
Bug 446655
Opened 17 years ago
Closed 17 years ago
Add-on fails to get available updated version
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: baz, Unassigned)
Details
I'm not sure if this is something particular to the install.rdf of LDS Toolbar or a more general issue with the Update service or even Firefox not receiving the update information correctly but here's the situation.
0) Using Firefox 3.0.1 on Mac
1) Install LDS v1.35 (https://addons.mozilla.org/en-US/firefox/addons/versions/5740). (Since it's compatibility range is 1.5-3.0b5, you may need to set extensions.checkCompatibility to false)
2) Restart Firefox
3) Attempt to update LDS Toolbar to the latest version
4) No update is delivered
An update was expected since there's a newer version of the add-on 1.4.1 available on the site.
Here's the Tamper Data/HTTP header info when the Update request was sent from Firefox 3.0.1:
10:21:35.123[362ms][total 362ms] Status: 200[OK]
GET https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=1&id={1efdd08a-1565-42f5-b014-e9f97bc30a7c}&version=1.35&maxAppVersion=3.0b5&status=userEnabled,incompatible&appID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}&appVersion=3.0.1&appOS=Darwin&appABI=x86-gcc3&locale=en-US Load Flags[LOAD_BYPASS_CACHE LOAD_BACKGROUND ] Content Size[517] Mime Type[text/xml]
Request Headers:
Host[versioncheck.addons.mozilla.org]
User-Agent[Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1]
Accept[text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
Accept-Language[en-US,en;q=0.7,chrome://global/locale/intl.properties;q=0.3]
Accept-Encoding[gzip,deflate]
Accept-Charset[ISO-8859-1,utf-8;q=0.7,*;q=0.7]
Keep-Alive[300]
Connection[keep-alive]
Cookie[__utma=164683759.1917499387.1213129873.1216684651.1216746237.39; __utmz=164683759.1213129873.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); dloadday=98.207.7.227.1216419609695940; __utmb=164683759]
Pragma[no-cache]
Cache-Control[no-cache]
Response Headers:
Date[Tue, 22 Jul 2008 17:21:35 GMT]
Server[Apache/2.2.3 (Red Hat)]
X-Powered-By[PHP/5.1.6]
Connection[close]
Content-Type[text/xml]
Cache-Control[private]
Content-Encoding[gzip]
Content-Length[517]
Update service returns:
<RDF:RDF>
<RDF:Description about="urn:mozilla:extension:{1efdd08a-1565-42f5-b014-e9f97bc30a7c}">
<em:updates>
<RDF:Seq>
<RDF:li resource="urn:mozilla:extension:{1efdd08a-1565-42f5-b014-e9f97bc30a7c}:1.4.1"/>
</RDF:Seq>
</em:updates>
</RDF:Description>
<RDF:Description about="urn:mozilla:extension:{1efdd08a-1565-42f5-b014-e9f97bc30a7c}:1.4.1">
<em:version>1.4.1</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.0.*</em:maxVersion>
<em:updateLink>
http://releases.mozilla.org/pub/mozilla.org/addons/5740/lds_toolbar_extension-1.4.1-fx.xpi
</em:updateLink>
<em:updateInfoURL>
https://addons.mozilla.org/versions/updateInfo/50571/%APP_LOCALE%/
</em:updateInfoURL>
<em:updateHash>sha1:3d3443f52ec4d2b4d8d2fd6768680973a77e2d8a</em:updateHash>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:RDF>
This could be related to bug 421270 (not sure).
![]() |
||
Comment 1•17 years ago
|
||
1.35 is higher as 1.4.1
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•