-
Notifications
You must be signed in to change notification settings - Fork 0
Description
OSError: [Errno 99] error while attempting to bind on address ('0.0.31.151', 8080): cannot assign requested address
Stacktrace
Traceback (most recent call last):
File "/home/sabuj/.local/bin/synamic", line 8, in
sys.exit(main())
File "/home/sabuj/.local/lib/python3.8/site-packages/synamic/entry_points/synamic_shell.py", line 7, in main
start_shell(Synamic, os.getcwd())
File "/home/sabuj/.local/lib/python3.8/site-packages/synamic/entry_points/shell/synamic_shell.py", line 100, in start_shell
CommandProcessor(synamic_class, start_dir).run_command(sys.argv[1:])
File "/home/sabuj/.local/lib/python3.8/site-packages/synamic/entry_points/shell/base_shell.py", line 223, in run_command
return callable_attr(*rest_args)
File "/home/sabuj/.local/lib/python3.8/site-packages/synamic/entry_points/shell/synamic_shell.py", line 76, in on_serve
return aio_server.serve(SITE_ROOT, host, port)
File "/home/sabuj/.local/lib/python3.8/site-packages/synamic/entry_points/aio_server/aio_server.py", line 24, in serve
web.run_app(app, host=host, port=port)
File "/home/sabuj/.local/lib/python3.8/site-packages/aiohttp/web.py", line 419, in run_app
loop.run_until_complete(_run_app(app,
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "/home/sabuj/.local/lib/python3.8/site-packages/aiohttp/web.py", line 359, in _run_app
await site.start()
File "/home/sabuj/.local/lib/python3.8/site-packages/aiohttp/web_runner.py", line 100, in start
self._server = await loop.create_server( # type: ignore
File "/usr/lib/python3.8/asyncio/base_events.py", line 1463, in create_server
raise OSError(err.errno, 'error while attempting '
Installed from pypi
Version: 0.7.1.dev7