-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] The wallet doesn't start #18677
Comments
Also I tried to start Chia on another computer without utf-8 user name with similar result: spinner spins endlessly. Whe I tried to run "chia start daemon --skip-keyring" I have another result: chia start daemon --skip-keyring The log: 2024-10-07T16:50:07.326 daemon filelock : DEBUG Attempting to acquire lock 2687494145360 on C:\Users\alex\.chia\mainnet\run\daemon.lock |
Hey @zMotoR , as a heads up we can generally provide more timely and thorough support in our discord server (https://discord.gg/chia). As for the errors you are getting I have a few questions:
|
It was an update. On the 1-st PC it was update 2.3.0 -> 2.4.3, on the 2-nd one I can't remember. I think the same. 1-st PC: Windows 11, installed python 3.11 and python 3.4 at the same time in different paths |
@zMotoR , thank you for the information. One of our engineers has been assigned to review the issue and will provide more information as time permits 👍 |
Same problem here. Everything worked. I closed Chia 2.4.1 Gigahorse and restartet the computer. After that, Chia is starting the wallet endlessly spinning. |
What happened?
After the installation I run chia, the window appears, and spinner spins endlessly. I started to expect whats happening. Chia.exe starts "resources\app.asar.unpacked\daemon\chia start daemon --skip-keyring" and then "resources\app.asar.unpacked\daemon\chia run_daemon --wait-for-unlock". Then both exe files from daemon folder do finish. After that chia.exe is still waiting something. The log file is empty.
I tried to run "chia start daemon --skip-keyring" in the console, that's the result:
chia start daemon --skip-keyring
Daemon not started yet
Starting daemon
Starting daemon: chia run_daemon --wait-for-unlock
Traceback (most recent call last):
File "chia\cmds\chia.py", line 143, in
File "chia\cmds\chia.py", line 139, in main
File "click\core.py", line 1157, in call
File "click\core.py", line 1078, in main
File "click\core.py", line 1688, in invoke
File "click\core.py", line 1434, in invoke
File "click\core.py", line 783, in invoke
File "click\decorators.py", line 33, in new_func
File "chia\cmds\start.py", line 24, in start_cmd
File "asyncio\runners.py", line 44, in run
File "asyncio\base_events.py", line 649, in run_until_complete
File "chia\cmds\start_funcs.py", line 81, in async_start
File "chia\cmds\start_funcs.py", line 54, in create_start_daemon_connection
File "codecs.py", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 31: invalid start byte
[23908] Failed to execute script 'chia' due to unhandled exception!
I think this is because I use UTF-8 user name in the PC.
Version
2.4.3
What platform are you using?
Windows
What ui mode are you using?
GUI
Relevant log output
No response
The text was updated successfully, but these errors were encountered: