codingcyclist / ha_strava

Pipe your Activity Data from Strava directly into Home Assistant
MIT License
76 stars 29 forks source link

Exception in log #27

Open stefanroelofs opened 3 years ago

stefanroelofs commented 3 years ago

Hi, I get an exception in the log recently:

2021-01-25 09:08:52 ERROR (MainThread) [homeassistant] Error doing job: Future exception was never retrieved
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/config/custom_components/ha_strava/camera.py", line 168, in img_update_handler
    self._urls = {
TypeError: unhashable type: 'slice'

I see it every time I reboot HA.

Everything seems to work fine, so no need to do anything. I just thought I'd share it.

Thanks!

bckthomas commented 3 years ago

Same problem here !

tinus20vt commented 3 years ago

Is there an update?