fbchat
fbchat copied to clipboard
Found too many ServerJSDefine
Hi,
today I tried to start my script, but it doesn't use session.json. Instead It tries to log in(fbchat.Session.login), but with Exception: Found too many ServerJSDefine.
I didnt edit anything.. Suppose Facebook updated their API?
Thanks!
I managed to get it running by removing lines in _session.py:
if len(define_splits) > 2: raise _exception.ParseError("Found too many ServerJSDefine", data=define_splits)
I know, that maybe this is not right way, but it is working .. temporary fix :)
thx domcom3 : this temporary fix is ok for me ;)