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
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!
The text was updated successfully, but these errors were encountered:
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 :)
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!
The text was updated successfully, but these errors were encountered: