curiousdannii / parchment

The Interactive Fiction web app
https://iplayif.com
MIT License
421 stars 60 forks source link

Parchment just logs an error when you upload an unrecognized story #108

Closed dfabulich closed 2 years ago

dfabulich commented 2 years ago

Download https://ifarchive.org/if-archive/games/competition2007/adrift/afdfr/AFDFR.taf go to iplayif.com and click "play a story file on your device."

It's an ADRIFT 4 game, not compatible with Parchment.

Expected: Red error banner, "Error: Unknown storyfile format." That's what you see when you go to https://iplayif.com/?story=https://ifarchive.org/if-archive/games/competition2007/adrift/afdfr/AFDFR.taf

Actual: No red banner; it just logs a console.error.

dfabulich commented 2 years ago

Yeah, I think this was my fault for not adding the catch handler when I implemented file uploading.