Closed Bug 657939 Opened 13 years ago Closed 13 years ago

Duplicate UUID error - need ID cleared or listing enabled

Categories

(addons.mozilla.org Graveyard :: Administration, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED
6.0.12

People

(Reporter: jorgev, Assigned: clouserw)

References

()

Details

According to the discussion at https://forums.mozilla.org/addons/viewtopic.php?f=20&t=3105, the developer is getting a duplicate UUID error when trying to upload his add-on, and has no way to access it. It also seems that the listing is inaccessible from the admin tools. It looks like we need the ID to be removed manually from the DB.

According to the dev:
UUID: info@coleos.pl or plugin@coleos.pl (I've tried to add it many times with these two UUIDs)
Name: Coleos AdPanel (coleosadpanel)

Please liberate both IDs so that it is possible to upload the add-on again.
mysql> select id, guid, slug, status from addons where guid in ('info@coleos.pl', 'plugin@coleos.pl');
+--------+----------------+----------------+--------+
| id     | guid           | slug           | status |
+--------+----------------+----------------+--------+
| 301878 | info@coleos.pl | coleos-adpanel |      0 | 
+--------+----------------+----------------+--------+
1 row in set (0.00 sec)

mysql> select * from blacklisted_guids where guid in ('info@coleos.pl', 'plugin@coleos.pl');
Empty set (0.09 sec)
I don't know why this guid is already taken, but it's not a big deal. He can make up a new random string and no one will know the difference.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Developers do care about the UUID they use, even if they are hidden from users. Sometimes they have already distributed the add-on outside of AMO and want those users to upgrade to AMO approved version later.

I have contacted the developer and sent him the link to complete the listing with id 301878. If he can complete it, we can close this bug. Otherwise that record should be removed so he can upload again with the same id.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
-> jorge to get rid of nobody@ bugs.  If you need a hand, just let us know.
Assignee: nobody → jorge
Target Milestone: 6.0.11 → 6.0.12
The developer wasn't able to complete the add-on with the link I sent him. I need the UUID on comment #1 cleared so the dev can upload again.
Assignee: jorge → clouserw
Can you tell him to go to https://addons.mozilla.org/en-US/developers/addon/coleos-adpanel/submit/5 and finish it?  I don't know what "cleared" means, but it sounds like the easiest thing here is just to finish what he started.
I did, and he said he got a blank page.
Clear it out means "delete". So, delete add-on 301878.
Sounds like we're avoiding the actual problem, but alright.

In [1]: from addons.models import Addon

In [2]: Addon.objects.get(pk=301878).delete('Removing at request of jorgev; bug 657939')
Status: REOPENED → RESOLVED
Closed: 13 years ago13 years ago
Resolution: --- → FIXED
The add-on was successfully submitted according to the developer.

Verified.
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.