Add-on ID doesn't match add-on

I am trying to build my addon with jpm for the first time I can test it and build it fine but when submitting I get this “Add-on ID doesn’t match add-on” I tried putting the id in the package.json but still the same thing im not quite sure where the id even comes from. Do I pass the id to jpm somehow or what do I do? Thanks

Which add-on ID are you trying to use? Where is the existing add-on listing?

Here is my addon
https://addons.mozilla.org/en-US/firefox/addon/simple-youtube-converter/

In my previous package.json I had this “id”: “jid0-SQnwtgW1b8BsMB5PLV5WScEDWOjw”,
when I put it in the new jpm it gives me the error

The full string ID is “jid0-SQnwtgW1b8BsMB5PLV5WScEDWOjw@jetpack”, so that might be why it’s failing.

That did it! Thank You!