plugsy / core

A simple, pluggable dashboard and status page
161 stars 4 forks source link

Not all services are loading from docker labels after upgrade to 6.1.0 #42

Closed samcro1967 closed 2 years ago

samcro1967 commented 2 years ago

I see the error below in the plugsy container logs after upgrading to 6.1.0. Only about half of the icons appear on the page from docker labels. Rolling back to V6.0.0 brings them all back.

today at 8:00:09 AMerror:   ┏ fail +3ms
today at 8:00:09 AMerror:   ┃ [1] Error: socket hang up
today at 8:00:09 AMerror:   ┃ [2]     at connResetException (internal/errors.js:639:14)
today at 8:00:09 AMerror:   ┃ [3]     at Socket.socketOnEnd (_http_client.js:499:23)
today at 8:00:09 AMerror:   ┃ [4]     at Socket.emit (events.js:412:35)
today at 8:00:09 AMerror:   ┃ [5]     at endReadableNT (internal/streams/readable.js:1334:12)
today at 8:00:09 AMerror:   ┃ [6]     at processTicksAndRejections (internal/process/task_queues.js:82:21)
today at 8:00:09 AMerror:   ┗ [7] { component: 'websiteConnection', id: 'WEBSITE', error: 'socket hang up' }
Inlustra commented 2 years ago

Apologies, I mistakenly pushed a breaking change in the latest release of Plugsy, it should be v7.0.0 For now, feel free to pin your version to 6.0.0

The reason you're not seeing icons: the default Plugsy labels have changed from dockerDash.* to plugsy.* See the docs

I will look to re-release this as 7.0.0 as soon as I get some time Alternatively, if you make the change to the labels above, you'll be good to go.

As for the socket hand up, I believe that should be something on your end, happy to have a look if you can post your config

samcro1967 commented 2 years ago

Switching to v7.0.0 and changing the labels has all of the services back. Still seeing errors in the container log, but does not seem to be effecting anything. Appreciate the quick response.