debanjandhar12 / Obsidian-Anki-Sync

Obsidian plugin to make flashcards and sync them to Anki
GNU General Public License v3.0
140 stars 11 forks source link

Failing to Sync #20

Open lilmack22 opened 1 year ago

lilmack22 commented 1 year ago
Screenshot 2023-06-17 at 2 03 14 PM

Any advice on how to fix this? I updated to the newest versions of Obsidian and Anki...not sure if that's creating the issue.

JunfXiao commented 4 months ago

Similar Issue here. #22 also reported the same issue. I checked a bit, it seems that the error is returned from the plugin on Anki side when requesting permission. image

JunfXiao commented 4 months ago

This is actually a Qt5 - Qt6's breaking change. For those who use Qt6 and met this issue, I just fixed the code. You could uninstall the original AnkiConnect plugin in Anki and enter the following code for a fixed plugin: 868218323


This is actually a Qt5 - Qt6's breaking change. You can find the broken code in requestPermission(self, origin, allowed) function in __init__.py file.