Microservices will not stay running

Hey y'all. I setup a new Immich instance for my family to use to upload their iphone photos to. I copied everything over from my other working instance. I can get to the web page and login and setup accounts. I can point accounts to existing folders with photos which is great. I can even point their iphones with the immich software to the site and I can see from the app that it appears to be uploading the pictures and importing the existing photos on the disk. The problem I am having, is the pictures are not being processed, thumbnails are not being generated.
When I go to the web app I get this (attached photo) When I go look at the Immich containers, the microservices container is not running. I start the container, it successfully starts, and then stops after about 2 or 3 minutes.
I have uploaded the microservices logs to pastebin https://pastebin.com/Ej47GSbe thanks app
Pastebin
[Nest] 7 - 09/30/2023, 3:22:55 PM LOG [NestFactory] Starting N...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
No description
5 Replies
etnoy
etnoy2y ago
Here is the relevant error lines that cause the crash: /usr/src/app/dist/microservices/app.service.js:84 throw error; ^ Error: Error downloading GeoNames admin 2 codes data: Error: aborted at PassThrough.<anonymous> (/usr/src/app/node_modules/local-reverse-geocoder/index.js:203:19) at PassThrough.emit (node:events:526:35) at emitErrorNT (node:internal/streams/destroy:151:8) at emitErrorCloseNT (node:internal/streams/destroy:116:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) so maybe there's an issue with geodata again, @bo0tzz ?
etnoy
etnoy2y ago
GitHub
[BUG]: Corrupted Reverse Geocoding CSV File · Issue #1963 · immich...
tomayac/local-reverse-geocoder#63 Possible solutions: Fix upstream Detect the issue, delete the csv file/directory, and try again
jrasm91
jrasm912y ago
The error is aborted, not failure to parse the csv, so I don't think so.
apperrault
apperraultOP2y ago
I was wondering if anyone had any thoughts on this? microservices keeps stopping. everything else is working great
sogan
sogan2y ago
the other thing is that @WebSocketServer() server!: Server; ends up being null here. it seems like there’s some networking issue with the container.

Did you find this page helpful?