Phantom Blueprint Config error

I have been playing with various Blueprint scripts , but realised I was unable to make them work correctly . I deleted all the scripts and the blueprint , But now I’m left with this error.

Invalid config for [script]: Failed to load blueprint: Unable to find homeassistant/alexa_parser.yaml (See /config/configuration.yaml, line 105).

08:18:32 – (ERROR) components/blueprint/models.py

Line 105 in configuration.yaml is :

group: !include group.yaml

I have deleted all Blueprints. I have no reference to alexa_parser.yaml. Nothing in the scripts.yaml.

blueprints/automation and blueprints/script folders are empty. Where is this info being Stored ?

what line is before and after that group line?

device_tracker: !include device_tracker.yaml
group: !include group.yaml
script: !include scripts.yaml

scripts.yaml has no reference to alexa_parser.yaml. Don’t understand where it picking the file up from.

Even ran find . -name alexa_parser.yaml from the terminal no reference to the file name at all ?

so, the error is most likely in scripts.yaml and the pointer is index based (Meaning it means line 106 not line 105). Can you post the contents of scripts.yaml please? Hastebin or pastebin

Thankyou :slight_smile:

There was a corruption in the scripts.yaml . Found the offending script lines after about two pages of bank lines.