Closed
Bug 309826
Opened 19 years ago
Closed 19 years ago
Update site incorrectly associates SeaMonkey GUID with Netscape
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 305811
1.0
People
(Reporter: morac, Assigned: Bugzilla-alanjstrBugs)
Details
Attachments
(1 file)
|
4.79 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050921 Firefox/1.0.7 (mmoy CE 1.0.7 Release K8B-X36)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050921 Firefox/1.0.7 (mmoy CE 1.0.7 Release K8B-X36)
I attempted to upload an extension which contains the following lines in the
install.rdf which allow the extension to install in the SeaMonkey alpha:
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.0</em:maxVersion>
</Description>
</em:targetApplication>
The https://addons.mozilla.org/developers/additem.php?function=additem2 page
rejected the upload with the following error:
Error! The MinAppVer for Netscape of 1.0 in install.rdf is invalid.
Error! The MaxAppVer for Netscape of 1.0 in install.rdf is invalid.
Errors were encountered during install.rdf checking...
Aborting...
I has already specified the Netscape GUID in the install.rdf and the versions
range for that was set from 8.0 to 8.0.3 (because of Bug 305811). I altered the
versions listed above and they changed in the error message which means that the
sight is incorrectly associating the SeaMonkey app GUID of
{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} with Netscape (GUID of
{3db10fab-e461-4c80-8b97-957ad5f8ea47})
This may be a dupe of Bug 288371, even though I would think that if the
SeaMonkey GUID was never added it would give that reason in the rejection.
Reproducible: Always
Steps to Reproduce:| Reporter | ||
Comment 2•19 years ago
|
||
Sorry I didn't post this sooner, but the email notification seems to be broken as I never get emails when people respond to bugs I post (yes it is set up to notify me).
| Reporter | ||
Comment 3•19 years ago
|
||
This was documented and confirmed in Bug 305811 so I marked this as a dupe of that bug. *** This bug has been marked as a duplicate of 305811 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
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
•