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
I am so frustrated trying to set up chia-blockchain on Ubuntu. GUI is loading, but stocks at loading wallet. I did not create one for now. Browser did not open a window for setting one up.
Here is the console output, with error.
(venv) $ npm run electron &
(venv) $
chia-blockchain@ electron /Chia/chia-blockchain/chia-blockchain-gui
electron .
/Chia/chia-blockchain/app.asar.unpacked/daemon
false
Error loading config - using defaults
startUrl file:///Chia/chia-blockchain/chia-blockchain-gui/build/renderer/index.html
/Chia/chia-blockchain/app.asar.unpacked/daemon
false
/Chia/chia-blockchain/app.asar.unpacked/daemon
false
Running python script
Script ../chia/daemon/server.py
child process success
(node:51957) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See electron/electron#23506 for more information
No cert
Have cert
stderr: Traceback (most recent call last):
File "../chia/daemon/server.py", line 962, in
main()
File "../chia/daemon/server.py", line 958, in main
return run_daemon(DEFAULT_ROOT_PATH)
File "../chia/daemon/server.py", line 952, in run_daemon
return asyncio.get_event_loop().run_until_complete(async_run_daemon(root_path))
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "../chia/daemon/server.py", line 944, in async_run_daemon
await ws_server.start()
File "../chia/daemon/server.py", line 138, in start
self.websocket_server = await serve(
File "/Chia/chia-blockchain/venv/lib/python3.8/site-packages/websockets/server.py", line 965, in await_impl
server = await self._create_server()
File "/usr/lib/python3.8/asyncio/base_events.py", line 1463, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 99] error while attempting to bind on address ('::1', 55400, 0, 0): cannot assign requested address
closing code: 1
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
-
Hi there!
I am so frustrated trying to set up chia-blockchain on Ubuntu. GUI is loading, but stocks at loading wallet. I did not create one for now. Browser did not open a window for setting one up.
Here is the console output, with error.
(venv) $ npm run electron &
(venv) $
/Chia/chia-blockchain/app.asar.unpacked/daemon
false
Error loading config - using defaults
startUrl file:///Chia/chia-blockchain/chia-blockchain-gui/build/renderer/index.html
/Chia/chia-blockchain/app.asar.unpacked/daemon
false
/Chia/chia-blockchain/app.asar.unpacked/daemon
false
Running python script
Script ../chia/daemon/server.py
child process success
(node:51957) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See electron/electron#23506 for more information
No cert
Have cert
stderr: Traceback (most recent call last):
File "../chia/daemon/server.py", line 962, in
main()
File "../chia/daemon/server.py", line 958, in main
return run_daemon(DEFAULT_ROOT_PATH)
File "../chia/daemon/server.py", line 952, in run_daemon
return asyncio.get_event_loop().run_until_complete(async_run_daemon(root_path))
File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
return future.result()
File "../chia/daemon/server.py", line 944, in async_run_daemon
await ws_server.start()
File "../chia/daemon/server.py", line 138, in start
self.websocket_server = await serve(
File "/Chia/chia-blockchain/venv/lib/python3.8/site-packages/websockets/server.py", line 965, in await_impl
server = await self._create_server()
File "/usr/lib/python3.8/asyncio/base_events.py", line 1463, in create_server
raise OSError(err.errno, 'error while attempting '
OSError: [Errno 99] error while attempting to bind on address ('::1', 55400, 0, 0): cannot assign requested address
closing code: 1
Thanks in Advance!
Tongie
Beta Was this translation helpful? Give feedback.
All reactions