Hi, just found your library, trying to do a simple :
from spotify_local import SpotifyLocal
s = SpotifyLocal()
print(s.get_current_status())
But getting the following exception:
requests.exceptions.ConnectionError: HTTPConnectionPool(host='pkfvvelrte.spotilocal.com', port=4381): Max retries exceeded with url: /simplecsrf/token.json (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x03503AF0>: Failed to establish a new connection: [Errno 11002] getaddrinfo failed'))
Is the service no longer available?
Thanks.
Hi, just found your library, trying to do a simple :
But getting the following exception:
Is the service no longer available?
Thanks.