wilddom / memrise2anki-extension

An extension for Anki 2 that downloads and converts a course from Memrise into an Anki deck.
ISC License
159 stars 22 forks source link

ValueError on loadScheduleInfo in memrise.py #46

Closed moniquemurphy closed 7 years ago

moniquemurphy commented 7 years ago

I got a ValueError: unconverted data remains: Z on line 601 of memrise.py. I was able to fix it with try/except block on scheduleInfo.due, but not sure if this is the best long-term solution. It looks like imported dates on Memrise might not always be formatted the same way.

wilddom commented 7 years ago

Hm... well, are you sure you do have the latest version installed? I think the same error has been reported (#45) and fixed (854e54750efb9db57891a72a5bb7f4d4240568c7) in May.