Skip to content
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

pserve does not start when not connected to internet #2940

Closed
abhijithb21 opened this issue Feb 3, 2017 · 3 comments
Closed

pserve does not start when not connected to internet #2940

abhijithb21 opened this issue Feb 3, 2017 · 3 comments

Comments

@abhijithb21
Copy link

Three people reported to me that pserve does not run on their machine when not connected to internet. All three of them are using Ubuntu 16.04 on Dell laptops.

It is still working in my Debian Testing on a Dell laptop.

@digitalresistor
Copy link
Member

What error message do you get?

Most likely it is related to:

Pylons/waitress#153
Pylons/waitress#149

Will get a release out tomorrow (it's midnight, don't want to mess something up)

To fix the issue for the next 24 hours till I get a new release out:

pip install "waitress<=0.9"

@abhijithb21
Copy link
Author

Thank you for the quick response. I'll ask them to do the same and reply here.

@digitalresistor
Copy link
Member

I have released waitress 1.0.2 which should hopefully fix the issues you were seeing: https://pypi.python.org/pypi/waitress/1.0.2

pip install -U waitress

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants