zzzzz icon indicating copy to clipboard operation
zzzzz copied to clipboard

Got error from request

Open 0xB455 opened this issue 9 years ago • 10 comments

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?

0xB455 avatar Feb 20 '16 10:02 0xB455

Double Check the content of your SECRETS.txt file

tdurieux avatar Feb 20 '16 11:02 tdurieux

Yup, just fixed it by providing the proper cookies... it was an issue with SECRETS.txt as also mentioned in https://github.com/defaultnamehere/zzzzz/issues/23

0xB455 avatar Feb 20 '16 11:02 0xB455

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?

a9e78rauijasdf avatar Feb 22 '16 14:02 a9e78rauijasdf

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

Karlheinzniebuhr avatar Feb 22 '16 14:02 Karlheinzniebuhr

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.

ltrgoddard avatar Feb 24 '16 11:02 ltrgoddard

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

a9e78rauijasdf avatar Feb 25 '16 12:02 a9e78rauijasdf

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?

garrymann avatar Feb 26 '16 20:02 garrymann

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

On Fri, 26 Feb 2016, 20:37 garrymann [email protected] 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 https://github.com/defaultnamehere/zzzzz/issues/22#issuecomment-189474648 .

ltrgoddard avatar Feb 26 '16 21:02 ltrgoddard

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

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

vicprox avatar Jun 06 '18 12:06 vicprox

@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.

shymega avatar Jun 07 '18 13:06 shymega