sim0n00ps / OF-DL

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

error 403 with DRM files v1.7.74 #543

Open Statick opened 3 months ago

Statick commented 3 months ago

I'm using a VPN and have tried 12 different servers now and the same issue every time I've updated the auth.json file this problem only started since updating to 1.7.74 after the recent site changes

Exception caught: Response status code does not indicate success: 403 (Forbidden). StackTrace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at OF_DL.Helpers.APIHelper.GetDRMMPDPSSH(String mpdUrl, String policy, String signature, String kvp)

melithine commented 3 months ago

Are you using your own Widevine keys or CDRM Project?

Statick commented 3 months ago

cdrm

melithine commented 3 months ago

I suspect that's the issue. If you hit me up on Discord (I'm in the ofdl server as Melithine), I can give you a set of keys.

Statick commented 3 months ago

thanks, it's accepted the keys "device_client_id_blob located successfully! device_private_key located successfully!" but I still get the same errors

Exception caught: Response status code does not indicate success: 403 (Forbidden). StackTrace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at OF_DL.Helpers.APIHelper.GetDRMMPDPSSH(String mpdUrl, String policy, String signature, String kvp)

Statick commented 3 months ago

debug log attached

OFDL20240827.txt

aussielimes commented 2 months ago

idk if this is useful information but in 1.7.75 i am still getting this error with most but not all DRM videos

Leryn commented 2 months ago

idk if this is useful information but in 1.7.75 i am still getting this error with most but not all DRM videos

yeah same, i use CDRM Project because honestly i have no idea what Widevine key is.. but never had this issue before

aussielimes commented 2 months ago

it's not a CDRM Project issue. I got a set of keys from the discord and the same DRM videos get 403'd, which is also what Statick reported:

StackTrace: at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at OF_DL.Helpers.APIHelper.GetDRMMPDPSSH(String mpdUrl, String policy, String signature, String kvp)

sim0n00ps commented 1 month ago

I believe the latest release will fix this, if you could try and let us know

aussielimes commented 1 month ago

yes! fixed for me. thank you