Skip to content

Heimdall not recognized anymore since updating WUD from 8.3.0 to 8.3.1 #1124

Description

@bcutter

After updating WUD from 8.3.0 to 8.3.1, the container Heimdall is not recognized anymore. It is missing in the WUD web UI and also not provided via API anymore as a Home Assistant sensor confirms:

Image

Applying

       --label wud.watch.digest=true \
       --label wud.watch=true \

to the heimdall container docker run command made no difference.

Full docker run command:

sudo docker run -d \
       --name=heimdall \
       --restart=always \
       -e PUID=1000 \
       -e PGID=1000 \
       -e TZ=Europe/Berlin \
       -p xxx.xxx.xxx.xx:80:80 \
       -v /opt/heimdall/config:/config \
       --label wud.watch.digest=true \
       --label wud.watch=true \
       lscr.io/linuxserver/heimdall:2.8.1

I checked https://github.com/getwud/wud/releases/tag/8.3.1 but could not spot anything directly related to this as a root cause.


Once I downgrade WUD to v8.3.0, Heimdall shows up again:
Image

What about this?

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions