ha_strava icon indicating copy to clipboard operation
ha_strava copied to clipboard

ha_strava not running on 2021.12.0b2

Open stinkyfromusc opened this issue 4 years ago • 3 comments

I'm running 2021.12.0b2 and am getting the following error:

Logger: homeassistant.setup
Source: setup.py:153
First occurred: 1:41:17 PM (1 occurrences)
Last logged: 1:41:17 PM

Setup failed for ha_strava: Unable to import component: cannot import name 'HTTP_OK' from 'homeassistant.const' 
(/usr/src/homeassistant/homeassistant/const.py)

stinkyfromusc avatar Dec 07 '21 19:12 stinkyfromusc

I've opened pull request #36 which should fix the issue. Starting with 2021.12.0b0, some constants have been removed from HASS.

I don't know if this repo is still maintained (the missing version in manifest.json has not been fixed for month). However, the changes in this PR are minimal, only a copy of lines must be changed in __init__.py and config_flow.py.

thoemmi avatar Dec 08 '21 07:12 thoemmi

It is not being maintained, perhaps @codingcyclist you could allow someone else to merge pull request, if you are not interested?

bjornsivertsen avatar Dec 13 '21 09:12 bjornsivertsen

Or should someone create a fork where we can continue maintenance on this?

stefanroelofs avatar Dec 15 '21 08:12 stefanroelofs