-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge Workflow failed - cannot find publish button #29
Comments
@roedesh I'm on it!
This is weird, can you double check to see if Edge store was actually updated? The error above only pertains to store that uses Puppeteer (temporary solution until we reverse engineer their store API or use their official API). I suspect it failed and was not able to submit at all.
This comes from the mozilla store, let me double check. I thought I added a logic to dedupe the id if it exists in the manifest. This error occured because the manifest has an id: https://github.com/roedesh/copyguard/blob/main/dist/manifest.json#L8, and the Regarding the firefox issue, I will trace down the error and either catch and remove the id from the
|
Work on this is being done here: PlasmoHQ/bms#9 <= once merged into upstream, we will proceed with updating So far, it seems the edge extension store has changed quite a bit compared to previous revision. Some identifier have been deprecated. For future implementation, using the extension submission API is probably preferred: https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api <- this API is private preview only at the moment, hopefully someone from MSFT can help giving access? |
The Edge store did update, the new .zip file was added, but not published yet. For the Firefox step, I believe I tried it twice, once with and once without the "extId" parameter, and both gave the duplicate error. But I will try it again without the "extId" when I have a new version ready. |
Hi @louisgv,
After your contribution to Copy Guard, I tried the submit workflow, but it only managed to submit to the Chrome and Edge store.
It fails with this error:
I also get this server response error:
Server response: Duplicate add-on ID found. (status: 400)
The text was updated successfully, but these errors were encountered: