Skip to content
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

Open
SpoogLord opened this issue Dec 17, 2024 · 7 comments
Open

Clean install not prompting #486

SpoogLord opened this issue Dec 17, 2024 · 7 comments

Comments

@SpoogLord
Copy link

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)

@SpoogLord
Copy link
Author

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

@ffedev
Copy link

ffedev commented Dec 23, 2024

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.

@SpoogLord
Copy link
Author

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

@ffedev
Copy link

ffedev commented Dec 27, 2024

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

@jamesle3199
Copy link

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.

@cjb900
Copy link

cjb900 commented Dec 29, 2024

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

@cjb900
Copy link

cjb900 commented Dec 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants