-
Notifications
You must be signed in to change notification settings - Fork 316
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
StatusCodeError: 504 and TypeError: Cannot read property '0' of undefined #99
Comments
I just ran fb-sleep-stats today and I get the same two errors (I assume, it is a bit hard to tell from your screenshot :) ) It seems fb-sleep is complaining, maybe because the return from facebook is not as expected(it returns an error site) or the url used in
and
See http://pastebin.com/padHzvJh for the log (I changed xs and c_user). But the program still works; Best, Btw. |
Yeah, I'm having the exactly same problem. Sometimes it gives a bunch of error lines but sometimes it gives just '...Will Fallback to other means...' message. It still works but it gets stuck for a while before showing the error lines |
up |
Is it fixed yet? |
Hi guys, I kinda resolved this one, you just need to add clientid property in index.js, add clientid after partition parameter in getLoadBalancerInfo line 52 and after that in the function call line 88. You can add in your development.json config file, clientid property and then call it from there. You can find your clientid if you do Inspect at messenger webpage go to Network and search for pull requests. Now there aren't any errors related to the format of the requests but there are sill errors related to the getting user list call. |
@abukva thanks a ton for resolving this - can you please add more detail to your solution for a complete newbie? |
1 problem is also, https://5-edge-chat.facebook.com is hardcoded in the module, but when I tested it, that one didn't work anymore, so I went to nr 4 (check with dev tools). Its in the same spot as abukva's comment |
May I ask why does it always show something like this?😅
The text was updated successfully, but these errors were encountered: