-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
{'ERROR': 'The provided url is malformed.'} #12
Comments
@KathyGCY def _str_to_json(string: str) -> dict:
string = unquote(string)
json_acceptable_string = string.replace('\n', '').strip()
converted_string = yaml.load(json_acceptable_string, Loader=yaml.FullLoader)
return converted_string I think every function is outdated and needs to be changed, but I guess the project will not be updated |
Same here. |
Tried but didn't work for me. |
I used But I think the offical spotify API offers everything this project offers so I think you should use it instead. |
The example doesn't work1
{'ERROR': 'The provided url is malformed.'}
The text was updated successfully, but these errors were encountered: