Skip to content

Exception from 'wallet' {'error': "'NoneType' object has no attribute 'tx_store'", 'success': False} #1750

@ardabro

Description

@ardabro
(venv) #screen#>chia farm summary
Exception from 'wallet' {'error': "'NoneType' object has no attribute 'tx_store'", 'success': False}
Farming status: Farming

This persists all the time, But farmer state is "farming"
Is it any serious? Can I deal with it by tweaking any config file?

upd: corresponding entry in the log:

22:33:02.925 wallet src.rpc.rpc_server         : WARNING  Error while handling message: Traceback (most recent call last):
  File "/home/xxxx/foreign_projects/chia-blockchain/src/rpc/rpc_server.py", line 81, in inner
    res_object = await f(request_data)
  File "/home/xxxx/foreign_projects/chia-blockchain/src/rpc/wallet_rpc_api.py", line 706, in get_farmed_amount
    tx_records: List[TransactionRecord] = await self.service.wallet_state_manager.tx_store.get_farming_rewards()
AttributeError: 'NoneType' object has no attribute 'tx_store'

upd 2:

(venv) #screen#>chia wallet get_address
No online backup file found, 
 Press S to skip restore from backup 
 Press F to use your own backup file: 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions