IndexError after "Caching Pages Liked By: <User>"
Was able to fight thorugh the last issue I had and now am getting to the Caching Pages Liked and errors to this:
Traceback (most recent call last):
File "fbstalker1.py", line 2030, in
I am having this same issue.
Me as well, the exact same issue. Has anyone made any progress?
I just change pageName to pageCategory, because the problem is that var count exceeds the limit of index in the array pageCategory, but it seems like a patch however it works:
#for x in pageName: for x in pageCategory: m = r.search(str(x)) if m: pageCategory[count] tempList.append([uid,x.text,pageCategory[count].text,m.group(1)]) count+=1 return tempList