facebook_totem icon indicating copy to clipboard operation
facebook_totem copied to clipboard

TypeError: 'NoneType' object is not subscriptable

Open bizfreak22 opened this issue 3 years ago • 0 comments

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!

bizfreak22 avatar Jun 10 '21 16:06 bizfreak22