Skip to content

ERROR: CommunityAuthentication 'str' object has no attribute 'address' #3591

Description

@blueyed

With version 3.0.0-beta1 I've seen this error:

octobot-1 | 2026-07-31 09:09:55,143 ERROR CommunityAuthentication 'str' object has no attribute 'address'
octobot-1 | Traceback (most recent call last):
octobot-1 | File "/opt/venv/lib/python3.13/site-packages/octobot/community/authentication.py", line 747, in auto_init_sync_client
octobot-1 | wallets = self.list_wallets()
octobot-1 | File "/opt/venv/lib/python3.13/site-packages/octobot/community/authentication.py", line 655, in list_wallets
octobot-1 | return self._wallet_backend.list_wallets()
octobot-1 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
octobot-1 | File "/opt/venv/lib/python3.13/site-packages/octobot/community/wallet_backend/community_wallet.py", line 117, in list_wallets
octobot-1 | WalletInfo(address=e.address, name=e.name, is_admin=e.is_admin)
octobot-1 | ^^^^^^^^^
octobot-1 | AttributeError: 'str' object has no attribute 'address'
octobot-1 | 2026-07-31 09:09:55,151 ERROR CommunityAuthentication Failed to auto-initialize sync client: 'str' object has no attribute 'address' (error: AttributeError)

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions