Describe the bug
When starting a live-tail session, each individual log fails as seen below.
Looks like the response being returned is html instead of the expected json?
To Reproduce
Steps to reproduce the behavior:
- run
sumocli configure
- run
sumocli live-tail start
Expected behavior
- I expect to start seeing a live tail of my logs
Screenshots
console ❯ sumocli live-tail start --filter "codecloud"
### Starting Live Tail Session ###
2025-08-29T14:13:39-05:00 | ERROR | error unmarshalling response body error="invalid character '<' looking for beginning of value"
^[2025-08-29T14:13:41-05:00 | ERROR | error unmarshalling response body error="invalid character '<' looking for beginning of value"
console ❯ sumocli live-tail start
### Starting Live Tail Session ###
2025-08-29T14:13:39-05:00 | ERROR | error unmarshalling response body error="invalid character '<' looking for beginning of value"
^[2025-08-29T14:13:41-05:00 | ERROR | error unmarshalling response body error="invalid character '<' looking for beginning of value"
Desktop (please complete the following information):
Describe the bug
When starting a live-tail session, each individual log fails as seen below.
Looks like the response being returned is html instead of the expected json?
To Reproduce
Steps to reproduce the behavior:
sumocli configuresumocli live-tail startExpected behavior
Screenshots
Desktop (please complete the following information):