AttributeError: 'str' object has no attribute 'get' #1916
Unanswered
thefuzzywuzzy1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using this script for a little while with no problems. I don't think i did anything differently than before but I am now getting this error.
File "OnlyFans-master/apis/onlyfans/classes/user_model.py", line 283, in <listcomp>results = [create_highlight(x) for x in results]File "OnlyFans-master/apis/onlyfans/classes/hightlight_model.py", line 3, in __init__self.id: int = option.get("id")AttributeError: 'str' object has no attribute 'get'Any ideas what may have gone wrong? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions