-
Notifications
You must be signed in to change notification settings - Fork 14
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
Incorrect telnet prompt causes program to hang #78
Comments
After checking the log today, I was greeted by this message:
After a bit of investigation, the issue turned out to be a
you will get
which will cause the program to hang. Changing this variable to my callsign solved my problem, but I'm leaving this issue open as I believe it should be properly resolved. |
Hello, level=INFO --> level=DEBUG Then restart the application and give me the log. Moreover, if it is possible, could I make some test with your cluster? Best regards |
Hello, have you any news? |
Hi, As I write this, I'm sending you the cluster credentials in the mail (along with the log file for convenience). And here's a copy of the log: webapp.log |
Describe the bug
When starting spiderweb, either via
wsgi.py
orwebapp.py
, the program fails to host the actual website despite running with no errors reported.To Reproduce
Steps to reproduce the behavior:
wsgi.py
orwebapp.py
Expected behavior
Program should host a website
Server:
Additional context
While hosting the website does not work when running either of two scripts, running
flask run
successfully hosts a website, which is weird because, to my understanding,flask run
should behave the same exact way asFlask.run()
.Log file
webapp.log
The text was updated successfully, but these errors were encountered: