maria-antoniak / goodreads-scraper

A Python scraper for Goodreads books and reviews.
GNU General Public License v3.0
272 stars 82 forks source link

HTTP Error 302 #38

Closed manzanacc closed 1 year ago

manzanacc commented 1 year ago

While I am trying to scrap the information about books (i.e., book ID and title, book ID, book title, ISBN), I got the following error:

HTTP Error 302: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Found

I suppose that this error is due to the long book list that I have in txt format (70,000 books). Would you suggestion any solutions?

Thank you very much in advance!

maria-antoniak commented 1 year ago

Hmm I haven't seen that error before, and the long book list shouldn't matter. But the Goodreads site recently redesigned the book pages, so I wouldn't be surprised if that's the reason.