killergerbah/asbplayer

Error when clicking "Open in Anki" in the card exporter.

Opened this issue · 3 comments

Screenshot_20240416-145639_Kiwi Browser

A different error occurs for "export" or "update last card". In other words: I can't mine.

Platform: Android 10
Browser: Kiwi
Ankiconnect android working and asb is not failing to fetch.
Tried disabling ublock but that does not fix the problem either

The officially released version of Ankiconnect Android does not work very well with asbplayer. You will need to build and install Ankiconnect Android from the latest commit on main. Maybe you can give the author of Ankiconnect Android a nudge to make another release as he seems to be quite busy.

I built the app from the latest commit. Now, at least one button is working, the "export" one. The other 2 are still not working at all. I actually pretty much only use the "update last card" button, so the "export" one working is not really useful.

I see, yeah you're right Ankiconnect Android lacks the notesInfo API that asbplayer currently relies on to update the last card. However, strictly speaking, notesInfo isn't required to implement the bare minimum functionality for update-last-card to work. So there's an opportunity to implement a workaround until Ankiconnect Android gets the notesInfo API implemented (KamWithK/AnkiconnectAndroid#60).