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
All HAFAS Entities are unavailable since yesterday.
When i try to add an new Sensor, i see the following Error in the Log:
Unexpected exception: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/config/custom_components/hafas/config_flow.py", line 162, in async_step_user
self.data = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hafas/config_flow.py", line 122, in validate_input
start_stations = await hass.async_add_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
get_stations, client, data[CONF_START]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/hafas/config_flow.py", line 104, in get_stations
stations = client.locations(station_name)
File "/usr/local/lib/python3.13/site-packages/pyhafas/client.py", line 230, in locations
res = self.profile.request(body)
File "/usr/local/lib/python3.13/site-packages/pyhafas/profile/base/helper/request.py", line 96, in request
return HafasResponse(res, BaseErrorCodesMapping)
File "/usr/local/lib/python3.13/site-packages/pyhafas/types/hafas_response.py", line 27, in init
data = json.loads(raw_hafas_response.text)
File "/usr/local/lib/python3.13/json/init.py", line 346, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 363, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
All HAFAS Entities are unavailable since yesterday.
When i try to add an new Sensor, i see the following Error in the Log:
Unexpected exception: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/config/custom_components/hafas/config_flow.py", line 162, in async_step_user
self.data = await validate_input(self.hass, user_input)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/hafas/config_flow.py", line 122, in validate_input
start_stations = await hass.async_add_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
get_stations, client, data[CONF_START]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/hafas/config_flow.py", line 104, in get_stations
stations = client.locations(station_name)
File "/usr/local/lib/python3.13/site-packages/pyhafas/client.py", line 230, in locations
res = self.profile.request(body)
File "/usr/local/lib/python3.13/site-packages/pyhafas/profile/base/helper/request.py", line 96, in request
return HafasResponse(res, BaseErrorCodesMapping)
File "/usr/local/lib/python3.13/site-packages/pyhafas/types/hafas_response.py", line 27, in init
data = json.loads(raw_hafas_response.text)
File "/usr/local/lib/python3.13/json/init.py", line 346, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 363, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: