I just logged on to my Synology NAS to see whether it really cannot
resolve api.spotify.com

Two tests:

Code:
--------------------
    > curl https://api.spotify.com/v1/me
  {
  "error": {
  "status": 401,
  "message": "No token provided"
  }
  
--------------------

So this works quick like expected,

but 

Code:
--------------------
    
  > curl https://api.spotify.com
  
  returns after some minutes:
  
  curl: (7) Failed to connect to api.spotify.com port 443: Connection timed out
  
--------------------


------------------------------------------------------------------------
loopguru's Profile: http://forums.slimdevices.com/member.php?userid=67725
View this thread: http://forums.slimdevices.com/showthread.php?t=108898

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to