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

Too Many Requests #12

Open
lenngro opened this issue Apr 5, 2020 · 5 comments
Open

Too Many Requests #12

lenngro opened this issue Apr 5, 2020 · 5 comments

Comments

@lenngro
Copy link

lenngro commented Apr 5, 2020

I successfully downloaded the book_urls.txt, but when I run download.go, I always receive a
"Too Many Requests" error in the authentication step:

if err != nil {
 log.Fatal(err)
}

Changing my IP address didn't help. I also read that this could be due to too high paralleiism, so I limited the colly collector as follows:

c.Limit(&colly.LimitRule{
 2 * time.Second,
Parallelism: 1,
})

but it didn't have any effect.

I'm using go 1.14

I have also waited more than 24 hours between two tries.

Any help would be appreciated.

@lenngro
Copy link
Author

lenngro commented Apr 5, 2020

Same as ##10

@zanymuzik
Copy link

I have been seeing the same thing.
wondering if this has anything to do with the captcha used for signing into blinkist now (which wasn't there earlier, perhaps).

@dnharry
Copy link

dnharry commented Apr 24, 2020

I'm having the same issue here

Any headway?

@M4rcDev
Copy link

M4rcDev commented Apr 30, 2020

Same Problem. Seems like the API has changed...

@JacobHepworth
Copy link
Contributor

JacobHepworth commented Jul 11, 2020

I fixed this bug but it seems something else is wrong now.

The "Too many requests" fix is at 2a37bd5

The new issue can be seen here. #15

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

5 participants