-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ankiconnect needs an update (media) #349
Comments
Just noticed the same issue with the latest version of the plugin (3.5.0)
On anki side the AnkiConnect addon is latest version and does not detect any new updates, so I'm assuming it's the obsidian plugin that needs to be updated. My current workaround is copying media manually to anki's |
Has this been fixed yet? I am still getting this error. Also thanks so much for the suggestion to just manually copy paste the media files--that worked perfectly for me. |
I had the very same problem and traced it down to a problem with my Anki installation via flatpak. ObsidianToAnki calls the AnkiConnect API /storeMediaFile endpoint with an absolute file path to the media file, which is not possible in my sandboxed flatpak environment. A simple switch to the official binary from https://apps.ankiweb.net/ solved the problem. |
That's interesting. |
The /storeMediaFile endpoint also provides the option to post the raw file content as base64 instead of the file path. If ObsidianToAnki used that in the past, that might explain why it's suddenly broken for you. |
I had the same issue after switching to a new system with Anki as flatpak. The "issue" is actually a security feature of flatpak. Access to the assets folder needs to be explicitly granted. In my case You can check the permissions with |
The text was updated successfully, but these errors were encountered: