Closed mrNobody1337 closed 1 year ago
Same issue here.
C:\Users\User\Downloads\OFscraper\OnlyFans-7.6.1>poetry run python start_us.py
Traceback (most recent call last):
File "C:\Users\User\Downloads\OFscraper\OnlyFans-7.6.1\start_us.py", line 9, in
Found the solution! Just type this in there: poetry install
That doesn't work for me, I'm on linux :(
It looks like the dev messed something up. The module isn't found because it isn't there. It's called ultima_scraper, not ultima_scraper_api. Even then, tests/main_test.py is trying to import a module called helpers.main_helper, which doesn't exist either.
Looks like he updated the main script, but forgot to update ultima_scraper, maybe forgot to push it to github and pip, since ultima-scraper appears to be separate?
Update: This is the wrong repository.
For some reason, this was forked off several months ago, the new URL is github.com/DIGITALCRIMINALS (note the S at the end).
I've created a thread over there: https://github.com/DIGITALCRIMINALS/OnlyFans/issues/776
Hey @DIGITALCRIMINAL ,
Updated the script today and can't run it anymore. I get this error: line 28, in check_config import ultima_scraper_api.helpers.main_helper as main_helper ModuleNotFoundError: No module named 'ultima_scraper_api'
How can I fix this?