Fatal ERRORs 8080 address already in use

Hello,

When i try to add file to load logs for replay:
crowdsec -dsn ‘file:///var/log/httpd/NonDefault/access_log-20220106’ -type apache2

I get two FATAL errors saying port 8080 already in use.

From Discord forum:
I just needed to add: -no-api

crowdsec -dsn ‘file:///var/log/httpd/NonDefault/access_log-20220106’ -type apache2 -no-api