General Errors: issue_registry

Recently my CI runs against rc and beta started failing with the following error. It was fine with 2022.10 series, but 2022.11 is also now failing.

Fatal error while loading config: 'issue_registry'
Failed config
  General Errors: 
    - 'issue_registry'

Successful config (partial)

I have narrowed it down to the two statistics sensors defined at home-assistant-config/snmp_bandwidth.yaml at 0c4f50fb1842e1326f28b33227b925b200168e7e · kylegordon/home-assistant-config · GitHub

Removing the two statistics sensors permits a clean run of --script check_config. Putting either of them back creates the error again. The error isn’t very useful, and my two sensors are pretty standard.

What’s going on? Can anyone explain it?

2 Likes

I havent yet updated to 2022.11, but i just stumbled across this error too, when running a configuration check

I have 3 statistics sensors, which i have disabled to see if it makes a difference, and i found the same as you.
No error when my statistics sensors are removed from config.

The sensors still work though.

I think I’ve tracked it back to the undocumented need for sampling_size to be provided.