HTTPSConnectionPool Errors Spotify since Upgrade to 57.x

I have started getting the following spotify errors since upgrading to 57.x, however the integration works still, just loads of these errors generated

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 204, in async_update_ha_state
yield from self.async_device_update()
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py”, line 309, in async_device_update
yield from self.hass.async_add_job(self.update)
File “/usr/lib/python3.5/asyncio/futures.py”, line 361, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.5/asyncio/tasks.py”, line 296, in _wakeup
future.result()
File “/usr/lib/python3.5/asyncio/futures.py”, line 274, in result
raise self._exception
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/media_player/spotify.py”, line 172, in update
player_devices = self._player.devices()
File “/srv/homeassistant/lib/python3.5/site-packages/spotipy/client.py”, line 848, in devices
return self._get(“me/player/devices”)
File “/srv/homeassistant/lib/python3.5/site-packages/spotipy/client.py”, line 148, in _get
return self._internal_call(‘GET’, url, payload, kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/spotipy/client.py”, line 110, in _internal_call
r = self._session.request(method, url, headers=headers, proxies=self.proxies, **args)
File “/srv/homeassistant/lib/python3.5/site-packages/requests/sessions.py”, line 508, in request
resp = self.send(prep, **send_kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/requests/sessions.py”, line 618, in send
r = adapter.send(request, **kwargs)
File “/srv/homeassistant/lib/python3.5/site-packages/requests/adapters.py”, line 506, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘api.spotify.com’, port=443): Max retries exceeded with url: /v1/me/player/devices (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:645)’),))

Any ideas ?

ive the same with notify (ios, pushbullet and pushover)

started getting them also with darksky api … when i checked the logs this evening

any idea on this, as I have had to remove the error from logging due to the amount of log data is producing

Anybody solved this issue? Found this thread as I saw that I get these errors for spotify in HASS.