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
Intermittently during FA scans, we get these errors:
Traceback (most recent call last):
File "C:\Users\nok13\Documents\GitHub\WAGMI\main.py", line 103, in <module>
iterate_fa()
File "C:\Users\nok13\Documents\GitHub\WAGMI\modules\fa\fa_iterate.py", line 51, in iterate
result = full_fa(
File "C:\Users\nok13\Documents\GitHub\WAGMI\modules\fa\fa.py", line 129, in full_fa
goplus_analysis = goplus_fa(chain_name_arr[0], token)
File "C:\Users\nok13\Documents\GitHub\WAGMI\modules\fa\fa.py", line 24, in goplus_fa
token_data = res_json.get("result", {}).get(token.lower(), {})
AttributeError: 'NoneType' object has no attribute 'get'
Function where it originates in our code seems to be res_json.get("result", {}).get(token.lower(), {}), line 24, in fa.py
The text was updated successfully, but these errors were encountered:
Intermittently during FA scans, we get these errors:
Function where it originates in our code seems to be
res_json.get("result", {}).get(token.lower(), {})
, line 24, in fa.pyThe text was updated successfully, but these errors were encountered: