Skip to content
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] ERROR fatal uncaught exception: AttributeError: 'int' object has no attribute 'name' #17578

Closed
Svetyr1 opened this issue Feb 18, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Svetyr1
Copy link

Svetyr1 commented Feb 18, 2024

What happened?

One of the seven wallets does not sync. The rest work fine.

Version

2.1.4

What platform are you using?

Windows

What ui mode are you using?

GUI

Relevant log output

2024-02-18T13:23:31.237 wallet chia.server.start_service  : ERROR    fatal uncaught exception: AttributeError: 'int' object has no attribute 'name'
Traceback (most recent call last):
  File "chia\util\log_exceptions.py", line 20, in log_exceptions
  File "chia\server\start_service.py", line 321, in async_run
  File "asyncio\runners.py", line 44, in run
  File "asyncio\base_events.py", line 636, in run_until_complete
  File "asyncio\windows_events.py", line 321, in run_forever
  File "asyncio\base_events.py", line 603, in run_forever
  File "asyncio\base_events.py", line 1871, in _run_once
  File "asyncio\windows_events.py", line 444, in select
  File "asyncio\windows_events.py", line 797, in _poll
  File "chia\server\start_service.py", line 309, in _accept_signal
AttributeError: 'int' object has no attribute 'name'
@Svetyr1 Svetyr1 added the bug Something isn't working label Feb 18, 2024
@wjblanke
Copy link
Contributor

This should be fixed in main. Let us know if you still see the issue in main. Thanks for the report!

#17123

@Svetyr1
Copy link
Author

Svetyr1 commented Feb 21, 2024

Это должно быть исправлено в main. Дайте нам знать, если вы все еще видите проблему в файле main. Спасибо за отчет!

#17123

Thank you, it works!

@Svetyr1 Svetyr1 closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants