Forums

Internal Server Error

Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

The every time I am trying to put my project online through pythonanywhere , i am getting this error

Please help to solve it..

Hello:

First, have you reloaded your web app? Second, what do your logs say? Thirdly, what web framework (if any) are you using?

A good way to debug this kind of thing is to look at the error logs; there are links to two kinds in the "Web" tab:

  • yourusername.pythonanywhere.com.error.log -- this contains errors that are coming out of your web application, and is normally the best place to look for problems.
  • yourusername.pythonanywhere.com.server.log -- this contains any errors that we encountered before your web app was loaded, which is sometimes worth checking if the error log is empty.

If you take a look at those and post any errors you see, it will help us help you debug the problem.