NYUCCL / psiTurk

An open platform for science on Amazon Mechanical Turk.
https://psiturk.org
MIT License
277 stars 140 forks source link

Python bugs in custom.py crash server without error message #83

Closed ebbinghaus closed 10 years ago

ebbinghaus commented 10 years ago

If I create bad python code in custom.py it crashes the server with no message.

jbmartin commented 10 years ago

If custom.py has any syntax errors psiTurk won't load it, which can be identified in server.log. To debug runtime errors, I've added a logger example in the example file that lets you use print statements.