Path is not accessible
OF-DL cannot find ffmpeg path. I've tried saving the ffmpeg.exe in multiple folders with no luck. Changed all the slashes. Not sure what I've missed.
What have you put in auth.json as the path?
C:/ffmpeg.exe thats what i get atm
Create a folder in the root of C:/ and put ffmpeg in that, change the path and see if that helps
same error. Could it be my computer?
C:/Download/ffmpeg.exe this is my current path
Is OF DL on your C:/ drive or another drive?
same drive, different folder
This is my setup:
auth.json
"FFMPEG_PATH": "E:/OnlyFans/DRMEXES/ffmpeg.exe"
i tried copying your set up. no dice.
Right click the exe and run as administrator? Running out of things you can do
ran ffmpeg as admin, authorization popped up but nothing happened afterwards.
ran OF-DL as admin; same error
Maybe try a different drive if you can?
i put everything on a USB, and the path is still not accessible
What's the exact error?
The provided path does not exist or is not accessible. Cannot locate ffmpeg.exe; please modify auth.json with the correct path. Press any key to exit.
auth.json and config.json are both green
I'm having the same exact issue, did you ever figure it out?
unfortunately, i have not.
I'm running into the exact issue, I've tried everything described above. I did however run the exe from an admin command prompt so that I can see any errors. Below is the output I observed.
C:\temp\OF.DL.V1.7.48>"OF DL.exe"
auth.json located successfully! Exception caught: Bad JSON escape sequence: \O. Path 'FFMPEG_PATH', line 6, position 27.
StackTrace: at Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer(Char quote) at Newtonsoft.Json.JsonTextReader.ReadStringValue(ReadType readType) at Newtonsoft.Json.JsonTextReader.ReadAsString() at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value) at OF_DL.Program.Main()
C:\temp\OF.DL.V1.7.48>
To me that indicates that you have back slashes in your path, you need to replace them with /
Totally missed that tiny detail. Thank you for your help.