Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Requests Module #25

Closed
thekillermeme opened this issue Feb 1, 2021 · 0 comments
Closed

Requests Module #25

thekillermeme opened this issue Feb 1, 2021 · 0 comments

Comments

@thekillermeme
Copy link

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'

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

No branches or pull requests

1 participant