-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error since yesterday #625
Comments
work again ;) |
the bug is back... on this simple sample code :
got this error :
|
+1 Same for me |
Facebook changed response format. ServerJSDefine is no longer in it.
Made a fix for it and a pull request: #630 You'll have to wait until someone takes over the repo for it to get merged. Or pull it yourself. |
Perfect it works !! Thx ! |
Hi, this PR did not do the trick for me. Any ideas on how this problem can be fixed? |
in parse_server_js_define |
Anything change at FB side ?
Traceback (most recent call last):
File "./sendFB.py", line 37, in
session = fbchat.Session.login("XXXXXXX", "XXXXXXXX")
File "/usr/local/lib/python3.5/dist-packages/fbchat/_session.py", line 377, in login
return cls._from_session(session=session)
File "/usr/local/lib/python3.5/dist-packages/fbchat/_session.py", line 434, in _from_session
define = parse_server_js_define(r.content.decode("utf-8"))
File "/usr/local/lib/python3.5/dist-packages/fbchat/_session.py", line 36, in parse_server_js_define
raise _exception.ParseError("Could not find any ServerJSDefine", data=html)
fbchat.ParseError: Could not find any ServerJSDefine. Please report this, along with the data below!
The text was updated successfully, but these errors were encountered: