mkiol / GNotifier

Thunderbird add-on that replaces built-in notifications with the OS native notifications
https://addons.mozilla.org/thunderbird/addon/gnotifier/
GNU General Public License v3.0
164 stars 25 forks source link

Cannot install using automated sideload script #83

Open alza-bitz opened 8 years ago

alza-bitz commented 8 years ago

Hi there,

When I attempt to install version 1.9.2 of the addon from addons.mozilla.org using an automated sideload script, I get the following error message in the Addons Manager:

"GNotifier could not be verified for use in Firefox and has been disabled."

I don't know whether this is because: a) The addon is not signed, or b) The addon has not been reviewed by Mozilla (Message seen on addon page).

But in any case, the result is that I cannot automate the install of this addon by script.

Please note that I don't see this problem for sideloading the install of other addons from addons.mozilla.org.

Btw I am using the Ansible to automate the installation, with the following Ansible role:

https://galaxy.ansible.com/alzadude/firefox/

Thanks,

Alex

mkiol commented 8 years ago

Thank you for the report. There is some issue with the version number, so 1.9.2 conflicts some how with older package on AMO CDN. Few minutes ago, I've uploaded the same package with increased version number to 1.9.3. It waits to be reviewed. Hopefully, it would solve the issue you are observing.

alza-bitz commented 8 years ago

Hi there,

Thanks for the new 1.9.3 version, that seemed to fix the issue..

However, with the latest 1.9.5 version, I am getting the same error message again in the Addons Manager:

"GNotifier could not be verified for use in Firefox and has been disabled."

Please could you take a look?

Thanks,

Alex

mkiol commented 8 years ago

It is probably my mistake. I accidentally removed add-on from AMO and I had to create GNotifier once again. This could mess something on AMO CDN..

alza-bitz commented 8 years ago

No worries, is there anything that can be done to fix it?

I just tried with the latest 1.9.6 version, I am getting the same error message in the Addons Manager.

Thanks,

Alex.