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
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
Ran this program for the first time a few days ago and it worked perfectly. Getting errors now.
Traceback (most recent call last):
File "/usr/local/bin/tenai", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/tenai/core.py", line 126, in main
output = filter(result)
File "/usr/local/lib/python3.9/site-packages/tenai/core.py", line 92, in filter
return [user for user in Dict["users"] if "11" in user["chaining_info"]["sources"]]
File "/usr/local/lib/python3.9/site-packages/tenai/core.py", line 92, in <listcomp>
return [user for user in Dict["users"] if "11" in user["chaining_info"]["sources"]]
TypeError: argument of type 'NoneType' is not iterable
Maybe IG has changed the API?
The text was updated successfully, but these errors were encountered:
Ran this program for the first time a few days ago and it worked perfectly. Getting errors now.
Maybe IG has changed the API?
The text was updated successfully, but these errors were encountered: