Vilhelm-Ian / Interactive_And_Randomize_Anki_Note_Types

https://ankiweb.net/shared/info/171015247
MIT License
13 stars 2 forks source link

Match Pairs cards showing up blank #2

Open YonKuma opened 1 month ago

YonKuma commented 1 month ago

My Match Pairs cards seem to be showing up blank. Deleted and reimported the deck and still having the same issue.

Screenshot 2024-10-28 at 1 53 04 PM

Match Pairs and Randomized Cloze.apkg.zip

YonKuma commented 1 month ago

I wonder if the AnkiWeb page (https://ankiweb.net/shared/info/171015247) just hasn't updated yet. Downloaded the cards from the github and they work fine.

Vilhelm-Ian commented 1 month ago

@YonKuma I imported the deck and it works on my laptop. What os are you using and through which. And can you press E and send the photo here so I can see what the contents are.

YonKuma commented 1 month ago

OSX 14.4.1 Anki ⁨24.06.3 (Qt5)

Screenshot 2024-10-28 at 5 19 57 PM

This was from the original deck downloaded from the AnkiWeb page, unaltered. It seems to be a different set of cards than the apkg on the GitHub, which all worked just fine.

YonKuma commented 1 month ago

Did some debugging, and the issue seems to be that the optional chaining operator (?.) isn't supported, either on OSX Anki or in Qt5, one of the two. Not sure why that would be the case.

Edit: This problem is exclusive to the Qt5 version. I tested the Qt6 version on OSX, and it works fine. Given that, not sure how worth fixing this is.