TastesLikeShit
TastesLikeShit
IImmich
Created by TastesLikeShit on 10/31/2024 in #help-desk-support
Invalid data found when processing input Error: ffprobe exited with code 1
I have numerous blocks of this error in my docker compose logs immich-server
immich_server | [Nest] 2 - 10/31/2024, 10:18:40 PM ERROR [Microservices:JobService] Error: ffprobe exited with code 1
...
immich_server | libavutil 59. 8.100 / 59. 8.100
immich_server | libavcodec 61. 3.100 / 61. 3.100
immich_server | libavformat 61. 1.100 / 61. 1.100
immich_server | libavdevice 61. 1.100 / 61. 1.100
immich_server | libavfilter 10. 1.100 / 10. 1.100
immich_server | libswscale 8. 1.100 / 8. 1.100
immich_server | libswresample 5. 1.100 / 5. 1.100
immich_server | libpostproc 58. 1.100 / 58. 1.100
immich_server | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x201e6150180] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
immich_server | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x201e6150180] moov atom not found
immich_server | upload/encoded-video/57a3811b-d285-4a7d-b1fe-cf95946d595f/99/3c/993ca43c-463d-490a-a74b-dfbd72dc6fda-MP.mp4: Invalid data found when processing input
immich_server |
immich_server | at ChildProcess.<anonymous> (/usr/src/app/node_modules/fluent-ffmpeg/lib/ffprobe.js:233:22)
immich_server | at ChildProcess.emit (node:events:519:28)
immich_server | at ChildProcess._handle.onexit (node:internal/child_process:294:12)
immich_server | [Nest] 2 - 10/31/2024, 10:18:40 PM ERROR [Microservices:JobService] Object:
immich_server | {
immich_server | "id": "993ca43c-463d-490a-a74b-dfbd72dc6fda"
immich_server | }
immich_server | [Nest] 2 - 10/31/2024, 10:18:40 PM ERROR [Microservices:JobService] Error: ffprobe exited with code 1
...
immich_server | libavutil 59. 8.100 / 59. 8.100
immich_server | libavcodec 61. 3.100 / 61. 3.100
immich_server | libavformat 61. 1.100 / 61. 1.100
immich_server | libavdevice 61. 1.100 / 61. 1.100
immich_server | libavfilter 10. 1.100 / 10. 1.100
immich_server | libswscale 8. 1.100 / 8. 1.100
immich_server | libswresample 5. 1.100 / 5. 1.100
immich_server | libpostproc 58. 1.100 / 58. 1.100
immich_server | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x201e6150180] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
immich_server | [mov,mp4,m4a,3gp,3g2,mj2 @ 0x201e6150180] moov atom not found
immich_server | upload/encoded-video/57a3811b-d285-4a7d-b1fe-cf95946d595f/99/3c/993ca43c-463d-490a-a74b-dfbd72dc6fda-MP.mp4: Invalid data found when processing input
immich_server |
immich_server | at ChildProcess.<anonymous> (/usr/src/app/node_modules/fluent-ffmpeg/lib/ffprobe.js:233:22)
immich_server | at ChildProcess.emit (node:events:519:28)
immich_server | at ChildProcess._handle.onexit (node:internal/child_process:294:12)
immich_server | [Nest] 2 - 10/31/2024, 10:18:40 PM ERROR [Microservices:JobService] Object:
immich_server | {
immich_server | "id": "993ca43c-463d-490a-a74b-dfbd72dc6fda"
immich_server | }
14 replies
IImmich
Created by TastesLikeShit on 9/2/2023 in #help-desk-support
`immich upload` via `immich-cli` keeps failing with `Request failed with status code 408`
4 replies
IImmich
Created by TastesLikeShit on 8/12/2023 in #help-desk-support
Cannot access API from external URL in android mobile app
I have troubles accessing immich API from the android mobile app. Here is the relevant entry in my Caddyfile:
immich.domain.com {
tls internal {
on_demand
}
reverse_proxy immich_proxy:8080
}
immich.domain.com {
tls internal {
on_demand
}
reverse_proxy immich_proxy:8080
}
Here is the relevant .env line IMMICH_API_URL_EXTERNAL=https://immich.domain.com immich.domain.com/api/server-info/ping and my.docker.host.ip:2283/api/server-info/ping both gladly 😄 respond {"res":"pong"} What am I missing?
17 replies
IImmich
Created by TastesLikeShit on 8/6/2023 in #help-desk-support
Error downloading GeoName cities 1000 data
I noticed that every couple of minutes microservices CPU usage was going to ~100-120%. I found this in the microservice logs
immich_microservices | /usr/src/app/dist/microservices/app.service.js:73
immich_microservices | throw error;
immich_microservices | ^
immich_microservices | Error downloading GeoNames cities1000 data: Error: getaddrinfo EAI_AGAIN download.geonames.org
immich_microservices | (Use `node --trace-uncaught ...` to show where the exception was thrown)
immich_microservices | /usr/src/app/dist/microservices/app.service.js:73
immich_microservices | throw error;
immich_microservices | ^
immich_microservices | Error downloading GeoNames cities1000 data: Error: getaddrinfo EAI_AGAIN download.geonames.org
immich_microservices | (Use `node --trace-uncaught ...` to show where the exception was thrown)
5 replies
IImmich
Created by TastesLikeShit on 8/6/2023 in #help-desk-support
`immich_proxy` won't stay on a docker network.
First of all, to avoid the XY problem: I want to access immich at a special local subdomain, i.e. immich.home.bb. I intend to use pihole (local DNS) and caddy (reverse proxy). All of the services are inside separate docker containers on a network with a bridge driver. Here is my docker-compose.yml When I inspect the docker network, immich_proxy is not the internal (not the exact name) network. When I try to manually add it using docker network connect internal immich_proxy it shows up for some time and then goes away. If I remove the networks block from the immich_proxy and just use ports with -"2283:8080" I can access the auth page on device-ip:2283. I was hoping to use reverse_proxy immich_proxy:8080 in my Caddyfile but I can't ping the immich_proxy container using docker compose exec caddy ping -c 5 immich_proxy. I can do this to the other containers on the docker network, i.e. nodejs.
9 replies