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)
With version 3.0.0-beta1 I've seen this error: