You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i got this when running
python version
Python 3.8.10
Traceback (most recent call last):
File "FBTC_WOF_template.py", line 72, in
client_seed = soup.find(id='next_client_seed')['value']
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
i got this when running
python version
Python 3.8.10
Traceback (most recent call last):
File "FBTC_WOF_template.py", line 72, in
client_seed = soup.find(id='next_client_seed')['value']
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: