Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

TypeError: argument of type 'NoneType' is not iterable #5

Open
osintgithub opened this issue Jun 24, 2022 · 1 comment
Open

TypeError: argument of type 'NoneType' is not iterable #5

osintgithub opened this issue Jun 24, 2022 · 1 comment

Comments

@osintgithub
Copy link

osintgithub commented Jun 24, 2022

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?

@novitae
Copy link
Owner

novitae commented Jun 25, 2022

Maybe IG has changed the API?

Yup it seems they did, I'm gonna investigate further to see on private iOS API. Otherwise, rip tenais :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants