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

Scraper is downloading pictures just fine, but is failing to download videos

Open Rex-Yaldabaoth opened this issue 8 months ago • 2 comments

[<!---] Issues pertaining to the script not working Must have a log file and config, otherwhise they will be closed

You may submit tickets privately on discord In other cases a log and config may be helpful -->

Describe the bug

Scraper is downloading pictures just fine, but is failing to download videos

To Reproduce

Use the tool as normal, enter auth info, select who to download from, everything seemingly works fine except all video downloads fail. Looking at the logs, it seems the CDM service is failing, but I configured it to use my own keys.

Expected behavior

I expected it to download videos as well as pictures.

Screenshots/Logs

Can't paste the full log, but it keeps repeating this same error: https://pastebin.com/zZ5BAvrL Seems that it's failing to do something with the cdrm website, but I have it set to use my private keys so I don't know why it's trying to connect to there

Config

Config: (https://pastebin.com/zcGXQK36)

System Info

  • OS: Windows
  • Browser: Chrome
  • Version: Latest release, 3.13.dev5.exe
  • binary or python: Python I think
  • python version: 3.11

Additional context

Add any other context about the problem here.

Rex-Yaldabaoth avatar Apr 27 '25 22:04 Rex-Yaldabaoth

Well, for one, I would not recommend using the dev version. It's not been fully tested. The current stable version is 3.12.9 of ofscraper. Also, some have had issues with newer version of FFmpeg. Try version: 7.1.1 full shared > https://www.gyan.dev/ffmpeg/builds/

cjb900 avatar Apr 27 '25 23:04 cjb900

That version of ffmpeg seems to have fixed it, thanks! Separately, while the standalone .exe is working fine, I was having issues with the pip version, it was specifically giving me this error in the log:

(https://pastebin.com/2HdSWDaT)

This is despite the fact that I made sure to run python.exe -m pip install --force-reinstall -v "aiolimiter==1.1.0". As it's technically unrelated to the original issue, feel free to not bother seeing as I got it working overall, but i'd be curious to know how to fix it.

Rex-Yaldabaoth avatar Apr 28 '25 08:04 Rex-Yaldabaoth