Shell_Command crashes HA

Hello guys!

So a problem started a few days ago, i think it was after 102.2. Whenever the system is firing a shell command, ha crashes. Saw that this was an issue with the stream: component before but have tried to remove that and it didnt work. No error mentioned in the logs. Anyone else got these issues?

`  
shell_command:
kamera_skalskydd: curl 'http://192.xx.x.xx:81/admin?profile=2&lock=2&user=user&pw=password'
`

Haven’t really found a solution yet. However i moved my shell commands over to command line switches and they now work. Doesn’t really matter to me if they are represented as switches or shell commands so i will go with this as my solution.