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
Yesterday I had no issues with the script, but today on a different machine and the same machine I get the following error:
[*] Caching Pages Liked By:
Traceback (most recent call last):
File "FBStalker.py", line 2030, in
options(sys.argv)
File "FBStalker.py", line 1974, in options
mainProcess(user)
File "FBStalker.py", line 1790, in mainProcess
dataList = parsePagesLiked(html)
File "FBStalker.py", line 1146, in parsePagesLiked
pageCategory[count]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Yesterday I had no issues with the script, but today on a different machine and the same machine I get the following error:
[*] Caching Pages Liked By:
Traceback (most recent call last):
File "FBStalker.py", line 2030, in
options(sys.argv)
File "FBStalker.py", line 1974, in options
mainProcess(user)
File "FBStalker.py", line 1790, in mainProcess
dataList = parsePagesLiked(html)
File "FBStalker.py", line 1146, in parsePagesLiked
pageCategory[count]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: