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

Request failed #76

Open
damanc7 opened this issue May 30, 2020 · 3 comments
Open

Request failed #76

damanc7 opened this issue May 30, 2020 · 3 comments

Comments

@damanc7
Copy link

damanc7 commented May 30, 2020

I'm getting a 'request failed, retrying' I'm polling every 3 mins, should I wait longer?
Request failed (('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))). Retrying ...

@damanc7
Copy link
Author

damanc7 commented May 31, 2020

Capture

@juliomalegria
Copy link
Owner

juliomalegria commented Jun 3, 2020

Mmmm, might be that Craigslist is throttling your requests?
Did this suddently stop working? Does the error go away after not sending further requests for say 1h? If so, it definitely sounds like throttling. Otherwise I could take a deeper look.
Can you share what command are you exactly calling, and every how often?

@mnowicky
Copy link

mnowicky commented Nov 23, 2020

It looks to me like you probably have a while loop that doesn't have any wait time ( ex. time.sleep(1) or something) implemented into it. So you're essentially just opening tons of connections to CL which obviously looks like a DDoS attack on their end and gets shut down.

Edit- you say you're polling every 3 mins... but how exactly do you have that implemented?

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

3 participants