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
I occasionally get this error with certain profiles:
File "fbstalker1.py", line 2030, in
options(sys.argv)
File "fbstalker1.py", line 1974, in options
mainProcess(user)
File "fbstalker1.py", line 1871, in mainProcess
dataList = parseFriends(html)
File "fbstalker1.py", line 1659, in parseFriends
month,year = value.split(" ")
ValueError: too many values to unpack
cheers
The text was updated successfully, but these errors were encountered:
Hi xtaylord,
Have the same problem. I noticed that the script was able to complete when I made a mistake and it could not search my targets page do to a new info screen from Facebook. This made the program believe that my target had no friends, but it ran from beginning to end. I just wondered if you have been able to use the script at all and if you have any idea what kind of profiles that makes the script go wrong. I suspected that it was that I used a non US profile but I tried that with no luck.
I occasionally get this error with certain profiles:
File "fbstalker1.py", line 2030, in
options(sys.argv)
File "fbstalker1.py", line 1974, in options
mainProcess(user)
File "fbstalker1.py", line 1871, in mainProcess
dataList = parseFriends(html)
File "fbstalker1.py", line 1659, in parseFriends
month,year = value.split(" ")
ValueError: too many values to unpack
cheers
The text was updated successfully, but these errors were encountered: