JamesTheAwesomeDude / cerdicator

Enhanced TLS indicator with an emphasis on information about the Root Certificate Authority from which the connection's authenticity is derived
https://addons.mozilla.org/en-US/firefox/addon/cerdicator/
1 stars 3 forks source link

ExtensionCommon.jsm:764: Unchecked lastError value: Error: ID already exists #13

Closed JamesTheAwesomeDude closed 3 years ago

JamesTheAwesomeDude commented 3 years ago

This is being spammed to this add-on's debug console all the time and it doesn't even contain a clear hint about which of the add-on's lines of code is ostensibly responsible for it 😐

Unchecked lastError value: Error: ID already exists: convert (ExtensionCommon.jsm:764)
  withLastError resource://gre/modules/ExtensionCommon.jsm:764
  create    chrome://browser/content/child/ext-menus.js:148

Unchecked lastError value: Error: ID already exists: append (ExtensionCommon.jsm:764)
  withLastError resource://gre/modules/ExtensionCommon.jsm:764
  create chrome://browser/content/child/ext-menus.js:148
JamesTheAwesomeDude commented 3 years ago

I am wondering if whatever's causing this issue is also causing #11 and #8...?

JamesTheAwesomeDude commented 3 years ago

I think this is fixed in master

It was related to #11, but not to #8