We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidal no longer includes gender attribute for user user object.
File "/Users/kautz/opt/anaconda3/envs/henry/lib/python3.11/site-packages/tidalapi/user.py", line 114, in parse self.gender = json_obj["gender"] ~~~~~~~~^^^^^^^^^^ KeyError: 'gender'
In class LoggedInUser(FetchedUser), remove line:
self.gender = json_obj["gender"]
The text was updated successfully, but these errors were encountered:
This is already fixed on master. See #146
Sorry, something went wrong.
Yes, this is already fixed. Please install latest version of tidalapi from git until we release the next version to PyPi
No branches or pull requests
Tidal no longer includes gender attribute for user user object.
File "/Users/kautz/opt/anaconda3/envs/henry/lib/python3.11/site-packages/tidalapi/user.py", line 114, in parse
self.gender = json_obj["gender"]
~~~~~~~~^^^^^^^^^^
KeyError: 'gender'
In class LoggedInUser(FetchedUser), remove line:
self.gender = json_obj["gender"]
The text was updated successfully, but these errors were encountered: