nldroid wrote: 
> 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. 
> 
> 
> 
> The first line is line 143. I added the second line.
> 
> I don't know if this is a permanent/good solution.
> 
> Edit for some more information:
> 
> Soundcloud returns the redirector location when getting the stream data.
> It's part of the header that's in the http response. For some reason,
> the https location doesn't work (with this plugin).

Hi,

I tried your fix as well (on Debian Linux) but without success. Here is
a snippet from the log:


Code:
--------------------
    
  [14-08-22 07:46:57.4355] Plugins::SqueezeCloud::ProtocolHandler::getNextTrack 
(169) Getting track from soundcloud for 101464420
  [14-08-22 07:46:57.5735] Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack 
(115) h 
ttp://api.soundcloud.com/tracks/101464420/stream?client_id=ff21e0d51f1ea3baf9607a1d072c564f
  [14-08-22 07:46:57.7121] Plugins::SqueezeCloud::ProtocolHandler::gotNextTrack 
(133) setting soundcloud_meta_101464420
  [14-08-22 07:46:58.5670] 
Plugins::SqueezeCloud::ProtocolHandler::handleDirectError (291) Direct stream 
failed: h 
ttp://soundcloud.hs.llnwd.net/LbJlDNnidizQ.128.mp3?AWSAccessKeyId=AKIAJNIGGLK7XA7YZSNQ&Expires=1408686821&Signature=0cT9kPUPqOpaXmLQ5QQGzVlXzZc%3D&e=1408686821&h=056a4a8b54bd315fe4e348fc8dc82432
 [400] HTTP/1.0 400 Bad Request
  
--------------------


Any other ideas? 

Thanks in advance!
Michael


------------------------------------------------------------------------
mivola's Profile: http://forums.slimdevices.com/member.php?userid=63238
View this thread: http://forums.slimdevices.com/showthread.php?t=92723

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to