You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Try running
$ ablog serve
followed byC-c
and$ ablog serve
again. You will usually get:Quite annoying for development...
The text was updated successfully, but these errors were encountered: