You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of problem:
Tellduslive setup doesnt work (not sure how its supposed to setup either)
Expected:
To use telldus
Problem-relevant configuration.yaml entries and steps to reproduce:
No entries (but tellduslive: command in 'configuration.yaml' doesnt change anything.
No setup occur, only this error msg
Error during setup of component tellduslive
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 193, in _async_setup_component
component.setup, hass, processed_config)
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in iter
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, 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/tellduslive.py", line 71, in setup
from tellduslive import Session, supports_local_api
File "/srv/homeassistant/lib/python3.5/site-packages/tellduslive.py", line 9, in
from requests_oauthlib import OAuth1Session
File "/srv/homeassistant/lib/python3.5/site-packages/requests_oauthlib/init.py", line 9, in
if requests.version < '2.0.0':
TypeError: unorderable types: module() < str()
The text was updated successfully, but these errors were encountered:
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
**Home Assistant release (
hass --version
):0.59.2
**Python release (
python3 --version
):3.5.3Component/platform:
Telldus live
Description of problem:
Tellduslive setup doesnt work (not sure how its supposed to setup either)
Expected:
To use telldus
Problem-relevant
configuration.yaml
entries and steps to reproduce:No setup occur, only this error msg
Error during setup of component tellduslive
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 193, in _async_setup_component
component.setup, hass, processed_config)
File "/usr/lib/python3.5/asyncio/futures.py", line 380, in iter
yield self # This tells Task to wait for completion.
File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
future.result()
File "/usr/lib/python3.5/asyncio/futures.py", line 293, 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/tellduslive.py", line 71, in setup
from tellduslive import Session, supports_local_api
File "/srv/homeassistant/lib/python3.5/site-packages/tellduslive.py", line 9, in
from requests_oauthlib import OAuth1Session
File "/srv/homeassistant/lib/python3.5/site-packages/requests_oauthlib/init.py", line 9, in
if requests.version < '2.0.0':
TypeError: unorderable types: module() < str()
The text was updated successfully, but these errors were encountered: