Skip to content
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

Open
0xB455 opened this issue Feb 20, 2016 · 10 comments
Open

Got error from request #22

0xB455 opened this issue Feb 20, 2016 · 10 comments

Comments

@0xB455
Copy link

0xB455 commented Feb 20, 2016

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

pip install 'requests[security]'

afterwards. This got me going.

However now I get the following response. Not sure where the request is failing.

#python fetcher.py
>
Got error from request, restarting...
>
Got error from request, restarting...
>
Got error from request, restarting...
>
Got error from request, restarting...
^CTraceback (most recent call last):
  File "fetcher.py", line 177, in <module>
    time.sleep(SLEEP_TIME)
KeyboardInterrupt

I would debug the HTTP requests but it is all TLS1.2 encrypted. Any idea how to proceed?

@tdurieux
Copy link

Double Check the content of your SECRETS.txt file

@0xB455
Copy link
Author

0xB455 commented Feb 20, 2016

Yup, just fixed it by providing the proper cookies... it was an issue with SECRETS.txt as also mentioned in #23

@a9e78rauijasdf
Copy link

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?
What was the specific problem, TheBazZz?

@Karlheinzniebuhr
Copy link

Any solution to this?
The error message should be clearer also

@ltrgoddard
Copy link

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.

@a9e78rauijasdf
Copy link

Im afraid it does not solve the problem in my case. Perhaps a clear example of the txt file would provide help?

@garrymann
Copy link

I am also having the same issue. uid is obvious. cl_id is changing by sessions but can be found.
What is exactly required from cookie value? The xs portion? What if it contains a % char?

@ltrgoddard
Copy link

Copy everything from and including 'datr' up until the final quotation mark
(before '--compressed' or whatever).

On Fri, 26 Feb 2016, 20:37 garrymann notifications@github.com wrote:

I am also having the same issue. uid is obvious. cl_id is changing by
sessions but can be found.
What is exactly required from cookie *value? The *xs portion?


Reply to this email directly or view it on GitHub
#22 (comment)
.

@vicprox
Copy link

vicprox commented Jun 6, 2018

I get :
Got error from request, restarting...

from fetcher.py too, is this tool still working?

@shymega
Copy link

shymega commented Jun 7, 2018

@vicprox from what i understand, the API has changed, so some investigation and fixes are required for fetcher.py to work again. See #49 for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants