sim0n00ps / OF-DL

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

OF DL Crashes Immediately #315

Closed nu2689 closed 1 month ago

nu2689 commented 3 months ago

Every time I try to open the OF DL program it crashes. I'm pretty sure I did my auth json info right

HERES MY INFO Screenshot_3

sim0n00ps commented 3 months ago

You need to put the ffmpeg path before the }, currently it is outside of the JSON object which is why you get the error. After you've done that put a , at the end of each line and that should fix it

LittleStuart92 commented 3 months ago

Update user_agent, it was changed.

melithine commented 3 months ago

If you're not familiar with JSON, I'd recommend using the browser extension to create the auth.json file. Much simpler and easier, even for me, and I am proficient with JSON.

nu2689 commented 3 months ago

Update user_agent, it was changed.

What was it changed to?

LittleStuart92 commented 3 months ago

Update user_agent, it was changed.

What was it changed to?

Check always 3 data marked on yellow. USER_AGENT, X_BC and COOKIE 2024-03-28 01_50_48-auth json — Notatnik

The best wa is always use the latest version. FFMPEG_PATH was moved to config file.

nu2689 commented 3 months ago

Its fixed now. Thanks guys!