Open vinniec2 opened 5 months ago
Hello! 👋 Thanks for logging this issue. Please remember we are all volunteers here, so some patience may be required before we can get to the issue. Also remember that the fastest way to get resolution on an issue is to propose a change directly, https://github.com/ankidroid/Anki-Android/wiki/Contributing
I have tried now with the other format "colpkg" and it is imported correctly, I will try a bit to see if there are any problems
I think that this is solved, so I'll close this.
@BrayanDSO I'm unsure on this one, I've seen it a few times, but the issue sorts itself out and I couldn't get a reproduction case
I'd say 'inconclusive'
Checked for duplicates?
Does it also happen in the desktop version?
What are the steps to reproduce this bug?
Export deck to apkg from anki for pc (version 24.06.2) and import it with ankidroid (version 2.18.4).
Expected behaviour
having the deck working
Actual behaviour
Error: "500: Your collection needs to be upgraded to the v3 Scheduler. Please select Learn More before proceeding."
Debug info
(Optional) Anything else you want to share?
So I tried looking around, it seems that scheduler v3 is the only one supported by anki for the desktop so far, the deck was created on this version, I couldn't find any way to convert it in another scheduler version. I had previously read that ankidroid only supported the v3 scheduler version on alpha versions, however based on the error it seems as if my deck is for an older scheduler and ankidroid wants v3. To be precise I created the deck by exporting a pre-configured deck in anki for desktop with crowdanki plugin, programmatically created all the cards by editing the json and re-imported them with the same plugin and the deck works perfectly on the computer. Then I exported it in the standard apkg mode
Research