info not defined #32
Replies: 2 comments 2 replies
-
You are getting an error message trying to get the list of all your subscribed profiles, but the print error message function was referencing the wrong array, that was my bad. I just added a commit so the error message should display correctly. Then we can figure out why you're getting an error in the first place. |
Beta Was this translation helpful? Give feedback.
2 replies
-
if you're still having problems, open a new ticket |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting this error when trying to run:
~/onlyfans-dl-2$ python3.9 onlyfans-dl.py all 0
Getting posts newer than 2021-07-03 16:38:16 UTC
Traceback (most recent call last):
File "/home/alton/onlyfans-dl-2/onlyfans-dl.py", line 226, in
PROFILE_LIST = get_subscriptions()
File "/home/uslacker99/onlyfans-dl-2/onlyfans-dl.py", line 126, in get_subscriptions
print("\nSUBSCRIPTIONS ERROR: " + info["error"]["message"])
NameError: name 'info' is not defined
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions