-
Notifications
You must be signed in to change notification settings - Fork 12
App does not reconnect after server container issue #48
Description
Running Immichframe-Android v48 for a few days on my Frameo frame, out of sudden it stopped this morning:
In the timeframe where it happened I found an unhandled exception in the server container logs: immichFrame/ImmichFrame#617
Following this exception I did not see any following connections in the server container log which proves that the client stopped working. However, I could connect from a browser without any action on the server container, so the server exception did not prevent the server container from working properly.
I needed to restart the Frame and all was working fine.
Under the bottomline it seems the app misses to periodically retry to reestablish the connection to the server container after something exceptional did happen. It would be great if the app can recover from this situation without user intervention.