Exception from 'wallet' {'error': "'NoneType' object has no attribute 'tx_store'", 'success': False}
See original GitHub issue(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:
Issue Analytics
- State:
- Created 2 years ago
- Comments:7
Top Results From Across the Web
Exception from 'wallet' {'error': "'NoneType' object has no ...
chia farm summary gives: Exception from 'wallet' {'error': "'NoneType' object has no attribute 'tx_store'", 'success': False} Farming status: Farming Total ...
Read more >Why do I get AttributeError: 'NoneType' object has no attribute ...
NoneType means that instead of an instance of whatever Class or Object you think you're working with, you've actually got None .
Read more >Error on reward? : r/chia - Reddit
AttributeError : 'NoneType' object has no attribute 'tx_store'. Wallet is synced, farming over 55 plots (slowly growing) for about two weeks, ...
Read more >'NoneType' object has no attribute 'startswith' - MultiChain
Explorer-Error "AttributeError: 'NoneType' object has no attribute 'startswith'". +3 votes. Can u help me to solve this error?
Read more >How To Fix Error: 'NoneType' Object Has No Attribute 'Group'?
Solution 2 : Use try-except blocks (Exception Handling). Another workaround to deal with an attribute error is to use exception handling i.e. the....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@chelseadole @ardabro I was having this issue to and found the solution in the keybase chat. Screenshot attached, hope it helps:
@namelessperson0 If scary, confusing, raw exception body presented to the user is not considered an issue I really don’t understand today’s standards programming standards 😃