anki-remote-decks
anki-remote-decks copied to clipboard
Fresh install. Doesn't show the remote deck menu options
Hi,
I have been using the addon for a year. Last week I had to reinstall the OS (ubuntu 18) and did a fresh install of Anki 2.1.49. I installed remote decks and I can't see the menu options "manage remote decks" under Tools.
Is there something I'm missing?
Anki 2.1.49 (dc80804a) Python 3.8.10 Qt 5.15.3 PyQt 5.15.4
Platform: Linux
Flags: frz=False ao=True sv=2
Add-ons, last update check: 2021-11-14 22:53:07
===Add-ons (active)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
Remote Decks Anki collaboration using Google Docs ['911568091', 2021-09-09T19:45, 'None', '']
===IDs of active AnkiWeb add-ons===
911568091
===Add-ons (inactive)===
(add-on provided name [Add-on folder, installed at, version, is config changed])
I am having same issue on my 2012 MBP and 2021 MB air M1. Any help?
Hi I managed to fix it for me, I'll make a pull request if this fixes the issue for anyone else. The plugin was crashing on imports but there was no error handling to display this.
From anki open Tools > Add-ons
then View files
to view the local addons source.
navigate to 911568091/remote_decks/libs/org_to_anki/converters/BulletPointHtmlConverter.py
Comment out line 11 so it reads #import chardet
Save the file & restart anki.
I was unable to add a remote deck before, but this allowed the option to show up for me. +1
Thanks. I will pushed a new version shortly. Annoying that it broke I'm not sure why the python env seems to change so much
Excellent! Thank You!
Thanks!