-
### The bug
Hi there, whilst checking the Immich app after waking up, I found that I had been logged out, and after attempting to log in, I was not able to.
My partner who also uses my server, was…
Joyte updated
7 months ago
-
### The bug
I'm not able to login into the iOS app suddenly after the latest update. Logs below
```
created_at,level,context,message,stacktrace
2024-03-09 22:23:04.308199,LogLevel.SEVERE,"Immi…
-
### The bug
Uploading a large folder (170G) using immich cli via docker throws the following error. This happens repeatedly and predicatably. It hangs for several minutes before erroring.
##…
-
### The bug
Detected only on mobile app on version >= 1.96
Extra backup folder (in my case AdobeLightroom with heavy jpg files) - thumbnails and previews like in attached screenshot.
Default Ca…
-
### The bug
I'm testing the new search for location feature but it shows only cities.
I'm expecting that should search also for places.
![add location](https://github.com/immich-app/immich/asset…
-
### The bug
I updated immich to the new release by simply running
```
# docker compose pull
# docker compose up -d
```
and now immich isn't working. If I try to browse to the server's URL, it …
-
### The bug
I get `Error response from daemon: Get "https://ghcr.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)` after 20s when running `docker compose up -d`.
…
-
My Asus Tinkerboard has a `/dev/dri/renderD128` device. I don't think it is Intel, and none of the recommended options seem to work. Currently I am getting this:
```yaml
mqtt:
host: 192.168.1.1…
-
### The bug
When the facial recognition job runs on my system the immich microservices container log is filled with many of the following message:
```
[Nest] 7 - 03/21/2024, 8:43:02 AM WARN […
-
# 操作
使用mpp_frame_get_buffer()函数得到了解码器输出的frame对应的MppBuffer,然后使用mpp_buffer_get_ptr()函数得到了MppBuffer的地址,然后根据这个地址对图像数据进行操作,例如画框。
# 问题
对第一帧的数据操作没有问题,但是在第二帧的时候MppBuffer中的数据有残留第一帧中画的框,是不是因为MppBuffer对应的数据空间…