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
After the script collects all of the pages like by a user it crashes with the following error.
Traceback (most recent call last):
File "fbstalker2.py", line 2123, in
options(sys.argv)
File "fbstalker2.py", line 2066, in options
mainProcess(user)
File "fbstalker2.py", line 1883, in mainProcess
dataList = parsePagesLiked(html)
File "fbstalker2.py", line 1223, in parsePagesLiked
pageCategory[count]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
After the script collects all of the pages like by a user it crashes with the following error.
Traceback (most recent call last):
File "fbstalker2.py", line 2123, in
options(sys.argv)
File "fbstalker2.py", line 2066, in options
mainProcess(user)
File "fbstalker2.py", line 1883, in mainProcess
dataList = parsePagesLiked(html)
File "fbstalker2.py", line 1223, in parsePagesLiked
pageCategory[count]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: