Normally, I have somehow found my way around these, but not anymore. I logged on one of my stories one day and it kept giving me the following error:
[quote]Twine Error Traceback (most recent call last)
File "app.py", line 103,in open
File "pickle.pyo", line 1378, in load
File "pickle.pyo", line 858, in load
KeyError: '\x00'
Someone please explain to me what this is, if I can get around it, and if I don't need to waste another week working on a new story.
Comments
The message indicates that there is something in the TWS file that the file open code does not like, as indicated by the "KeyError: '\x00'".
Did you create this story file using a different version of the Twine application than the one you are currently using to open it?