Problem setting up ue_smart_radio

Hi, i have earlier successfully setup ue_smart_radio component when i run HA on my rpi3. Now when i migrated to ubuntu on my pc i cant get it to work, not by discovery or the component. Discovery gives me nothing, component gives me this:

Error while setting up platform ue_smart_radio
Traceback (most recent call last):
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 384, in _make_request
six.raise_from(e, None)
File “”, line 2, in raise_from
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 380, in _make_request
httplib_response = conn.getresponse()
File “/usr/lib/python3.6/http/client.py”, line 1331, in getresponse
response.begin()
File “/usr/lib/python3.6/http/client.py”, line 297, in begin
version, status, reason = self._read_status()
File “/usr/lib/python3.6/http/client.py”, line 258, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), “iso-8859-1”)
File “/usr/lib/python3.6/socket.py”, line 586, in readinto
return self._sock.recv_into(b)
File “/usr/lib/python3.6/ssl.py”, line 1009, in recv_into
return self.read(nbytes, buffer)
File “/usr/lib/python3.6/ssl.py”, line 871, in read
return self._sslobj.read(len, buffer)
File “/usr/lib/python3.6/ssl.py”, line 631, in read
v = self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/adapters.py”, line 445, in send
timeout=timeout
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/util/retry.py”, line 367, in increment
raise six.reraise(type(error), error, _stacktrace)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/packages/six.py”, line 686, in reraise
raise value
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 600, in urlopen
chunked=chunked)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 386, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/urllib3/connectionpool.py”, line 306, in _raise_timeout
raise ReadTimeoutError(self, url, “Read timed out. (read timeout=%s)” % timeout_value)
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘www.uesmartradio.com’, port=443): Read timed out. (read timeout=5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/home/uffe/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/homeassistant/components/media_player/ue_smart_radio.py”, line 65, in setup_platform
data={“email”: email, “password”: password}, timeout=5)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/api.py”, line 112, in post
return request(‘post’, url, data=data, json=json, **kwargs)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/api.py”, line 58, in request
return session.request(method=method, url=url, **kwargs)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/sessions.py”, line 512, in request
resp = self.send(prep, **send_kwargs)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/sessions.py”, line 644, in send
history = [resp for resp in gen] if allow_redirects else []
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/sessions.py”, line 644, in
history = [resp for resp in gen] if allow_redirects else []
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/sessions.py”, line 222, in resolve_redirects
**adapter_kwargs
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/sessions.py”, line 622, in send
r = adapter.send(request, **kwargs)
File “/home/uffe/homeassistant/lib/python3.6/site-packages/requests/adapters.py”, line 526, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host=‘www.uesmartradio.com’, port=443): Read timed out. (read timeout=5)

I am seeing the same issue. I have noticed that some calls on the web page ARE very slow, so maybe the timeout should just be increased?