benno094 / pdf-anki

A GUI to automatically create and add Anki flashcards from a .pdf file using the OpenAI API
https://pdftoanki.xyz
27 stars 16 forks source link

Importing not functioning #7

Closed TheManWhoLikesToCode closed 10 months ago

TheManWhoLikesToCode commented 1 year ago

When selecting add flashcard(s) to Anki, it says successfully imported. However, when checking my Anki deck after restarting and syncing, there are no decks or cards. I've added the add-on and added. Here's my config for add-on

{ "apiKey": null, "apiLogPath": null, "ignoreOriginList": [], "webBindAddress": "127.0.0.1", "webBindPort": 8765, "webCorsOriginList": [ "http://localhost", "https://pdf-anki.streamlit.app" ] }

benno094 commented 1 year ago

What OS and browser are you using?

benno094 commented 1 year ago

I was able to replicate the issue by turning my ad/tracker-blocker on in Brave. Please try disabling that for the website.

Let me know if that fixes the issue, so I can close it.