Clean install not prompting
Clean installed windows recently, just reinstalled ofscraper, installation went smoothly using pipx, enter "ofscraper" in cmd, it starts to open, but when it would usually prompt me for a task it instead just says "script finished" and ends.
Log Screenshot Config is currently default Windows 10 Python 3.13.1 (installed using microsoft store)
looked slightly harder and found the solution in #484 (run pipx inject ofscraper aiolimiter==1.1.0 --force)
leaving open in case someone else doesn't identify the other thread as this problem
looked slightly harder and found the solution in #484 (run
pipx inject ofscraper aiolimiter==1.1.0 --force) leaving open in case someone else doesn't identify the other thread as this problem
Nope, https://i.imgur.com/teTQkjm.png
I had an older version it would at least launch and download something, re-installing the latest one from scratch it's just stuck on this and doesn't even load the edit config menu.
thats what mine would do before i ran that command you quoted. Only thing i could think would be that you have two instances of ofscraper installed and pipx injected the wrong one. that or its something with the difference between powershell and command prompt. im no pro tho
thats what mine would do before i ran that command you quoted. Only thing i could think would be that you have two instances of ofscraper installed and pipx injected the wrong one. that or its something with the difference between powershell and command prompt. im no pro tho
yup! that was it https://i.imgur.com/D9Qb8fv.png
I unistalled both (pip and pipx had 2 different instances) and only re-installed the pipx one and while it still doesn't work as current version I had to do the fix #484 (run pipx inject ofscraper aiolimiter==1.1.0 --force) to have it running.
still fails to download videos due to cdrm2 down, but better than nothing atm
Having the same issue on fresh install ofscraper v3.12.9 installed via pipx. Tried to inject with aiolimiter but still haven't found a work around yet.
thats what mine would do before i ran that command you quoted. Only thing i could think would be that you have two instances of ofscraper installed and pipx injected the wrong one. that or its something with the difference between powershell and command prompt. im no pro tho
yup! that was it https://i.imgur.com/D9Qb8fv.png
I unistalled both (pip and pipx had 2 different instances) and only re-installed the pipx one and while it still doesn't work as current version I had to do the fix #484 (run pipx inject ofscraper aiolimiter==1.1.0 --force) to have it running.
still fails to download videos due to cdrm2 down, but better than nothing atm
CDRM hasn't been working for a while now. You will need to either try keydb or manual DRM keys (which is the preferred method IMHO) https://of-scraper.gitbook.io/of-scraper/cdm-options
Having the same issue on fresh install ofscraper v3.12.9 installed via pipx. Tried to inject with aiolimiter but still haven't found a work around yet.
If you can't get it to work with pipx you are going to want to uninstall everything for this scraper. ofscraper, pipx, aiolimiter, and python. Then install python 3.11.6, pip, aiolimiter (version 1.1.0). Then install ofscraper using pip. Doing all that should get the scraper working.
closing as user has not responded it a while