-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Citybike sensor error #16523
Comments
is this still a problem? is the current version of Home Assistant showing the same error? Do you have more info on when this error occurs? |
I've just spun up a new docker instance, with 0.79.3 and I'm still getting the same error. This is a test instance with no modification from the default configuration apart for the city bikes sensor. Steps: Installed via compose: version: '2'
services:
homeassistant:
image: homeassistant/home-assistant
environment:
- TZ=Europe/Paris
- /etc/localtime:/etc/localtime:ro
restart: always
ports:
- 8124:8123 Edited configuration.yaml by adding at the end (after commenting the default sensor: platform: yr): sensor:
- platform: citybikes
radius: 500 Clicked "Check Config" and in the log in the info pane:
|
Confirming the issue here. My configuration:
Log at service startup:
|
Gents, are you using the latest HASS release now? A big number of issues have been fixed in the core and this might be solved as a consequence. Could you please try and update (and hopefully close the issue) if it woroks now? Thanks! |
Will try it, lets see
El vie., 22 mar. 2019 1:37, Gerardo Castillo <[email protected]>
escribió:
… Gents, are you using the latest HASS release now? A big number of issues
have been fixed in the core and this might be solved as a consequence.
Could you please try and update (and hopefully close the issue) if it
woroks now? Thanks!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16523 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeuEe6B7YfPQlTMmQUcNu1-dCSn1J9lks5vZCXMgaJpZM4WgZGA>
.
|
Issue still exists in 0.90.1 (Raspberry Pi, Python venv)
|
This is a bug in the platform module. The hass event loop must be passed to the |
Home Assistant release with the issue:
0.77.3
Last working Home Assistant release (if known):
Operating environment (Hass.io/Docker/Windows/etc.):
Docker.
Official Docker Image running on a ubuntu 18.04 server.
Component/platform:
https://www.home-assistant.io/components/sensor.citybikes/
Description of problem:
Adding the basic
citybikes
component configuration doesn't work and prevent the server from restarting.Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
I've spun up a local instance on my macOS 10.13.6 machine with python 3.7 on the dev branch and I can't reproduce this bug on it.
The text was updated successfully, but these errors were encountered: