LordMike / hass-addons

Repository of HASS add-ons
6 stars 1 forks source link

Error Could not fetch changelog in bluerriot2mqtt #7

Open DAVIZINH0 opened 4 months ago

DAVIZINH0 commented 4 months ago

Hello. Its pool time in spain, and I enable again the blueriiot2mqtt addon. Works like last year but in this time apears 2 errors in the home assistant log:

Could not fetch changelog for e141bb7c_blueriiot2mqtt: ocurs 139 times since last 24 hours

Client error on /addons/e141bb7c_blueriiot2mqtt/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://xxxxxxxxx/addons/e141bb7c_blueriiot2mqtt/changelog') ocurs 139 times since last 24 hours.

I think the error its the same because in the second error the information is about changelog, like the first error.

thanks for your work

LordMike commented 4 months ago

So. This seems like a requirement from some external dependency to host a changelog. Do you know what you might have done to invoke that request?

Maybe opened the addons store? A details page?

Mike.

Sent from Outlook for iOShttps://aka.ms/o0ukef


From: DAVIZINH0 @.> Sent: Monday, May 6, 2024 9:22:49 AM To: LordMike/hass-addons @.> Cc: Subscribed @.***> Subject: [LordMike/hass-addons] Error Could not fetch changelog (Issue #7)

Hello. Its pool time in spain, and I enable again the blueriiot2mqtt addon. Works like last year but in this time apears 2 errors in the home assistant log:

Could not fetch changelog for e141bb7c_blueriiot2mqtt: ocurs 139 times since last 24 hours

Client error on /addons/e141bb7c_blueriiot2mqtt/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://xxxxxxxxx/addons/e141bb7c_blueriiot2mqtt/changelog') ocurs 139 times since last 24 hours.

I think the error its the same because in the second error the information is about changelog, like the first error.

thanks for your work

— Reply to this email directly, view it on GitHubhttps://github.com/LordMike/hass-addons/issues/7, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAH2YJYZ2VJNEWD4BFGXT3DZA4VUTAVCNFSM6AAAAABHIQRI3KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DAMRSGUYDGMI. You are receiving this because you are subscribed to this thread.Message ID: @.***>

DAVIZINH0 commented 4 months ago

hello. its strange, because I do not nothing. I have a automation that send a mqtt topic to read information of the pool, one time each hour aprox.

but in the last hours i ve a lot of erros:

Registrador: homeassistant.components.hassio.handler Fuente: components/hassio/handler.py:612

FIRS TIME: 12:21:57 (63 ocurrencias)
LAST LOGIN: 17:31:57

Client error on /addons/e141bb7c_blueriiot2mqtt/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://172.30.32.2/addons/e141bb7c_blueriiot2mqtt/changelog')

63 times in the las 5 hours, are a lot of times. maybe in this 5 hours i enter in addons store or something but not 63 times. jejeje

I enter at the log of supervisor in HAOS logs and i find some more warnings, i dont know if its the same problem or not

2024-05-07 15:24:43.098 WARNING (SyncWorker_13) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/blueriiot2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']
2024-05-07 15:24:43.100 WARNING (SyncWorker_13) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/uponor2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']
2024-05-07 15:24:43.101 WARNING (SyncWorker_13) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/nemlig2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']

2024-05-07 15:24:43.311 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/blueriiot2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']
2024-05-07 15:24:43.312 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/uponor2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']
2024-05-07 15:24:43.314 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/nemlig2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']

maybe this give you more information?

LordMike commented 4 months ago

Hmm. I found this for the translations part. https://developers.home-assistant.io/blog/2024/03/05/platform_entity_translations_deprecation

I couldn't immediately find anything related to files in addons like changelog. I'll have to check at home to see if I can replicate this.

Mike.

Sent from Outlook for iOShttps://aka.ms/o0ukef


From: DAVIZINH0 @.> Sent: Tuesday, May 7, 2024 5:41:04 PM To: LordMike/hass-addons @.> Cc: Michael Bisbjerg @.>; Comment @.> Subject: Re: [LordMike/hass-addons] Error Could not fetch changelog in bluerriot2mqtt (Issue #7)

hello. its strange, because I do not nothing. I have a automation that send a mqtt topic to read information of the pool, one time each hour aprox.

but in the last hours i ve a lot of erros:

Registrador: homeassistant.components.hassio.handler Fuente: components/hassio/handler.py:612

FIRS TIME: 12:21:57 (63 ocurrencias) LAST LOGIN: 17:31:57

Client error on /addons/e141bb7c_blueriiot2mqtt/changelog request 0, message='Attempt to decode JSON with unexpected mimetype: application/octet-stream', url=URL('http://172.30.32.2/addons/e141bb7c_blueriiot2mqtt/changelog')

63 times in the las 5 hours, are a lot of times. maybe in this 5 hours i enter in addons store or something but not 63 times. jejeje

I enter at the log of supervisor in HAOS logs and i find some more warnings, i dont know if its the same problem or not

2024-05-07 15:24:43.098 WARNING (SyncWorker_13) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/blueriiot2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name'] 2024-05-07 15:24:43.100 WARNING (SyncWorker_13) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/uponor2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name'] 2024-05-07 15:24:43.101 WARNING (SyncWorker_13) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/nemlig2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']

2024-05-07 15:24:43.311 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/blueriiot2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name'] 2024-05-07 15:24:43.312 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/uponor2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name'] 2024-05-07 15:24:43.314 WARNING (SyncWorker_0) [supervisor.store.data] Can't read translations from /data/addons/git/e141bb7c/nemlig2mqtt/translations/en.yaml - required key not provided @ data['configuration']['MQTT']['name']

maybe this give you more information?

— Reply to this email directly, view it on GitHubhttps://github.com/LordMike/hass-addons/issues/7#issuecomment-2098759621, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAH2YJY5METSXFF7SLGEN5LZBDYZBAVCNFSM6AAAAABHIQRI3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJYG42TSNRSGE. You are receiving this because you commented.Message ID: @.***>