koter84 / HomeAssistant_Blueprints_Update

This is a script to automatically check for updates for your HA Blueprints
GNU General Public License v3.0
27 stars 7 forks source link

Certain BP will not update. #9

Open SirGoodenough opened 1 year ago

SirGoodenough commented 1 year ago

I have adjusted and played with this one and cannot figure out why the bracket moves to the beginning of the line. The script fails as not being able to import this file, er rather not able to match the filename, and aborts completely not checking any others down the list. Kind of annoying.

https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/Person_Alert_Blueprint.yaml

I have filled in the spaces like all my other titles. Something odd going on on this one.

2023-08-12 11:01:58 | notification dismiss: [./automation/SirGoodenough/HumidifierWaterThrottleControl.yaml]

2023-08-12 11:01:58 | > ./automation/SirGoodenough/Person_Alert_Blueprint.yaml
2023-08-12 11:01:58 | -> source_url: https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/Person_Alert_Blueprint.yaml
2023-08-12 11:01:58 | -! fix github url to raw
2023-08-12 11:01:58 | -> fixed source_url: https://raw.githubusercontent.com/SirGoodenough/HA_Blueprints/master/Automations/Person_Alert_Blueprint.yaml
2023-08-12 11:01:58 | -! non-matching filename
]023-08-12 11:01:58 | -! [Person_Alert_Blueprint.yaml] != [Person_Alert_Blueprint.yaml

2023-08-12 11:01:58 | -> download blueprint
2023-08-12 11:01:58 | ! something went wrong while downloading, exiting...
koter84 commented 1 year ago

that is weird indeed... i don't have a lot of time this week, and next week i'm offline...

i'll look into it when i get back home

Op za 12 aug 2023 om 18:10 schreef James Chaloupka @.***

:

I have adjusted and played with this one and cannot figure out why the bracket moves to the beginning of the line. The script fails as not being able to import this file, er rather not able to match the filename, and aborts completely not checking any others down the list. Kind of annoying.

https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/Person_Alert_Blueprint.yaml

I have filled in the spaces like all my other titles. Something odd going on on this one.

2023-08-12 11:01:58 | notification dismiss: [./automation/SirGoodenough/HumidifierWaterThrottleControl.yaml]

2023-08-12 11:01:58 | > ./automation/SirGoodenough/Person_Alert_Blueprint.yaml 2023-08-12 11:01:58 | -> source_url: https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/Person_Alert_Blueprint.yaml 2023-08-12 https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/Person_Alert_Blueprint.yaml2023-08-12 11:01:58 | -! fix github url to raw 2023-08-12 11:01:58 | -> fixed source_url: https://raw.githubusercontent.com/SirGoodenough/HA_Blueprints/master/Automations/Person_Alert_Blueprint.yaml 2023-08-12 https://raw.githubusercontent.com/SirGoodenough/HA_Blueprints/master/Automations/Person_Alert_Blueprint.yaml2023-08-12 11:01:58 | -! non-matching filename ]023-08-12 11:01:58 | -! [Person_Alert_Blueprint.yaml] != [Person_Alert_Blueprint.yaml

2023-08-12 11:01:58 | -> download blueprint 2023-08-12 11:01:58 | ! something went wrong while downloading, exiting...

— Reply to this email directly, view it on GitHub https://github.com/koter84/HomeAssistant_Blueprints_Update/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJN2EJNC33PVBMM7LWS2DTXU6TGDANCNFSM6AAAAAA3OAX6I4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>

SirGoodenough commented 1 year ago

It's consistent, whatever it is.

I removed the source_url for now so the rest of my stuff stays up-to-date so no rush.