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
Hey, getting this error for some reason when runnning the search command..
Traceback (most recent call last):
File "Totem.py", line 58, in
result = getFacebookPageFromName(args.target)
File "/Users/admin/facebook_totem/facebook_totem/core.py", line 54, in getFacebookPageFromName
data = json.loads(response.text.replace("for (;;);",""))["payload"]["pageResults"]
TypeError: 'NoneType' object is not subscriptable
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
Hey, getting this error for some reason when runnning the search command..
Traceback (most recent call last):
File "Totem.py", line 58, in
result = getFacebookPageFromName(args.target)
File "/Users/admin/facebook_totem/facebook_totem/core.py", line 54, in getFacebookPageFromName
data = json.loads(response.text.replace("for (;;);",""))["payload"]["pageResults"]
TypeError: 'NoneType' object is not subscriptable
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: