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.

[BUG] Unfriendly error message when joining pool already joined: "'NoneType' object is not iterable".

See original GitHub issue

Describe the bug When attempting to join a pool, I get the following exception.

$ chia plotnft join -i 2 -u https://asia1.pool.space -y
{'authentication_token_timeout': 5,
 'description': 'Welcome to Space Pool. By creating this Plot NFT, you agree '
                'to the following terms https://pool.space/terms',
 'fee': 0,
 'logo_url': 'https://pool.space/logo-250.png',
 'minimum_difficulty': 1,
 'name': 'Space Pool',
 'protocol_version': 1,
 'relative_lock_height': 64,
 'target_puzzle_hash': '0x2f2c9ba1b2315..........e7b14d942b969ed5d57'}

Will join pool: https://asia1.pool.space with Plot NFT 449168170.
Error performing operation on Plot NFT -f 449168170 wallet id: 2: 'NoneType' object is not iterable

To Reproduce

Steps to reproduce the behavior:

On the cli, chia plotnft join -i 2 -u https://asia1.pool.space -y

Expected behavior

Pool can be joined.

Desktop

OS: Linux OS Version/Flavor: Ubuntu 20.04.2 CPU: Intel i3-3220 Blockchain: 1.2.0

Additional context

Updated from 1.1.8dev0, and I keep the data in ~/.chia/

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Sosoneducommented, Jul 13, 2021

delete the config order and reinstall chia…

1reaction
TheOv3rminDcommented, Jul 31, 2021

This happened to me when I tried to change pools while I was building plots for the associated pool NFT. I figured that what the problem was, so I let the plots finish and tried again and then it worked just fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix TypeError in Python: NoneType Object Is Not Iterable
The Python TypeError: NoneType Object Is Not Iterable error can be avoided by checking if a value is None or not before iterating...
Read more >
TypeError: 'NoneType' object is not iterable in Python
It means the value of data is None .
Read more >
Typeerror: cannot unpack non-iterable nonetype object
This error mainly happens when you try to assign an object with a None type to a set of individual variables. This may...
Read more >
Bugs fixed during the Oneiric release cycle
Summary In Fixer 735934 Build dh_translations cdbs martin.pitt@ubuntu.com 772536 Depends on python2.6 zdaemon menesis@pov.lt 732046 Missing filesystem modules in ‑virtual package linux leann.ogasawara@cano...
Read more >
Solving python error - 'NoneType' object is not iterable
This is one of the most common errors we all faced at least once while working on a Python code. If you are...
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