-
Notifications
You must be signed in to change notification settings - Fork 59
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
Sometimes unable to get track uri #90
Comments
Same problem here.
Just saw in Changelog: Fix AttributeError: : 'list' object has no attribute 'name' when browsing tracks. (Fixes #43, #45, #59, PR #69) This might also be the problem here? |
This is because self.backend.remote.get_track returns an empty list instead of None. I will look further into this but I give no guarantee that I will find the error. |
Even though this repo is so easily maintainable I could not figure out what exactly happens. What I can say is that the error is caused by soundcloud.SoundCloudClient.parse_track returning an empty list when the returned json data by the soundcloud API does not include the keyword "streamable". However in actor.py it expects to either receive valid data or This is quick and dirty but it stops error messages appearing. |
The error handling is improved in #100, I believe this is now fixed. |
EDIT 2: Alright, I assume this is related to #99. Every instance of EDIT: I initially installed the extension through @kingosticks I started receiving the same error today. I've been using Here is the track object I receive on my frontend:
And here is the error on the backend:
|
Yeh, so it does seem the version from apt.mopidy.com is outdated, thanks for pointing that out. And you are right, we can't do anything about sharing the client_id. But the more people using v2.1.0 the better since that code is better optimised to use fewer credits. So let's see if we can get that sorted out. |
v2.1.0 is now available at apt.mopidy.com (thanks @jodal). |
In some cases I have no issue with mopidy soundcloud. But sometimes, when i'm trying to play a soundlcloud track I have this exception :
The text was updated successfully, but these errors were encountered: