-
Notifications
You must be signed in to change notification settings - Fork 130
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
Got error from request #22
Comments
Double Check the content of your |
Yup, just fixed it by providing the proper cookies... it was an issue with SECRETS.txt as also mentioned in #23 |
Im having the same problem. ClientID seems to change now and then. Userid is correct. Cookie is also provided as it should - no ' or " around the cookie data, which is copied directly via chrome dev tools (copy as curl (bash)). Any ideas? |
Any solution to this? |
Make sure you're copying the cookie using "Copy as cURL (bash)" rather than "Copy as cURL (cmd)"---the latter adds double quotes around certain characters, e.g. %, which you don't want. |
Im afraid it does not solve the problem in my case. Perhaps a clear example of the txt file would provide help? |
I am also having the same issue. uid is obvious. cl_id is changing by sessions but can be found. |
Copy everything from and including 'datr' up until the final quotation mark On Fri, 26 Feb 2016, 20:37 garrymann [email protected] wrote:
|
I get : from fetcher.py too, is this tool still working? |
Hello,
you should note python-dev and libssl-dev as requirement. I had some SSL issues which I got rid by installing both and going for
afterwards. This got me going.
However now I get the following response. Not sure where the request is failing.
I would debug the HTTP requests but it is all TLS1.2 encrypted. Any idea how to proceed?
The text was updated successfully, but these errors were encountered: