lazerwalker / twison

A Twine 2 story format that provides JSON export
MIT License
148 stars 34 forks source link

Error Message #14

Closed MaryAGeorgescu closed 7 years ago

MaryAGeorgescu commented 7 years ago

Really bummed, Twine 2 is still not allowing me to use the converter. I can't even see it if I try ignoring the error by attempting change the format from within the story anyway.

screenshot 2017-01-26 17 41 31

lazerwalker commented 7 years ago

Are you using the downloadable version of Twine 2, or the web-hosted one? If the latter, what web browser are you using?

MaryAGeorgescu commented 7 years ago

Hey Mike!

Im using google chrome on a mac but I tried on a windows computer on chrome as well with no luck. I might have even tried just internet explorer as well with no responce. I stayed away from firefox assuming it would be problematic.

I haven't tried the downloadable version, should I give that a try?

On Jan 27, 2017 12:09 PM, "Mike" notifications@github.com wrote:

Are you using the downloadable version of Twine 2, or the web-hosted one? If the latter, what web browser are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lazerwalker/twison/issues/14#issuecomment-275718425, or mute the thread https://github.com/notifications/unsubscribe-auth/ATmE4YsSGnwb-UoFNySXcORaJ2i2UDxDks5rWiTTgaJpZM4LvPIs .

lazerwalker commented 7 years ago

Naw, it should work fine in the web version. I was able to get it working in Chrome on a mac that had never used Twine before, which is super weird.

When you get that error adding the story format, can you open the Chrome Web Inspector (right click anywhere on the page and select "Inspect") and see if any errors show up in the JavaScript console? (Or even just send a screenshot of the whole page with the inspector open). Since I can't seem to reproduce this myself, it'd be useful to see what errors are actually being triggered in the code.

MaryAGeorgescu commented 7 years ago

I believe the issue is coming from https but have a look

screen shot 2017-01-28 at 5 04 08 pm

lazerwalker commented 7 years ago

Yep, that's likely. Try explicitly loading the format from the non-HTTPS version at http://twinery.org/2/ ?

(If that's all it is, I can find HTTPS hosting for the format file.)

MaryAGeorgescu commented 7 years ago

yup! It works now, this was definitely related to https. Thank you!

lazerwalker commented 7 years ago

Great! If it's preferable, that means it should also work fine from the downloadable version.

I'm gonna close this for now (and add a note to the README + work on finding https hosting for the format file), but feel free to open more issues if you run into anything else.