arthurdent75 / SimpleScheduler

An Home Assistant AddOn to schedule entities on/off on weekly base
183 stars 36 forks source link

Changelog errors in log #157

Closed jezzamine closed 4 months ago

jezzamine commented 4 months ago

The addon still seems to be working very well but since 2024.5.0 I get these errors in my log:

2024-05-08 18:14:46.821 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /addons/00185a40_simplescheduler/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://172.30.32.2/addons/00185a40_simplescheduler/changelog')

2024-05-08 18:14:46.821 WARNING (MainThread) [homeassistant.components.hassio.data] Could not fetch changelog for 00185a40_simplescheduler: 
arthurdent75 commented 4 months ago

hi @jezzamine, I suppose that this is an issue of the supervisor. Take a look here: https://github.com/home-assistant/core/issues/116470

My addon does have a changelog. By the way, I'm investigating...

EDIT: A solution has been already done: https://github.com/home-assistant/supervisor/pull/5064 surely it will be fixed in the next release!

jezzamine commented 4 months ago

In the Add-on Store under Manage add-on repositories, the repostitory was showing as "Unknown". I uninstalled the add-on and deleted the repository, then downloaded and installed again.

All working great and the log error has gone :)