Snd-R / komf

Komga and Kavita metadata fetcher
MIT License
299 stars 17 forks source link

Getting 401 when connecting to komga #114

Closed plato79 closed 10 months ago

plato79 commented 10 months ago

I'm getting the error below:

04:10:29.484 [OkHttp http://komga:25600/...] DEBUG org.snd.common.http.LoggingInterceptor -- --> GET http://komga:25600/sse/v1/events
04:10:29.566 [OkHttp http://komga:25600/...] DEBUG org.snd.common.http.LoggingInterceptor -- <-- 401 http://komga:25600/sse/v1/events (81ms, 0-byte body)
04:10:29.567 [OkHttp http://komga:25600/...] ERROR org.snd.mediaserver.komga.KomgaEventListener -- null null response code 401

I'm using both latest versions of komf and komga and I configured account on both in docker-compose file and in application.yml file. It doesn't matter at all.

plato79 commented 10 months ago

Sorry, my mistake. Even if I write correct password in application.yml, it overrides it from environment. The password in docker-compose.yml file was wrong.