Closed
Bug 686871
Opened 14 years ago
Closed 14 years ago
Update entry found but not updated for AMO hosted add-on
Categories
(addons.mozilla.org Graveyard :: API, defect)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kinger, Unassigned)
Details
Mozilla/5.0 (Windows NT 6.0; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Steps:
1. Go to https://addons.mozilla.org/en-US/firefox/addon/video-downloader-player/versions/ and install v2.4.3 (2nd in list)
2. After restart, check for update for the add-on
Expected
2.4.4 is found and applied
Actual
No updates found in UI
With extensions.logging.enabled enabled, the output I get appears to show that an update is found but nothing happens with it.
LOG addons.updates: Requesting https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=2&id=anttoolbar@ant.com&version=2.4.3&maxAppVersion=6.*&status=userEnabled&appID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}&appVersion=6.0.2&appOS=WINNT&appABI=x86-msvc&locale=en-US¤tAppVersion=6.0.2&updateType=97
LOG addons.updates: Found an update entry for anttoolbar@ant.com version 2.4.3
Comment 1•14 years ago
|
||
(In reply to Brian King (Briks) [:kinger] from comment #0)
> LOG addons.updates: Found an update entry for anttoolbar@ant.com version
> 2.4.3
As you can see something is wrong with the version number which gets returned via the AMO API. You have installed v2.4.3 and an update check returns v2.4.3 and says it is an update. Same happens if you install the latest version 2.4.4 and check for updates.
https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=2&id=anttoolbar@ant.com&version=2.4.3&maxAppVersion=6.*&status=userEnabled&appID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}&appVersion=6.0.2&appOS=Darwin&appABI=x86_64-gcc3&locale=en-US¤tAppVersion=6.0.2&updateType=97
Component: Add-ons Manager → API
OS: Windows Vista → All
Product: Toolkit → addons.mozilla.org
QA Contact: add-ons.manager → api
Hardware: x86 → All
Version: 6 Branch → unspecified
| Reporter | ||
Comment 2•14 years ago
|
||
Note that 2.4.3 and all previous versions are in the experimental channel (some used to be public) and 2.4.4 is public. So if this is expected behaviour due to a channel limitation, I still think it is not right that no user of the add-on will get an update.
Comment 3•14 years ago
|
||
The extension had an incorrect status after being approved. It appeared as still pending review, and I think that's the reason the updates weren't being pushed.
Please try again in a couple of hours and reopen if the problem persists.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•10 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
•