-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Describe the bug
When trying to add Transport Victoria, Home Assistant crashes and is eventually restarted by the Supervisor.
Feed Related Bug
Feed compatibility may change based on provider outages or changes in API. Bugs should not be reported for provider outages.
-
This bug is related to feed compatibility
List Feed(s) affected: -
Transport Victoria
-
Feed resources can be accessed directly from the URL or the feed provider's website
The static data URL auto populated is out of date, the latest version is at https://opendata.transport.vic.gov.au/dataset/3f4e292e-7f8a-4ffe-831f-1953be0fe448/resource/e4966d78-dc64-4a1d-a751-2470c9eaf034/download/gtfs.zip when following the download link from https://opendata.transport.vic.gov.au/dataset/gtfs-schedule. -
I have confirmed this is not related to a provider's outage
To Reproduce
Steps to reproduce the behavior:
- Select Transport Victoria from the list.
- Update static URL as above (otherwise it will 404 due to the file moving)
- Enter API key and submit
- After a few minutes, Home Assistant will crash and be restarted by the Supervisor.
- Once it restarts, if you don't refresh, the dialogue will eventually show "Unknown error occurred"
Expected behavior
Feed sets up and can continue configuration
Logs
If applicable add the logs from "Settings" >> "System" in Home Assistant.
It may be helpful to enable debug logs for additional data.
From the supervisor:
2025-08-12 21:43:35.181 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.
2025-08-12 21:43:35.181 WARNING (MainThread) [supervisor.misc.tasks] Watchdog missed an Home Assistant Core API response.
2025-08-12 21:46:06.182 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.
2025-08-12 21:46:06.182 ERROR (MainThread) [supervisor.misc.tasks] Watchdog missed 2 Home Assistant Core API responses in a row. Restarting Home Assistant Core!
2025-08-12 21:46:06.194 INFO (SyncWorker_0) [supervisor.docker.manager] Restarting homeassistant
Home Assistant
Version: 2025.8.1
Install Method
- HAOS
- Container
- Other
Additional context
Running on a Home Assistant Yellow. I can't see anything helpful in the logs but happy to troubleshoot if there is a way I can get something useful for you.
I also tried adding another feed (NYC Ferries) and they worked correctly without crashing.
