some unpaid message with content (bundles of) picture/video do not download completely (1 item of the bundle always is missing) #56
Loading…
x
Reference in New Issue
Block a user
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?
I do not know how to show it, but one item (picture/movie/...) from an unpaid message seems not to download. If it is one picture the model sends, nothing is downloaded, if it is a bundle there is always one item missing. (sounds to me like some array index which is not correctly handled)
This is from a model I used to subscribe to, but no longer am subscribed to. She still sends me pictures and bundles.
in my config.json the following settings are applied (most if not all are default values):
Download {
Media {
DownloadAvatarHeaderPhoto = true
DownloadPaidPosts = true
DownloadPosts = true
DownloadArchived = true
DownloadStreams = true
DownloadStories = true
DownloadHighlights = true
DownloadMessages = true
DownloadPaidMessages = true
DownloadImages = true
DownloadVideos = true
DownloadAudios = true
}
IgnoreOwnMessages = true
DownloadPostsIncrementally = false
BypassContentForCreatorsWhoNoLongerExist = false
DownloadDuplicatedMedia = false
SkipAds = false
DownloadPath = ""
DownloadOnlySpecificDates = false
DownloadDateSelection = "before"
CustomDate = ""
ShowScrapeSize = false
}
The log says:
, so it should be downloaded
So more info. it is always the LAST/LATEST/NEWEST unread message that has this happening.