-
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
Soundcloud playing problem #75
Comments
Are you still getting this issue? this looks more like a temporary server issue but I could be wrong |
Hi, I have tried another attempt after reboot, it doesn't work but I got a different error: When I access the folder "likes":
[End bold :) ]
When I try to access the folder "Following":
[This is in bold :) ]
[End bold :) ] Text marked in bold show the differences. The bold header of the "likes" folder is probably due to the fact that I just used mopidy-soundcloud for the first time after reboot. It seems that the following songs are probably the cause, I'll try to remove them and see if it solves: |
i haven't had the liked issue as of yet (possibly because I think I'm on an older version), however I've definitely had the "Following" issue. It looks like that fix was implemented once and then reverted accidentally but here is my local change In soundcloud.py I changed for playlist in self._get('me/followings.json?limit=60') Around line 149 in the get_followings function to the following: collection = self._get('me/followings.json?limit=60').get('collection') I may try to contribute this change myself, I've just never done a git contribution, don't know if there's a "safe" way to do it. I can try and look at your liked issues later |
Hi,
I have followed the instructions regarding the soundcloud authentication (I just installed it). As the token didin't appear on Google Chrome, I get it with Ms Edge browser. I write it on the configuration file (/etc/mopidy/mopidy.conf) for mopidy as background service.
I can listen music from soundcloud, but only in the folder explore (not other folder, which are directly related to my soundcloud account). When I browse an other folder (than explore), no music appears and I get the following message in the log file:
Does the problem come from soundcloud authentication? Is is just a soung that I liked which make all crash? Is it possible to get more verbose logs? Is it just a bug which will be soon fixed?
Here is my soundcloud profile : https://soundcloud.com/jay-bee-de
The text was updated successfully, but these errors were encountered: