question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
BasilHorowtcommented, Apr 10, 2021

@chelseadole @ardabro I was having this issue to and found the solution in the keybase chat. Screenshot attached, hope it helps:

Screen Shot 2021-04-09 at 8 10 46 PM
1reaction
ardabrocommented, Apr 15, 2021

@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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found