raisinbear

Results 41 comments of raisinbear

I just checked again, haven't used the web interface too much recently. Opening the album overview (or merely hovering over the information icon next to the button) really takes quite...

Hm, this is what it looks like in the mobile interface for me when experiencing #2115 or #1967. Although I haven’t checked the app log for the error you posted,...

Hm it looks like this was at least part of the problem. Now the web interface reports no more missing thumbnails and metadata when you click on it? Fyi you...

> No I dont see on web those pictures. And now no more missing ones when I run jobs. I found it in microservice log: That signature looks a lot...

As for the still missing images, one more place to check would be the `immich_postgres` logs. Anything out of the ordinary in there?

Thanks a lot, the `duplicate key` errors are what I was looking for. I've seen this, too, however, I thought that was due to me experimenting with the dev environment...

It’s for object recognition in your images. But it’s a different container and you seem to have sufficient memory, so chances are rather slim this is the issue. If you...

> We didn't change anything related to generating the thumbnails mechanism. It might be related to communicating with the database from the message you shared > > ``` > immich_postgres...

Ok, I did some more tests. I can reliably reproduce this on a Threadripper 24 Core machine in a Debian VM with fresh setup as well, when running a simple...

Brief update, I was trying to understand how the processing worked. Can't say I fully do, but I changed the `concurrency` setting in `server/apps/microservices/src/processor.ts` for the `JobName.GENERATE_JPEG_THUMBNAIL` and `JobName.GENERATE_WEBP_THUMBNAIL` processes...