You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
You start a container. KIOSC claims that it is running, but you get a Server error 500 when trying to view it. And for a few minutes you don't know: is your container starting? Where is it stuck? What is happening? The logs are only updated every few minutes. At least once I have observed that the log contained entries which were later than the "Date of latest container log".
Describe the solution you'd like
A button saying "get the newest logs" or something similar, enforcing log update.
Describe alternatives you've considered
Alternatively, refresh the logs every time the container view is loaded.
Additional context
I think debugging container start is the only annoying part of KIOSC. It frustrates me every time.
The problem is that sometimes it is just my container taking a few minutes to load, but sometimes there is some problem with the KIOSC manifestating as follows:
[2021-10-07 22:47:10 ERROR weinerj@CHARITE] (Task) Action failed: restart
[2021-10-07 22:47:10 ERROR weinerj@CHARITE] (Docker) Resource ID was not provided
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
You start a container. KIOSC claims that it is running, but you get a Server error 500 when trying to view it. And for a few minutes you don't know: is your container starting? Where is it stuck? What is happening? The logs are only updated every few minutes. At least once I have observed that the log contained entries which were later than the "Date of latest container log".
Describe the solution you'd like
A button saying "get the newest logs" or something similar, enforcing log update.
Describe alternatives you've considered
Alternatively, refresh the logs every time the container view is loaded.
Additional context
I think debugging container start is the only annoying part of KIOSC. It frustrates me every time.
The problem is that sometimes it is just my container taking a few minutes to load, but sometimes there is some problem with the KIOSC manifestating as follows:
The text was updated successfully, but these errors were encountered: