-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean install not prompting #486
Comments
looked slightly harder and found the solution in #484 (run |
Nope, 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. |
yup! that was it 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. |
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 |
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. |
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)
The text was updated successfully, but these errors were encountered: