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

weird error on latestbuild

Open BlazeVertex opened this issue 2 years ago • 9 comments

something to do with bob i can provide more details tommorow also

The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.

I got this what should i do?

BlazeVertex avatar Oct 24 '23 19:10 BlazeVertex

You can try setting a higher timeout in config.json and see if that makes a difference

sim0n00ps avatar Oct 25 '23 11:10 sim0n00ps

Exception caught: Response status code does not indicate success: 500 (Internal Server Error).

StackTrace:    at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at OF_DL.Helpers.APIHelper.BuildHeaderAndExecuteRequests(Dictionary`2 getParams, String endpoint, Auth auth, HttpClient client)
   at OF_DL.Helpers.APIHelper.GetPosts(String endpoint, String folder, Auth auth, Config config, List`1 paid_post_ids)

Downloading 26 Archived Posts ---------------------------------------- 20% 8.4 GB 00:00:00

An error occurred: Response status code does not indicate success: 403 (Forbidden).

BlazeVertex avatar Oct 25 '23 12:10 BlazeVertex

Log out and back into OF, copy your new sess value to auth.json and retry

sim0n00ps avatar Oct 25 '23 12:10 sim0n00ps

Log out and back into OF, copy your new sess value to auth.json and retry

> Downloading 16469 Posts ----------------------------------------   0% 0.0/141.7 GB --:--:--
>                                                                                            Exception caught: The type initializer for 'WidevineClient.Widevine.CDM' threw an exception.
> 
> StackTrace:    at WidevineClient.Widevine.CDM.OpenSession(String initDataB64, String deviceName, Boolean offline, Boolean raw)
>    at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw)
>    at OF_DL.Helpers.APIHelper.GetDecryptionKeyNew(Dictionary`2 drmHeaders, String licenceURL, String pssh, Auth auth)
> 
> Inner Exception:
> Exception caught: No client id blob found
> 
> StackTrace:    at WidevineClient.Widevine.CDMDevice..ctor(String deviceName, Byte[] clientIdBlobBytes, Byte[] privateKey

BlazeVertex avatar Oct 25 '23 13:10 BlazeVertex

Have you generated the 2 files needed to download DRM videos?

sim0n00ps avatar Oct 25 '23 13:10 sim0n00ps

Have you generated the 2 files needed to download DRM videos?

so it means every file is drm locked? i dint yet tried it

BlazeVertex avatar Oct 25 '23 14:10 BlazeVertex

If you're getting that error then that indicates that the video has DRM on it and therefore you need the device_client_id_blob and device_private_key files, there's a guide linked in the readme you can use to get those 2 files

sim0n00ps avatar Oct 25 '23 23:10 sim0n00ps

If you're getting that error then that indicates that the video has DRM on it and therefore you need the device_client_id_blob and device_private_key files, there's a guide linked in the readme you can use to get those 2 files i get constant this:

C:\Users\Mr.Fox\Downloads\Compressed\dumper-main\dumper-main>python3 ./dump_keys.py
Traceback (most recent call last):
  File "C:\Users\Mr.Fox\Downloads\Compressed\dumper-main\dumper-main\dump_keys.py", line 6, in <module>
    from Helpers.Device import Device
  File "C:\Users\Mr.Fox\Downloads\Compressed\dumper-main\dumper-main\Helpers\Device.py", line 5, in <module>
    from Crypto.PublicKey import RSA
ModuleNotFoundError: No module named 'Crypto'

BlazeVertex avatar Oct 26 '23 15:10 BlazeVertex

frida-server-16.1.4-android-x86: 1 file pushed, 0 skipped. 277.5 MB/s (51624572 bytes in 0.177s)
/system/bin/sh: <stdin>[1]: su: not found
Unable to load SELinux policy from the kernel: Failed to open file ?/sys/fs/selinux/policy?: Permission denied
Environment variable C:\Users\Mr.Fox\Downloads\Compressed\dumper-main\ not defined
De syntaxis van de bestandsnaam, mapnaam of volumenaam is onjuist.
2023-10-26 07:58:46 PM - main - 32 - INFO - Connected to Android Emulator 5554
2023-10-26 07:58:46 PM - main - 33 - INFO - Scanning all processes
Traceback (most recent call last):
  File "C:\Users\Mr.Fox\Downloads\Compressed\dumper-main\dumper-main\dump_keys.py", line 43, in <module>
    main()
  File "C:\Users\Mr.Fox\Downloads\Compressed\dumper-main\dumper-main\dump_keys.py", line 35, in main
    for process in device.usb_device.enumerate_processes():
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Mr.Fox\AppData\Local\Programs\Python\Python311\Lib\site-packages\frida\core.py", line 86, in wrapper
    return f(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^
  File "C:\Users\Mr.Fox\AppData\Local\Programs\Python\Python311\Lib\site-packages\frida\core.py", line 887, in enumerate_processes
    return self._impl.enumerate_processes(**kwargs)  # type: ignore
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
frida.ProcessNotFoundError: unable to find process with name 'system_server'

BlazeVertex avatar Oct 26 '23 17:10 BlazeVertex