-
Notifications
You must be signed in to change notification settings - Fork 43
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: An unknown error occurred #209
Comments
When I ignore this error like this:
Bitlbee works fine. Not sure, what the graphql query is trying to accomplish but simply removing it could solve the problem? |
I fixed the problem locally with the ugliest patch. It also contains code that kinda mitigates (in a horrible way, include unistd and sleep(2) ) the #73 mega annoying bug. If someone feels like fixing this in a proper way, here is the patch for some hints:
|
I think ThreadListQuery is for listing groupchats |
When connected to server, exactly after 30 second I receive " facebook - Error: An unknown error occurred".
When debugging and putting breakpoint into
fb_http_request_send
after third hit after the connect it makes this graphql request:After sending this a large debug log is printed about parsing some data from server. I just picked a few lines that might be useful (don't know what exactly is happening).
Ultimatelly this appears in the log, seeming that the original request fails:
My guess is, that the plugin tries to get some status information that is too big and the server refuses to serve it, which in response causes the plugin to end the session and reconnect.
This doesn't happen the whole time, sometimes the plugin works just fine half a day or something like that.
Any idea, what might be wrong?
The text was updated successfully, but these errors were encountered: