OF-DL icon indicating copy to clipboard operation
OF-DL copied to clipboard

Error getting file size for URL --- The SSL connection could not be established, see inner exception.

Open Nostalgus opened this issue 2 years ago • 7 comments

Whenever the downloader tries to download an image, the message "Error getting file size for URL (-link leading to image-) The SSL connection could not be established, see inner exception" appears. Everything else seems to work. It successfully downloaded the header from a profile, loaded for 2 minutes and then started downloading posts, but with no success. What can I do? Appreciate the help!

Nostalgus avatar Sep 20 '23 13:09 Nostalgus

Maybe set it to only download images or videos only first, let them all download and then do the rest. This error usually occurs when your IP has been rate limited due to the amount of requests you've made in a certain time frame. I'd recommend you leave it for a bit before trying to scrape again.

sim0n00ps avatar Sep 20 '23 13:09 sim0n00ps

Unfortunately, it did not work. By the way, I did it with this tutorial video (https://gofile.io/d/RKC2EW). Is that perhaps outdated? For example, I downloaded Bento4 for Windows 10, although I have Windows 11, because the Windows 11 download was not available for selection. Or does that not matter? I did everything as in the video, but downloaded the latest version (3 days ago).

Nostalgus avatar Sep 20 '23 13:09 Nostalgus

Yes the downloads in that video are still valid and what you've downloaded sounds correct (they are only needed for DRM videos). I'm not sure then, I'd probably wait a few hours then just to make sure that you actually have been rate limited and it's not another issue.

sim0n00ps avatar Sep 20 '23 14:09 sim0n00ps

Is there anything else I should perhaps change or fill in? Otherwise, I'll wait a bit for now.

{ "DownloadAvatarHeaderPhoto": false, "DownloadPaidPosts": false, "DownloadPosts": true, "DownloadArchived": false, "DownloadStories": false, "DownloadHighlights": false, "DownloadMessages": false, "DownloadPaidMessages": false, "DownloadImages": true, "DownloadVideos": false, "DownloadAudios": false, "IncludeExpiredSubscriptions": false, "SkipAds": false, "DownloadPath": "", "PaidPostFileNameFormat": "", "PostFileNameFormat": "", "PaidMessageFileNameFormat": "", "MessageFileNameFormat": "", "Timeout": null, "FolderPerPaidPost": false, "FolderPerPost": false, "FolderPerPaidMessage": false, "FolderPerMessage": false, "LimitDownloadRate": false, "DownloadLimitInMbPerSec": 4, "DownloadOnlySpecificDates": false, "DownloadDateSelection": "after", "CustomDate": ""

Nostalgus avatar Sep 20 '23 15:09 Nostalgus

No I would just wait, don't change anything

sim0n00ps avatar Sep 20 '23 15:09 sim0n00ps

Thanks. I will wait a few hours then. :)

Nostalgus avatar Sep 20 '23 15:09 Nostalgus

The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.

I got this what should i do?

BlazeVertex avatar Oct 24 '23 13:10 BlazeVertex