I am having troubles to import my *.cards file in mneomysine, which worked fine for several months.
I am currently working on two pc's with mneomsyne: 1 at school(portable version since i may not install stuff on their pc's) where i mainly create the cards and learn them, and my pc at home. After each session at school I commit my *.cards file to a svn and update it at home, so i can learn with the latest card set. But Since I updatet two weeks ago the import-process is failing where I get the following error-Message:
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "mnemosyne\pyqt_ui\import_dlg.pyo", line 78, in accept
File "mnemosyne\libmneomsyne\file_formats\mnemosyne2_cards.pyo", line 209, in do_import
File "openSM2sync\text_formats\xml_format.pyo", line 122, in parse_log_entries
File "<string>", line91, in next
ParseError: not well-formed (invalid token): line854, column 32
I`ve tried reinstalling mnemosyne, importing it to a new database and importing it on the portable version but none of this stuff worked.
I really do not know what the problem is, so I would really appreciate any help and explenation. If you need the card files or log files or so, please tell me.
Greetings
Hello everyone,
I am having troubles to import my *.cards file in mneomysine, which worked fine for several months.
I am currently working on two pc's with mneomsyne: 1 at school(portable version since i may not install stuff on their pc's) where i mainly create the cards and learn them, and my pc at home. After each session at school I commit my *.cards file to a svn and update it at home, so i can learn with the latest card set. But Since I updatet two weeks ago the import-process is failing where I get the following error-Message:
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "mnemosyne\pyqt_ui\import_dlg.pyo", line 78, in accept
File "mnemosyne\libmneomsyne\file_formats\mnemosyne2_cards.pyo", line 209, in do_import
File "openSM2sync\text_formats\xml_format.pyo", line 122, in parse_log_entries
File "<string& gt;", line91, in next
that method (zipping and looking for the line/column) was really helpful and fastened up the process of correcting my cards. There were only a few of them so it was quite simple.
I will send you the page privately that caused the error. It was mainly the Real-Numbers symbol that was causing the parsing process to fail.
What was a bit of a unhappy situation for me, was that I could not edit the cards at home because the import already failed while at the pc in school nothing crashed and I could edit the card. Its kind of a strange behaviour for a programm that you can create cards with invalid characters but can not edit them on another system. Maybe it would be nice, if every card created would be parsed and searched for some invalid stuff that occurs and give the user a feedback if there is something wrong with the card. But I dont know how complex that would be.
Thanks for your help!
And 1 page of the script is coming soon!
Regards