I just built my first “web application” for a class using the Google App Engine, and it has deployed correctly and works great on Google servers. However, when I try to access it on localhost, I get a 500 error:
"Server Error An error occurred while retrieving http: // localhost: 8081 / on the website . It may be disabled for maintenance or configured incorrectly."
I tried to use various ports and none of them seem to work. I am 100% sure that I am using the correct port and that the application really works without errors.
I am using Google Chrome and Python 2.7.2 on Mac OS 10.6.8
Any ideas on how to fix this or what configurations to check?
source
share