mirror of
https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader.git
synced 2026-04-27 17:35:48 +03:00
[GH-ISSUE #36] [Feature] Fail-fast Option/Obvious Failures #106
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Twitter-X-Media-Batch-Downloader#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adachng on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/afkarxyz/Twitter-X-Media-Batch-Downloader/issues/36
Description
Have an option in settings to enable
fail-fast, where download errors stop the downloads altogether.For example, if I am downloading 5 accounts and 2nd account failed,
fail-fastmakes the download stop entirely.Currently, the download still continues to the last 3 accounts despite failing 2nd account, which makes the failure very hard to notice.
The main reason for this suggestion is simply to have some way to make the failures much more obvious, so I can notice easily which accounts have failed the downloads.
Alternatively, there can be some storage in the DB to store failed download statuses etc.
This is up to you, thanks! 👍
@ryusakura commented on GitHub (Nov 23, 2025):
I am adding to this since some account may get deleted or changed in id that makes the whole fetching stopping and I will need to choose the accounts again and it's somehow wasting of time
@adachng commented on GitHub (Nov 25, 2025):
Update: the download errors may be related to issue #40 by @ryusakura.
Would also greatly appreciate if those are accounted for. Thanks!
@afkarxyz commented on GitHub (Dec 4, 2025):
I'm closing this because it’s no longer relevant to the latest version, as the tech stack has changed.