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

Not sure what I am missing or not doing right #451

Open Daironman78 opened 3 days ago

Daironman78 commented 3 days ago

Screenshot (2)

I attempted to download the latest version and entered all of my info on the JSON correctly but it is giving me the attached message. Can someone please let me know what I need to do. Thanks

Daironman78 commented 3 days ago

And this is how my Json is showing:

{ "USER_ID": "xxxxxxx", "USER_AGENT": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0", "X_BC": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx", "COOKIE": "auth_id=xxxxxxxx; sess=xxxxxxxxxxxxxxxxx;" }

VictorAm123 commented 3 days ago

I have the exact same issue.

diestor commented 3 days ago

I haven't tested it, but I assume your problem can be fixed by pasting the whole text in Cookie. I mean, it should look like this: __cf_bm=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx; _cfuvid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx; sess=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx; lang=en; auth_id=xxxxxxxxx; cookiesAccepted=all; st=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx; ref_src= Please, let us knows if this fixes the issue. This was in the video.

Daironman78 commented 3 days ago

Nevermind. I figured out what it was. So if you look at that instruction video that is tied to the latest version, at the 1:40 minute mark where you add the path to the Config Json, you have to change the direction of the \ to / when adding the path. Example C:\Folder\New Version\File.exe , needs to change to C:/Folder/NewVersion/then make sure you add ffmpeg.exe at the end. Thats what I was missing. I did that and it opened right up. Thanks guys and thanks Sim0n00ps for this build.