Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Error while Importing Compiled HTML File

Hello everyone, I'm having a little trouble trying to import a compiled html file. I get this error:

Traceback (most recent call last):
File "storyframe.pyo", line 570, in importSource
File "tiddlywiki.pyo", line 306, in addHtmlFromFilename
File "tiddlywiki.pyo", line 300, in addHtml
File "tiddlywiki.pyo", line 347, in _init_
File "tiddlywiki.pyo", line 482, in initHtml
MemoryError

I don't have much experience with Twine, so I'm not sure what went wrong, and I'm unable to find a solution on my own.
Can anyone suggest a solution, or help me in any way?
Thanks for your time guys, I appreciate it!

Comments

  • What size is this file? I'm going to assume that it has embedded media (likely images, sizable ones and/or many of them) if you're receiving a memory error on import.
  • The file is just over 80 mb, and yes there are many images and gifs... Is this why the import fails? If so, is there anything I could do on my end to bypass the issue?
    Thanks again for helping!
  • Chop out the references to the gifs from the html file using a html editor and try again?
Sign In or Register to comment.