hartzell wrote: 
> 
> [...]
> Could LMS be having trouble with HTTPS (certificate or ...)?
> 

I logged into the Pi that's running LMS and tried to `wget` the cover
art:


Code:
--------------------
    
  tc@slim:~$ wget -O foo  https://img.radioparadise.com/covers/l/B00009QGDD.jpg
  Connecting to img.radioparadise.com (52.84.235.97:443)
  wget: error getting response: Connection reset by peer
  tc@slim:~$
  
--------------------


Here's what I see if I hit it with httpie from my laptop:


Code:
--------------------
    
  (alice)[20:07:05]~>>http https://img.radioparadise.com/covers/l/B00009QGDD.jpg
  HTTP/1.1 200 OK
  Accept-Ranges: bytes
  Age: 36034
  Connection: keep-alive
  Content-Length: 34523
  Content-Type: image/jpeg
  Date: Fri, 08 Jun 2018 17:06:49 GMT
  ETag: "12dcfd7ed6e59c1f94559a86116a6c34"
  Last-Modified: Wed, 12 Apr 2017 22:11:05 GMT
  Server: AmazonS3
  Via: 1.1 b04a4cffa8fb4f524ff7edcab1b5ae31.cloudfront.net (CloudFront)
  X-Amz-Cf-Id: cE_EpRpQaoMS37EXnfFkxAsqnmNbpr2NKMbqrwdJSag94H8uNbfgsg==
  X-Cache: Hit from cloudfront
  
  
  
  +-----------------------------------------+
  | NOTE: binary data not shown in terminal |
  +-----------------------------------------+
  
  (alice)[20:07:14]~>>
  
--------------------


If I change the `https:` URL to an `http:` then the image downloads just
fine.

I'm still scratching my head....


------------------------------------------------------------------------
hartzell's Profile: http://forums.slimdevices.com/member.php?userid=54772
View this thread: http://forums.slimdevices.com/showthread.php?t=108189

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

Reply via email to