Duplicate UUID after delete add-on, no new submission possible

I uploaded a version to add-on hub for signing and then deleted it, which looks like causing a garbage left, and I cannot submit the same add-on again.

It complains following and disallow me to submit for review. Please kindly help.

Your add-on failed validation with 1 error.Duplicate UUID found.

content of Install.rdf:

<?xml version="1.0" encoding="utf-8"?><!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. --><RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <Description about="urn:mozilla:install-manifest">
    <em:id>HP.UFT.FirefoxAgent.12.02@hp.com</em:id>
    <em:version>12.0.3256.0</em:version>
    <em:type>2</em:type>
    <em:bootstrap>true</em:bootstrap>
    <em:unpack>true</em:unpack>
    <!-- Firefox -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>33.0</em:minVersion>
        <em:maxVersion>40.0</em:maxVersion>
      </Description>
    </em:targetApplication>

    <!-- Front End MetaData -->
    <em:name>HP Unified Functional Testing Agent</em:name>
    <em:description>Test Web Applications Using Firefox</em:description>
    <em:creator></em:creator>



  </Description>
</RDF>

Wait for @jorgev come around and he should be able to help you.

Please email amo-admins@mozilla.org.

1 Like

Thank you. email amo-admins@mozilla.org works, the issues was resolved soon after that.

What was the reason for deleting it?

I was moving it to another account.

Ugh, there is no need to do that, you can change the owner easily in your developer hub. Next time, please ask before you delete your add-on. You made me review your add-on for nothing.

Oops, I don’t know about that, sorry.

While submitting add-on, I am getting error “Your add-on failed validation with 1 error.Duplicate add-on ID found.” Kindly help in this issue.

install.rdf

<?xml version="1.0" encoding="UTF-8"?>



em:idtext2voice_indian_language@TDIL</em:id>
em:nameText To Speech</em:name>
em:creatorTTS consortium</em:creator>
em:version2.0</em:version>
em:type2</em:type>
em:optionsURLchrome://text2voice/content/t2vprefs.xul</em:optionsURL>
em:aboutURLchrome://text2voice/content/t2vabout.xul</em:aboutURL>
em:iconURLchrome://text2voice/content/images/text2voice.png</em:iconURL>
em:targetApplication

em:id{cdac30f7-c20a-464f-9b0e-cdaca9e97384}</em:id>
em:minVersion5.0a2</em:minVersion>
em:maxVersion46.0</em:maxVersion>

</em:targetApplication>