OF-DL icon indicating copy to clipboard operation
OF-DL copied to clipboard

Path is not accessible

Open waltersz1404 opened this issue 1 year ago • 20 comments

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.

waltersz1404 avatar Dec 30 '23 21:12 waltersz1404

What have you put in auth.json as the path?

sim0n00ps avatar Dec 30 '23 21:12 sim0n00ps

C:/ffmpeg.exe thats what i get atm

waltersz1404 avatar Dec 30 '23 22:12 waltersz1404

Create a folder in the root of C:/ and put ffmpeg in that, change the path and see if that helps

sim0n00ps avatar Dec 30 '23 22:12 sim0n00ps

same error. Could it be my computer?

waltersz1404 avatar Dec 30 '23 22:12 waltersz1404

C:/Download/ffmpeg.exe this is my current path

waltersz1404 avatar Dec 30 '23 22:12 waltersz1404

Is OF DL on your C:/ drive or another drive?

sim0n00ps avatar Dec 30 '23 22:12 sim0n00ps

same drive, different folder

waltersz1404 avatar Dec 30 '23 22:12 waltersz1404

This is my setup: auth.json "FFMPEG_PATH": "E:/OnlyFans/DRMEXES/ffmpeg.exe" image image

sim0n00ps avatar Dec 30 '23 22:12 sim0n00ps

i tried copying your set up. no dice.

waltersz1404 avatar Dec 30 '23 23:12 waltersz1404

Right click the exe and run as administrator? Running out of things you can do

sim0n00ps avatar Dec 30 '23 23:12 sim0n00ps

ran ffmpeg as admin, authorization popped up but nothing happened afterwards.

ran OF-DL as admin; same error

waltersz1404 avatar Dec 30 '23 23:12 waltersz1404

Maybe try a different drive if you can?

sim0n00ps avatar Dec 31 '23 00:12 sim0n00ps

i put everything on a USB, and the path is still not accessible

waltersz1404 avatar Dec 31 '23 21:12 waltersz1404

What's the exact error?

melithine avatar Dec 31 '23 23:12 melithine

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

waltersz1404 avatar Jan 01 '24 19:01 waltersz1404

I'm having the same exact issue, did you ever figure it out?

githubuser9542 avatar Jan 21 '24 03:01 githubuser9542

unfortunately, i have not.

waltersz1404 avatar Jan 23 '24 00:01 waltersz1404

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>

bzayas avatar Jan 25 '24 01:01 bzayas

To me that indicates that you have back slashes in your path, you need to replace them with /

sim0n00ps avatar Jan 25 '24 01:01 sim0n00ps

Totally missed that tiny detail. Thank you for your help.

bzayas avatar Jan 25 '24 01:01 bzayas