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
Hi all,
I have been running into these errors on both Firefox and Chrome:
{ "action": "version", "params": {}, "originalError": {} } ExtensionError@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/core/extension-error.js:28:9 _invoke@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/comm/anki-connect.js:445:27
{ "action": "version", "params": {}, "originalError": {} }
ExtensionError@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/core/extension-error.js:28:9 _invoke@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/comm/anki-connect.js:445:27
{ "action": "version", "params": {}, "status": 403 } ExtensionError@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/core/extension-error.js:28:9 _invoke@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/comm/anki-connect.js:451:27
{ "action": "version", "params": {}, "status": 403 }
ExtensionError@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/core/extension-error.js:28:9 _invoke@moz-extension://ef9bc9e6-7d09-4eed-a96c-7e8134a4045d/js/comm/anki-connect.js:451:27
My AnkiConnect settings:
{ "apiKey": null, "apiLogPath": null, "ignoreOriginList": [], "webBindAddress": "127.0.0.1", "webBindPort": 8765, "webCorsOriginList": [ "http://127.0.0.1:8765" ] }
Anki Ver: 24.06.3 Qt6 Firefox Ver: 132.0.2 (64-bit) Chrome Ver: 131.0.6778.86 (Official Build) (64-bit) AnkiConnect is up to date as of this post
Let me know if there's more information you require to help me with this issue :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi all,
I have been running into these errors on both Firefox and Chrome:
My AnkiConnect settings:
{ "apiKey": null, "apiLogPath": null, "ignoreOriginList": [], "webBindAddress": "127.0.0.1", "webBindPort": 8765, "webCorsOriginList": [ "http://127.0.0.1:8765" ] }
Anki Ver: 24.06.3 Qt6
Firefox Ver: 132.0.2 (64-bit)
Chrome Ver: 131.0.6778.86 (Official Build) (64-bit)
AnkiConnect is up to date as of this post
Let me know if there's more information you require to help me with this issue :)
The text was updated successfully, but these errors were encountered: