andy-portmen / country-flags

adds a toolbar button to browser address-bar displaying current physical location of visited website
https://webextension.org/listing/country-flags.html
Mozilla Public License 2.0
133 stars 35 forks source link

v0.1.7 Not Working #7

Closed Taurean75 closed 6 years ago

Taurean75 commented 6 years ago

Hello --

The flag doesn't appear at all in FF v56. Even in v55, it appeared randomly.

Thanks.

andy-portmen commented 6 years ago

It appears if you refresh the tab (to get the IP address of the top request). I just checked the extension on FF 56 and it works as expected. If it is not working for you even after refresh, please open the browser console (Ctrl + Shift + J) and see if you get a relevant error on page refresh.

Taurean75 commented 6 years ago

Refresh doesn't make it work.

In the console, I get... Error: Could not establish connection. Receiving end does not exist. undefined Unchecked lastError value: Error: NoMessageListenersError is not defined ExtensionCommon.jsm:304 Error: WebExtension context not found! ExtensionParent.jsm:778:13 Unchecked lastError value: Error: NoMessageListenersError is not defined

Hope this helps.

andy-portmen commented 6 years ago

Can you try the extension on a clean profile?

Error: Could not establish connection. Receiving end does not exist. undefined Unchecked lastError

This might be relevant but there is no info. There might be a legacy add-on that conflicts.

Taurean75 commented 6 years ago

It indeed was a conflict with another IP-related WebExtension. Thanks