devgianlu / PYX-Reloaded

A fork of the original Pretend You're Xyzzy, with a completely rewritten frontend and some major changes on the backend
Apache License 2.0
26 stars 13 forks source link

500 Internal Server Error... #20

Closed HopperMCS closed 6 years ago

HopperMCS commented 6 years ago

@devgianlu Pulling down the server from material-ui, what on earth is this and why?? There's two screencaps: The 500 Internal Server JSON response, and the terminal output indicating there's a problem on the main thread. I don't know how to debug it. When you pushed, did you test it? I usually test stuff before pushing. Not sure why, I guess because I feel insecure about broken code :/

The front-end JSON error: screenshot from 2018-01-03 18-20-52

The back-end server spits out: screenshot from 2018-01-03 18-30-17

devgianlu commented 6 years ago

The two errors are unrelated. The first one happens when you restart the server and it looses your session and so when you try to make requests, it says "nr" (not registered), you have to go to the index page to register again.

The second issue means you already have something binding port 80: an instance of the same server or something else.

HopperMCS commented 6 years ago

I'm closing this because this seems to have been a "me-issue" rather than something that could have actually been triaged.