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

Opens then closes immediately #269

Closed robertssteve closed 4 months ago

robertssteve commented 8 months ago

As soon as I open OF-DL.exe, it opens and I can see that it says "auth.json located successfully" and then it closes immediately

FlavinDoPn3u commented 8 months ago

Check if the FFMPEG_PATH on auth.json is between a single set of quotation marks. Wrong --> "FFMPEG_PATH": ""C:/Users/User/Downloads/.../ffmpeg.exe"" Right --> "FFMPEG_PATH": "C:/Users/User/Downloads/.../ffmpeg.exe"

melithine commented 7 months ago

Beyond that suggestion, open a PowerShell window and then run the program from that window (just change directories to where the program is located and type in OF-DL.exe). It should then show the output there rather than opening a new window that closes immediately when the program exits, so you can see the whole output.