We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AMO APIv3, which is used to sign Firefox add-ons, will soon be shut down. https://blog.mozilla.org/addons/2021/02/01/addons-mozilla-org-api-v3-deprecation/
In the project I forked, changing /v3/ to /v4/ was enough to make it work. The applicable line is here. https://github.com/gorhill/uBlock/blob/1.38.7b19/dist/firefox/publish-signed-beta.py#L204
/v3/
/v4/
v3 document https://addons-server.readthedocs.io/en/latest/topics/api/v3_legacy/signing.html v4 document https://addons-server.readthedocs.io/en/latest/topics/api/v4_frozen/signing.html
https://github.com/gorhill/uBlock/blob/1.38.7b19/dist/firefox/publish-signed-beta.py
/dist/firefox/publish-signed-beta.py
Using the AMO APIv4
Using the AMO APIv3
1.38.7b19
Firefox 94.0.1 64bit
Windows10 21H1 64bit
The text was updated successfully, but these errors were encountered:
Thanks for the heads-up.
Sorry, something went wrong.
Update publishing script for Firefox
1858161
Related issue: - uBlockOrigin/uBlock-issues#1809
No branches or pull requests
Prerequisites
I tried to reproduce the issue when...
Description
AMO APIv3, which is used to sign Firefox add-ons, will soon be shut down.
https://blog.mozilla.org/addons/2021/02/01/addons-mozilla-org-api-v3-deprecation/
In the project I forked, changing
/v3/
to/v4/
was enough to make it work.The applicable line is here.
https://github.com/gorhill/uBlock/blob/1.38.7b19/dist/firefox/publish-signed-beta.py#L204
v3 document
https://addons-server.readthedocs.io/en/latest/topics/api/v3_legacy/signing.html
v4 document
https://addons-server.readthedocs.io/en/latest/topics/api/v4_frozen/signing.html
A specific URL where the issue occurs
https://github.com/gorhill/uBlock/blob/1.38.7b19/dist/firefox/publish-signed-beta.py
Steps to Reproduce
/dist/firefox/publish-signed-beta.py
Expected behavior
Using the AMO APIv4
Actual behavior
Using the AMO APIv3
uBlock Origin version
1.38.7b19
Browser name and version
Firefox 94.0.1 64bit
Operating System and version
Windows10 21H1 64bit
The text was updated successfully, but these errors were encountered: