taux1c / onlyfans-scraper

A tool that allows you to print to file all content you are subscribed to on onlyfans including content you have unlocked or has been sent to you in messages.
MIT License
289 stars 34 forks source link

not running after install #21

Closed iamrobbietechie closed 1 year ago

iamrobbietechie commented 1 year ago

OS: Windows 10

How did you install?: pip install git+https://github.com/taux1c/onlyfans-scraper

Traceback: Traceback (most recent call last): File "C:\Users\Me\AppData\Local\Programs\Python\Python310\Scripts\onlyfans-scraper-script.py", line 33, in sys.exit(load_entry_point('onlyfans-scraper==2.0.0', 'console_scripts', 'onlyfans-scraper')()) File "C:\Users\Me\AppData\Local\Programs\Python\Python310\Scripts\onlyfans-scraper-script.py", line 25, in importlib_load_entry_point return next(matches).load() File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\importlib\metadata__init__.py", line 171, in load module = import_module(match.group('module')) File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\importlib__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\site-packages\onlyfans_scraper\scraper.py", line 19, in from .utils import auth, config, download, profiles, prompts File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\site-packages\onlyfans_scraper\utils\download.py", line 14, in from ..constants import path_to_file ImportError: cannot import name 'path_to_file' from 'onlyfans_scraper.constants' (C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\site-packages\onlyfans_scraper\constants.py)

Python Version: 3.10.7

Program Version: 2.0.0

PIP Freeze:

Steps to recreate: I ran onlyfans-scraper from command line to create auth.json, also tried it as Administrator (I'm on Windows 10) and it won't run. I've also tried uninstalling and re-installing the script as was shown in another issue and also uninstalled and reinstalled python 3.10.7 after doing a repair of python didn't fix the issue. I'm only trying to like posts and found this script through an older version of the like/unlike that stated it moved to this script.


EDIT: Tried this on Windows 11, just in case it was an OS issue and this is what came back

C:\Users\Me>onlyfans-scraper Traceback (most recent call last): File "C:\Users\Me\AppData\Local\Programs\Python\Python310\Scripts\onlyfans-scraper-script.py", line 33, in sys.exit(load_entry_point('onlyfans-scraper==2.0.0', 'console_scripts', 'onlyfans-scraper')()) File "C:\Users\Me\AppData\Local\Programs\Python\Python310\Scripts\onlyfans-scraper-script.py", line 25, in importlib_load_entry_point return next(matches).load() File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\importlib\metadata__init__.py", line 171, in load module = import_module(match.group('module')) File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\importlib__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\site-packages\onlyfans_scraper\scraper.py", line 19, in from .utils import auth, config, download, profiles, prompts File "C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\site-packages\onlyfans_scraper\utils\download.py", line 14, in from ..constants import path_to_file ImportError: cannot import name 'path_to_file' from 'onlyfans_scraper.constants' (C:\Users\Me\AppData\Local\Programs\Python\Python310\lib\site-packages\onlyfans_scraper\constants.py)

taux1c commented 1 year ago

This has been fixed, I removed the variable because some people were getting confused by it being there and I forgot about the import statement there. I have removed the import statement also.

iamrobbietechie commented 1 year ago

Dang, you did that fast, thank you and thank you for the awesome coding you did to make this, it is appreciated.

taux1c commented 1 year ago

You're welcome, and thanks for the appreciation but I can't take full credit. There are several other contributors and a lot community members that contribute. 😉 without everyone this wouldn't be where it is.