设备环境:(物理机、局域网系统/0.8.30)
之前的老照片没问题,最近新更新的出现缩略图裂开问题,查了论坛发现有不少人有这毛病
我重装了相册应用都没用,然后看到这两篇,就跟踪看了一下
当我打开文件夹时,发现自动缩略图的服务是有在工作,但是返回404,这应该就是没有生生缩略图了
应该是auto_thumbnailer的服务出了问题
是否跟我手工安装了nginx服务有关呢??冲突了??
`root@NAS:/usr/trim/nginx/conf/conf.d# /usr/trim/bin/auto_thumbnailer
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] GET /thumb/getIcon --> autoThumbnailer/internal/thumbnailer.getIcon (3 handlers)
[GIN-debug] GET /thumb/getVideoMeta --> autoThumbnailer/internal/thumbnailer.GetVideoMeta (3 handlers)
[GIN-debug] GET /thumb/getImageMeta --> autoThumbnailer/internal/thumbnailer.GetImageMeta (3 handlers)
[GIN-debug] Listening and serving HTTP on listener what's bind with address@/var/run/auto_thumbnailer.socket
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://github.com/gin-gonic/gin/blob/master/docs/doc.md#dont-trust-all-proxies for details.
[GIN] 2025/02/03 - 17:59:33 | 404 | 1.597969ms | | GET "/thumb/getIcon?size=list&path=vol01%2F1001%2FiPhone+X%CA%80%2F2023%2F11%2FIMG_2448.JPG&token=FmArFciQoGeyF2ojUouESUCZBCUyLX4GE5STzIaqU64%3D"
[GIN] 2025/02/03 - 17:59:33 | 404 | 388.422µs | | GET "/thumb/getIcon?size=list&path=vol01%2F1001%2FiPhone+X%CA%80%2F2023%2F11%2FIMG_2449.PNG&token=FmArFciQoGeyF2ojUouESUCZBCUyLX4GE5STzIaqU64%3D"
[GIN] 2025/02/03 - 17:59:33 | 404 | 526.013µs | | GET "/thumb/getIcon?size=list&path=vol01%2F1001%2FiPhone+X%CA%80%2F2023%2F11%2FIMG_2450.JPG&token=FmArFciQoGeyF2ojUouESUCZBCUyLX4GE5STzIaqU64%3D"
[GIN] 2025/02/03 - 17:59:33 | 404 | 548.772µs | | GET "/thumb/getIcon?size=list&path=vol01%2F1001%2FiPhone+X%CA%80%2F2023%2F11%2FIMG_2452.HEIC&token=FmArFciQoGeyF2ojUouESUCZBCUyLX4GE5STzIaqU64%3D"
[GIN] 2025/02/03 - 17:59:33 | 404 | 581.92µs | | GET "/thumb/getIcon?size=list&path=vol01%2F1001%2FiPhone+X%CA%80%2F2023%2F11%2FIMG_2453.HEIC&token=FmArFciQoGeyF2ojUouESUCZBCUyLX4GE5STzIaqU64%3D"
`
... |