-
Notifications
You must be signed in to change notification settings - Fork 289
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
Request failed with status code 573 #170
Comments
I got timeout error with user-info.js. @carcabot Do you have time to check it? |
same problem, and get video comments is not work too. |
I've got the same issue, hopefully it's just the signature that's changed |
For now, user-videos is block. |
Interestingly for both user-info and user-videos, I changed the unsigned URL's query params to match what I see in chrome dev tools, including device_id and user_agent, and I'm able to open the signed URL in chrome and see the expected response, but querying it in node through axios gives a response with status_code: -1 for user-info and random data for user-videos. I also noticed if I turn off cookies in chrome, the response in the browser will also give status_code: -1, but turning them back on will bring back the expected response. So it looks like the signer is working and generates a valid URL, but there's some difference between the request the browser makes and what axios makes. I even set the cookie header and still didn't get any meaningful response. EDIT: Spoke too soon with user-videos. Here's my request:
Note the required |
Hello!
Anyone is getting "Request failed with status code 573" ? This is happening today, we are behind a proxy.
Issue with : user-info.js
The text was updated successfully, but these errors were encountered: