- Notifications
You must be signed in to change notification settings - Fork11.2k
File download error fix at staus code 201#7130
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Gallaecio commentedOct 28, 2025
Please, review the feedback from previous attempts to fix this issue. |
rohan45327 commentedOct 28, 2025
@Gallaecio |
wRAR commentedOct 28, 2025
Because people don't read the issue and assume this fix is enough. |
Uh oh!
There was an error while loading.Please reload this page.
This PR fixes a file download handling issue in the Scrapy pipeline where responses with HTTP status 201 were not being properly processed.
Changes Made
To
Result
Ensured downloaded files are stored and validated as expected.
Testing
Verified locally with multiple endpoints returning 200 and 201 responses.
Confirmed successful downloads and no runtime errors.
Please review and let me know if any improvements are needed.