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
[+] getting profile ...Traceback (most recent call last):
File "/home/kali/Instagram Tools/SoIG/main.py", line 19, in
ig = main(user=args["username"])
File "/home/kali/Instagram Tools/SoIG/api/api.py", line 64, in init
self.get_profile()
File "/home/kali/Instagram Tools/SoIG/api/api.py", line 76, in get_profile
self.data = json.loads(more_data[3].get_text()[21:].strip(";"))
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
[+] getting profile ...Traceback (most recent call last):
File "/home/kali/Instagram Tools/SoIG/main.py", line 19, in
ig = main(user=args["username"])
File "/home/kali/Instagram Tools/SoIG/api/api.py", line 64, in init
self.get_profile()
File "/home/kali/Instagram Tools/SoIG/api/api.py", line 76, in get_profile
self.data = json.loads(more_data[3].get_text()[21:].strip(";"))
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: