-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access ImmichFrame backend (via URL) before main Immich server has started results in 404 and never recovers #236
Comments
@JW-CH you see any quick fix for this? |
I'll take a look into it later. |
This happened again today when I upgraded my Immich server. I have two frames in the wild so they are constantly querying the frame backend. Because the Immich server was down for a few mins while it pulled the new version, the frame backend wasn't able to retrieve any assets, and it got in this state. Even after Immich restarted the frame backed was in this "bad" state and never recovered until I noticed the errors popping up on the frame we have in our kitchen. I had to manually kill the frame container and restart to resolve. |
This doesn't happen for me. I updated Immich today while frames were running, while the Immich server was down I saw the not happy face error message, but once Immich came back online the frame continued on happily. |
Yep, i have seen that behavior as well. But intermittently this happens.
…On Thu, 9 Jan 2025, 16:31 Rob Rogers, ***@***.***> wrote:
This happened again today when I upgraded my Immich server. I have two
frames in the wild so they are constantly querying the frame backend.
Because the Immich server was down for a few mins while it pulled the new
version, the frame backend wasn't able to retrieve any assets, and it got
in this state.
Even after Immich restarted the frame backed was in this "bad" state and
never recovered until I noticed the errors popping up on the frame we have
in our kitchen. I had to manually kill the frame container and restart to
resolve.
This doesn't happen for me. I updated Immich today while frames were
running, while the Immich server was down I saw the not happy face error
message, but once Immich came back online the frame continued on happily.
—
Reply to this email directly, view it on GitHub
<#236 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGTR2QSYIEMV7HDP4QQGCD2JXUPTAVCNFSM6AAAAABT5X5AEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZZGEYTENJUGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Version
v1.0.21.0
Deployment Method
Docker (swarm)
Description
If I try to access the ImmichFrame slideshow before the Immich server has started up I get the following error in my ImmichFrame backend logs.
Once the Immich server starts and everything is running, if I try to access the slideshow again, I get the same
404
errors in the backend logs.It appears as tho once the first request fails, that response is cached somehow, and any subsequent requests return the same code, even tho the Immich server is now available.
Reproduction
Start the ImmichFrame backend before starting the Immich server.
Access the ImmichFrame slideshow in your web browser.
Start the Immich server (wait a few mins to ensure it is fully up and running).
Access the ImmichFrame slideshow again, and you should get the same error message.
Expectations
No response
Configuration
No response
Logs
Pre-Submission Checklist
This is a bug report and not a feature request
I have provided all of the required information to reproduce the bug (config, logs, etc.)
I have checked for related issues and checked the documentation
The text was updated successfully, but these errors were encountered: