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
(venv) doge-chia % dogechia start farmer -r
Error, timeout.
Daemon not started yet
Starting daemon
Traceback (most recent call last):
File "/Users/trypt/doge-chia/venv/bin/dogechia", line 33, in
sys.exit(load_entry_point('dogechia-blockchain', 'console_scripts', 'dogechia')())
File "/Users/trypt/doge-chia/dogechia/cmds/dogechia.py", line 79, in main
cli() # pylint: disable=no-value-for-parameter
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/trypt/doge-chia/dogechia/cmds/dogechia.py", line 61, in run_daemon_cmd
asyncio.get_event_loop().run_until_complete(async_run_daemon(ctx.obj["root_path"]))
File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/Users/trypt/doge-chia/dogechia/daemon/server.py", line 1006, in async_run_daemon
await ws_server.start()
File "/Users/trypt/doge-chia/dogechia/daemon/server.py", line 143, in start
self.websocket_server = await serve(
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/websockets/server.py", line 965, in await_impl
server = await self._create_server()
File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 1494, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 48] error while attempting to bind on address ('::1', 56669, 0, 0): address already in use
Error, timeout.
Daemon not started yet
Failed to create the dogechia daemon
(venv) doge-chia % dogechia stop all -d
Error, timeout.
Daemon not started yet
Couldn't connect to dogechia daemon
I'm on Mac, after upgrading to 1.0.7 via terminal and activated, trying to start but failed, cannot even stop all, all gives me error, timeout. After several tries, I gave up, paste the old 0.1.5 back to the folder, all normal again.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
(venv) doge-chia % dogechia start farmer -r
Error, timeout.
Daemon not started yet
Starting daemon
Traceback (most recent call last):
File "/Users/trypt/doge-chia/venv/bin/dogechia", line 33, in
sys.exit(load_entry_point('dogechia-blockchain', 'console_scripts', 'dogechia')())
File "/Users/trypt/doge-chia/dogechia/cmds/dogechia.py", line 79, in main
cli() # pylint: disable=no-value-for-parameter
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 829, in call
return self.main(*args, **kwargs)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/trypt/doge-chia/dogechia/cmds/dogechia.py", line 61, in run_daemon_cmd
asyncio.get_event_loop().run_until_complete(async_run_daemon(ctx.obj["root_path"]))
File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/Users/trypt/doge-chia/dogechia/daemon/server.py", line 1006, in async_run_daemon
await ws_server.start()
File "/Users/trypt/doge-chia/dogechia/daemon/server.py", line 143, in start
self.websocket_server = await serve(
File "/Users/trypt/doge-chia/venv/lib/python3.9/site-packages/websockets/server.py", line 965, in await_impl
server = await self._create_server()
File "/usr/local/Cellar/python@3.9/3.9.6/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 1494, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 48] error while attempting to bind on address ('::1', 56669, 0, 0): address already in use
Error, timeout.
Daemon not started yet
Failed to create the dogechia daemon
(venv) doge-chia % dogechia stop all -d
Error, timeout.
Daemon not started yet
Couldn't connect to dogechia daemon
I'm on Mac, after upgrading to 1.0.7 via terminal and activated, trying to start but failed, cannot even stop all, all gives me error, timeout. After several tries, I gave up, paste the old 0.1.5 back to the folder, all normal again.
Beta Was this translation helpful? Give feedback.
All reactions