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

AttributeError with 2.0.0b0 #331

Closed
fschulze opened this issue Nov 28, 2020 · 3 comments · Fixed by #332
Closed

AttributeError with 2.0.0b0 #331

fschulze opened this issue Nov 28, 2020 · 3 comments · Fixed by #332

Comments

@fschulze
Copy link

Traceback (most recent call last):
  File "/Users/fschulze/Development/devpi/devel/bin/devpi-server", line 33, in <module>
    sys.exit(load_entry_point('devpi-server', 'console_scripts', 'devpi-server')())
  File "/Users/fschulze/Development/devpi/devel/server/devpi_server/main.py", line 69, in main
    return _main(pluginmanager, argv=argv)
  File "/Users/fschulze/Development/devpi/devel/server/devpi_server/main.py", line 124, in _main
    return xom.main()
  File "/Users/fschulze/Development/devpi/devel/server/devpi_server/main.py", line 257, in main
    return wsgi_run(xom, app)
  File "/Users/fschulze/Development/devpi/devel/server/devpi_server/main.py", line 167, in wsgi_run
    serve(app, **kwargs)
  File "/Users/fschulze/Development/devpi/devel/lib/python3.6/site-packages/waitress/__init__.py", line 15, in serve
    server.print_listen("Serving on http://{}:{}")
  File "/Users/fschulze/Development/devpi/devel/lib/python3.6/site-packages/waitress/server.py", line 159, in print_listen
    self.log_info(format_str.format(*l))
AttributeError: 'MultiSocketServer' object has no attribute 'log_info'

Happens when starting devpi-server (only tested main branch, didn't try releases yet).

@digitalresistor
Copy link
Member

I've just released 2.0.0b1 which fixes this. Thanks @fschulze!

@fschulze
Copy link
Author

Startup works and a quick local test run also works again. Thanks for the quick fix!

@digitalresistor
Copy link
Member

With thanks to @mmerickel

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

Successfully merging a pull request may close this issue.

2 participants