GollumDom / addon-repository

31 stars 3 forks source link

MQTT explorer addon spamming HA logs #4

Closed Petro31 closed 5 months ago

Petro31 commented 5 months ago
2024-04-13 05:32:46.666 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /addons/9cf1ea8f_mqtt_explorer/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://172.30.32.x/addons/9cf1ea8f_mqtt_explorer/changelog')
2024-04-13 05:32:46.666 WARNING (MainThread) [homeassistant.components.hassio.data] Could not fetch changelog for 9cf1ea8f_mqtt_explorer: 

A recent change in supervisor is causing this addon to spam logs.

erkr commented 5 months ago

Yes, I got them after upgrading supervisor from2024.04.0 to 2024.04.4

Smeagolworms4 commented 5 months ago

An idea of how to resolve the problem ?

Smeagolworms4 commented 5 months ago

https://github.com/GollumDom/addon-repository/commit/d974afc4f006427327a19c3e40096ebff15797c3 it s good ?

erkr commented 5 months ago

https://github.com/GollumDom/addon-repository/commit/d974afc4f006427327a19c3e40096ebff15797c3 it s good ?

Don't forget to add 1.0.4 - added changelog when you release it 😉

erkr commented 5 months ago

Ahh I now see the changelog is already available without releasing. It opens when I click the link in the add-on info page 👍 Now see if the errors stop as well. Will report back

Update: @Smeagolworms4 For me the log errors are gone🥳

Smeagolworms4 commented 5 months ago

Ok it's good