Closed Bug 585072 Opened 14 years ago Closed 14 years ago

Some valid add-on listings are not visible

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect, P2)

defect

Tracking

(Not tracked)

VERIFIED FIXED
5.11.8

People

(Reporter: jorgev, Assigned: jbalogh)

References

()

Details

If you go to https://addons.mozilla.org/en-US/thunderbird/addon/57496, you'll get an "Add-on Not Found" page, but the add-on status indicates that it should be visible and appear as experimental.
>>> rv = {}
>>> for addon in Addon.objects.filter(status__in=amo.VALID_STATUSES, type__in=(1,2,3,4,5), inactive=False, _current_version=None):
        rv[addon.id] = addon.update_current_version()
>>> len(filter(None, rv.values()))
1035
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
If all new submissions have this problem, I think this warrants an emergency push: https://forums.addons.mozilla.org/viewtopic.php?f=20&t=1521&p=3788
Please make an IT bug to push the code for 5.11.7.2.  It should fix the problem.
Can you show me a similar bug so I can file it correctly?
push bug 585327
It seems the problem is still present after the push: https://addons.mozilla.org/en-US/firefox/addon/214793
I guess the code fix corrects all future cases, but many add-ons affected by the problem still need to be updated on the DB.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Seems better now.
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
The other night I ran a four-hour Xenu [1] session which didn't turn up anything, so I think we're good.

[1] http://en.wikipedia.org/wiki/Xenu%27s_Link_Sleuth
Status: RESOLVED → VERIFIED
I have the same problem. Extension does not show, but it in the public access and active.

https://addons.mozilla.org/ru/firefox/addon/195789/

Help me, please!
@Vaka: your add-on status is fixed now.
(In reply to comment #11)
> @Vaka: your add-on status is fixed now.

thanks you!
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.