-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Crash when exporting collection with time data while using SchedV2 #6145
Comments
|
Presumption: Does this work when you change your system language to English? Anki-Android/AnkiDroid/src/main/java/com/ichi2/libanki/AnkiPackageExporter.java Lines 441 to 452 in 3858c3f
|
Before trying to change my system language, I just tried only setting AnkiDroid's language in the preferences to English and it works. I guess in that case it should also work with the system language set to English and using "System default" as setting in AnkiDroid. If you want me to confirm this, please let me know. For now, I'm going to be lazy. ;) |
Laziness is a virtue, I think that's all we need to know 😉. Caused confirmed: We're not translating Any preference? Want to take on fixing this? I'm more than happy to. Your call |
I can try fixing this. If I take too long or someone else runs into this and the priority gets higher, you might want to take over or I might call for help. Btw. is there any other way to talk to you guys, aside the issue tracker/PRs and the forums? Any developer IRC channel or something like this? |
Nothing official, but we started using discord a few weeks ago: https://discord.gg/ZbUqCa |
How amusing - Google runs a bunch of devices in a crawler mode against the app on every release, and normally there are no crashes these days but wouldn't you know the 2.10beta4 and 2.11alpha1 builds both had a single crash, right in this code:
That doesn't increase priority or add information (unless you didn't know we had an auto-crawl on each release, that's interesting info) but is an amazing coincidence |
Reproduction Steps
Expected Result
Trying to export a single deck shows a warning, that exporting single decks with time data is only supported with SchedV1.
When exporting the complete collection with time data, no such warning is shown, so I expect it to be able to export the collection
Actual Result
Using SchedV2 the collection can be exported without the time data.
When the time data is selected for export, AnkiDroid crashes without further notice when trying to export the collection.
Debug info
AnkiDroid Version = 2.10beta3
Android Version = 10
ACRA UUID = 521087f7-500c-4737-9177-e052dde31e0e
Research
[ x ] I have read the support page and am reporting a bug or enhancement request specific to AnkiDroid
[ x ] I have checked the manual and the FAQ and could not find a solution to my issue
[ x ] I have searched for similar existing issues here and on the user forum
The text was updated successfully, but these errors were encountered: