A fork of tumblr-utils with Python 3 support, bug fixes, and lots of features I found useful.

HTTP 429 error when downloading notes#47

Open
Opened 4/16/20250 commentsby robotfishe
robotfishe

I'm getting an error intermittently when downloading notes on posts with >10,000 notes: ``` [Note Scraper] Post 173858985191, URL [...]: Unexpected response status: HTTP 429 Too Many Requests Headers: {'Server': 'nginx', 'Date': 'Wed, 16 Apr 2025 22:23:55 GMT', 'Content-Type': 'text/html', 'Content-Length': '2440', 'Connection': 'keep-alive', 'ETag': '"67166be3-988"'} ``` Obviously the issue here is tumblr's servers not liking how hard they're being hit, nothing specific to your code - but is there any way to throttle the requests on notes to avoid this? I tried reducing --threads but it doesn't seem to be having any effect.

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by robotfishe and has received 0 comments.

Add a comment
Comment form would go here