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

ablog serve - Address already in use #69

Closed
rgrinberg opened this issue Jun 15, 2016 · 2 comments
Closed

ablog serve - Address already in use #69

rgrinberg opened this issue Jun 15, 2016 · 2 comments

Comments

@rgrinberg
Copy link

Try running $ ablog serve followed by C-c and $ ablog serve again. You will usually get:

Traceback (most recent call last):
  File "/usr/bin/ablog", line 9, in <module>
    load_entry_point('ablog==0.8.3', 'console_scripts', 'ablog')()
  File "/usr/lib/python3.5/site-packages/ablog-0.8.3-py3.5.egg/ablog/commands.py", line 408, in ablog_main
    namespace.func(**namespace.__dict__)
  File "/usr/lib/python3.5/site-packages/ablog-0.8.3-py3.5.egg/ablog/commands.py", line 203, in ablog_serve
    httpd = socketserver.TCPServer(("", port), Handler)
  File "/usr/lib/python3.5/socketserver.py", line 443, in __init__
    self.server_bind()
  File "/usr/lib/python3.5/socketserver.py", line 457, in server_bind
    self.socket.bind(self.server_address)
OSError: [Errno 98] Address already in use

Quite annoying for development...

@rgrinberg
Copy link
Author

Sweet. Can we get a release in pip?

On 10/31, Ahmet Bakan wrote:

Closed #69 via #72.

You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#69 (comment)

@abakan-zz
Copy link
Owner

New version release, but without a release note :(

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