You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
I tried to run this module and the first error I got was "ModuleNotFoundError: No module named 'requests'" Then after I downloaded requests it ran past the intro screen and this is now the error I am getting. Getting user auth info... Traceback (most recent call last): File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 148, in <module> USER_INFO = get_user_info("customer") File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 98, in get_user_info info = api_request("/users/" + profile).json() File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 85, in api_request return requests.get(URL + API_URL + endpoint, AttributeError: module 'requests' has no attribute 'get'
The text was updated successfully, but these errors were encountered:
I tried to run this module and the first error I got was "ModuleNotFoundError: No module named 'requests'" Then after I downloaded requests it ran past the intro screen and this is now the error I am getting.
Getting user auth info... Traceback (most recent call last): File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 148, in <module> USER_INFO = get_user_info("customer") File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 98, in get_user_info info = api_request("/users/" + profile).json() File "D:\Library\Downloads\onlyfans-dl-master\onlyfans-dl.py", line 85, in api_request return requests.get(URL + API_URL + endpoint, AttributeError: module 'requests' has no attribute 'get'
The text was updated successfully, but these errors were encountered: