anki-remote-decks icon indicating copy to clipboard operation
anki-remote-decks copied to clipboard

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

Open trevonio opened this issue 3 years ago • 6 comments

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])

trevonio avatar Nov 14 '21 22:11 trevonio

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

atu1 avatar May 22 '22 16:05 atu1

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.

dma-b avatar Jun 20 '22 22:06 dma-b

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

jakeSonnier avatar Aug 09 '22 19:08 jakeSonnier

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

c-okelly avatar Aug 19 '22 17:08 c-okelly

Excellent! Thank You!

jamesgithub001 avatar Jul 02 '23 01:07 jamesgithub001

Thanks!

trevonio avatar Jul 02 '23 09:07 trevonio