-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error code: 500 from git version #15
Comments
If you run Supervisor like this:
Supervisor will run in the foreground and print log messages to stdout at the trace level. If a 500 occurs on the web interface, you should see something like this:
Please send the traceback if you're able to get one. |
I don't current have a traceback, but I was able to figure out the issue. It appeared that none of the ui resources were being installed with the egg. I had to modify the setup.py as follows: It was also looking for the version.txt in a different spot that it exists, so I addressed that as well but copying it to the root directory. |
|
When I install the git repo version of supervisor 3.0a10, on OSX python2.6, the web page gives me an Error code 500. The pypi version via easy_install seems to work fine.
The text was updated successfully, but these errors were encountered: