c-okelly / anki-remote-decks

Addon for Anki - Creating remote decks in Google Docs
https://ankiweb.net/shared/info/911568091
MIT License
70 stars 15 forks source link

Fresh install. Doesn't show the remote deck menu options #108

Open trevonio opened 2 years ago

trevonio commented 2 years ago

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])
atu1 commented 2 years ago

I am having same issue on my 2012 MBP and 2021 MB air M1. Any help?

dma-b commented 2 years ago

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.

jakeSonnier commented 2 years ago

I was unable to add a remote deck before, but this allowed the option to show up for me. +1

c-okelly commented 2 years ago

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

jamesgithub001 commented 1 year ago

Excellent! Thank You!

trevonio commented 1 year ago

Thanks!