Open El-tra opened 1 year ago
what are you running it on?
W10 Professional x64, patched to the latest release. Sorry, would have been an important information. :)
I don't remember what fixed it for my pc but I swear this page was what fixed it... idk see if any of it helps https://github.com/DIGITALCRIMINALS/UltimaScraper/blob/master/ultima_scraper/docs/Linux.md
You dont have the requests module for python, run 'pip install requests'.
You dont have the requests module for python, run 'pip install requests'.
Thanks, that fixed the updater.ph issue indeed. The scraper is still not running, though. Trying to hunt that down now.
That's what I get:
Traceback (most recent call last):
File "T:\OF\UltimaScraper-master\start_us.py", line 62, in
That's what I get:
https://github.com/DIGITALCRIMINALS/UltimaScraper/issues/953
Unfortunately no change with the version released a few minutes ago.
• Updating ultima-scraper-api (1.0.4 -> 1.0.5) • Updating ultima-scraper-collection (1.0.1 -> 1.0.2)
Still not running. Error messages as shown above. :(
• Updating importlib-metadata (6.5.0 -> 6.5.1) • Updating ultima-scraper-collection (1.0.2 -> 1.0.3)
Sorry, same.
Completely uninstalled everything Python- and Poetry-related. Installed latest Python, installed latest Poetry.
Running "T:\OF\OnlyFans-master>python --version" gives me: Python 3.11.2
Running "T:\OF\OnlyFans-master>poetry --version" gives me: Poetry (version 1.4.2)
Looks good, I thought.
Now it gets buggy:
Running "T:\OF\OnlyFans-master>python updater.py" gives Traceback (most recent call last): File "T:\OF\OnlyFans-master\updater.py", line 8, in
import requests
ModuleNotFoundError: No module named 'requests'
After running "poetry install" the above command still doesn't work but I was able to start "poetry run python start_us.py". Unfortunately the next error comes up, immediately after pressing 1 for OnlyFans.
Any idea what might have gone wrong and/or what to do to fix it? I think, as long as update.py doesn't work, it's no surprise that all the rest doesn't work.