fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
1.02k stars 33 forks source link

Sonarr/HOTIO update issue #239

Open Twit123 opened 1 year ago

Twit123 commented 1 year ago

Hi,

I've been trying WUD and I obviously don't understand how it works or there is an issue. I've scaled back the update options just to test and still have issues. In the below, I've only used a jackett & sonarr docker-compose file. Jackett normally has daily updates (and WUD always updates it) but Sonarr also shows an update and WUD never updates it. Even though is knows there is an update. Please could you look at the below setting and tell me what I am doing wrong? Jackett is from LSCR and Sonarr is from HOTIO.

WUD Docker Compose :

image

SONARR/JACKETT Docker Compose (ie /store/combined/test-compose.yml)

image

I've attached debug logs from when I restart, you can see WUD updated Jackett but not Sonarr.

Any help/pointers would be appreciated.

Thanks

Simon

WUD_debug.log

fmartinou commented 1 year ago

Hi,

I don't see any obvious mistake in your configuration 🤔 .

There is maybe a bug when concurrent updates have to be applied using images from different registries.

Can you run the same test without starting jackett, just to check if in that situation sonarr is updated or not?

Twit123 commented 1 year ago

Hi,

Thanks for looking at this. I killed jackett and also removed the "WUD_WATCH=true" label from all containers except Sonarr and it still doesn't update Sonarr.

Could this be a HOTIO issue,

simple_using_WUDWATCH.log

fmartinou commented 1 year ago

That's very strange 🤔 . Thanks for the feedback; I'll investigate.