Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-13 Thread nldroid
I get the following error while trying to stream a song: > [14-08-13 21:24:07.8019] Plugins::SqueezeCloud::Plugin::__ANON__ (304) > fetching: h > ttps://api.soundcloud.com/me/favorites.json?offset=0&limit=50&&oauth_token=1-DUMMY-1234567-bfca883ed127bef& > [14-08-13 21:24:08.1727] Plugins::Squeeze

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-18 Thread nldroid
It's definitly an Api change. The difference between the two methods is that the 'stream redirect' that soundcloud returns uses *https *and the 'download redirect' uses *http*. I 'fixed' it by adding one line to the ProtocolHandler.pm file. > my $redirector = $res->header( 'location' )

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-20 Thread nldroid
No thanks. I'm glad that you guys made the plugin in the first place. The fix still works for me. Wasn't sure if i reverted all the test canges i made but it seems that it still works. I still think it's odd that the 'download' url redirects to http and the 'stream' url redirects to https on the

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-22 Thread nldroid
These are different errors than i got. Can you guys post the url from the soundcloud website so that i can test them here? nldroid's Profile: http://forums.slimdevices.com/member.php?userid=63207 View this thread: http://fo

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-26 Thread nldroid
FireFlash wrote: > I'm quite a noob with perl and know nothing about the squeezebox code, > so I'm not exactly sure where to put this in the plugin code. You can add this line to /usr/share/perl5/Slim/Player/Squeezebox.pm: > IO::Socket::SSL::set_client_defaults('SSL_verify_mode' => 0x0); See h

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-26 Thread nldroid
505 wrote: > That's the same fix erland posted a page back. I'm trying to work on > some code to incorporate this into the main plugin. With some setting, > so you can enable it specifically for the soundcloud plugin if you have > the problem. But I do not have that much free time to work on it.

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-08-28 Thread nldroid
erland wrote: > We are trying to find a solution for it for ickStream. Thanks for the update. nldroid's Profile: http://forums.slimdevices.com/member.php?userid=63207 View this thread: http://forums.slimdevices.com/showth

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-09-01 Thread nldroid
FireFlash wrote: > Unfortunately I did not get it working, even with the > 'IO::Socket::SSL::set_client_defaults('SSL_verify_mode' => 0x0);' added > to Squeezebox.pm, I'm still getting [400] HTTP/1.0 400 Bad Request > errors for any HTTPS URLs with direct streams. :( Did you remove the $redi

Re: [SlimDevices: Plugins] Soundcloud plugin for squeezeserver

2014-09-10 Thread nldroid
mkkyah wrote: > I followed your instructions, not working. Tested with 7.8.0 and 7.9 But did you see the message in the log? nldroid's Profile: http://forums.slimdevices.com/member.php?userid=63207 View this thread: http: