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
Traceback (most recent call last):
File "vpmf.py", line 12, in <module>
bjoern.run(app, '::1', 2018)
File "/usr/local/lib64/python3.6/site-packages/bjoern.py", line 68, in run
listen(*args, **kwargs)
File "/usr/local/lib64/python3.6/site-packages/bjoern.py", line 52, in listen
sock = bind_and_listen(host, port, reuse_port)
File "/usr/local/lib64/python3.6/site-packages/bjoern.py", line 30, in bind_and_listen
sock.bind((host, port))
socket.gaierror: [Errno -9] Address family for hostname not supported
The text was updated successfully, but these errors were encountered:
Encountered the problem while setting up a small IPv6-only API endpoint.
Minimal code:
Error:
The text was updated successfully, but these errors were encountered: