sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
753 stars 65 forks source link

Only one mp4 chunk is downloaded before quitting #259

Closed Bamboo2779 closed 4 months ago

Bamboo2779 commented 8 months ago

Note: I use the term "chunk" here but I'm not sure exactly what's going on.

When I tried to download videos, it would always just download one chunk before quitting without an error. Example:

auth.json located successfully!
config.json located successfully!
ffmpeg.exe located successfully!
device_client_id_blob and/or device_private_key missing, https://cdrm-project.com/ will be used instead for DRM
protected videos
Logged In successfully as [USER] uXXXXXXXX
Please enter a post URL:  https://onlyfans.com/[ID]/[TARGET]
Folder for [TARGET] already created
Getting Post

Downloading Post ----------------------------------------   2% 1.9 GB 00:00:00

Post [ID] downloaded

The result is a playable mp4 file that's only a fraction of the length of the actual video. The problem also appears when I try to download the entire account. There are no logs created when this happens. I can confirm this wasn't a problem for me a few days ago, however I did clear cookies and cache since then and I am using an updated auth.json file. I am using the ffmpeg 6.1.1 essentials build and I am running Windows 10.

Bamboo2779 commented 8 months ago

Update: reinstalling the app seems to fix this problem. Still not sure what's causing it in the first place.