solomon
solomon
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
1536 files stuck in `upload/`
It would be great to be able to identify if those files are safe to delete and if they are duplicates of successfully imported videos.
26 replies
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
1536 files stuck in `upload/`
@Alex I tested all the mp4 files stuck in upload/ with ffmpeg and they appear to be broken. I'm wondering if those are failed uploads from when my phone screen locked during backup? Should it be safe to delete them from upload/?
26 replies
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
1536 files stuck in `upload/`
the hashes don't match
26 replies
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
1536 files stuck in `upload/`
26 replies
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
1536 files stuck in `upload/`
the docker logs report some thumbnail generation failures but im not sure if they correlate to these files
26 replies
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
1536 files stuck in `upload/`
I seem to be having the same issue with some files:
➜ tree upload
upload
└── b0784c0c-de06-498b-b5f7-acf23ea51a26
├── 1c46db1e-2c4d-44f9-ad18-c62a9bc5decd.mp4
├── 86b4d895-9e86-4971-a7d0-db104f7117ba.mp4
├── 8d779d95-5ed2-4e9d-84fe-2a1c6fb9d54c.jpg
├── 90ba48e1-46f7-4ee8-af77-12ef5f3d467c.jpg
├── a541c287-5a17-4cc1-a6cc-5c46d01dc47d.mp4
├── b274c68e-e3d0-438a-8f50-9425a4b6dad2.jpg
├── b65f9b05-d9db-400b-97de-c1185a470fd9.mp4
├── bc6c42d8-43bb-48b8-9d1a-2d22de5139b9.mp4
└── d14b537b-ceed-4fbf-b1fc-5f8ab88aabeb.jpg

1 directory, 9 files
➜ tree upload
upload
└── b0784c0c-de06-498b-b5f7-acf23ea51a26
├── 1c46db1e-2c4d-44f9-ad18-c62a9bc5decd.mp4
├── 86b4d895-9e86-4971-a7d0-db104f7117ba.mp4
├── 8d779d95-5ed2-4e9d-84fe-2a1c6fb9d54c.jpg
├── 90ba48e1-46f7-4ee8-af77-12ef5f3d467c.jpg
├── a541c287-5a17-4cc1-a6cc-5c46d01dc47d.mp4
├── b274c68e-e3d0-438a-8f50-9425a4b6dad2.jpg
├── b65f9b05-d9db-400b-97de-c1185a470fd9.mp4
├── bc6c42d8-43bb-48b8-9d1a-2d22de5139b9.mp4
└── d14b537b-ceed-4fbf-b1fc-5f8ab88aabeb.jpg

1 directory, 9 files
26 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
that solved it!
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
$ echo $IMMICH_WEB_URL
http://immich_server:3001
$ echo $IMMICH_WEB_URL
http://immich_server:3001
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
oh wow good catch
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
cool. I have to run to the grocery store but i'll do that when i get back. i have discord on my phone so i can answer questiosn while i'm out but not test anything. Thanks so much for the help. I know this isn't the typical immich setup and i appreciate the support
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
i copied the compose file which disables logs on the proxy?
logging:
driver: none
logging:
driver: none
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
yeah i believe it
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
i haven't changed the proxy at all
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
➜ curl localhost:8084/auth/login
{"statusCode":404,"message":"Cannot GET /auth/login","error":"Not Found"}
➜ curl localhost:8084/auth/login
{"statusCode":404,"message":"Cannot GET /auth/login","error":"Not Found"}
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
i set the CMD to match the entrypoint from the docker compose, thats it
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
i can make a PR but that would just mean i dont need to rebuild the images, it wouldn't solve whatever is causing these 404s
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
auth/login works:
➜ curl 172.18.0.4:3000/auth/login
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link href="../_app/immutable/assets/0.58d44ce7.css" rel="stylesheet"><title>Login - Immich</title><!-- HEAD_svelte-i8gqv5_START --><link rel="icon" href="/_app/immutable/assets/favicon
...
➜ curl 172.18.0.4:3000/auth/login
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link href="../_app/immutable/assets/0.58d44ce7.css" rel="stylesheet"><title>Login - Immich</title><!-- HEAD_svelte-i8gqv5_START --><link rel="icon" href="/_app/immutable/assets/favicon
...
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
this would be so much easier if the entrypoint scripts were either executables or were set in the dockerfiles
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
so yes if that should return html then i have something wrong
55 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
ok so my immich-web ip is 172.18.0.4
➜ curl 172.18.0.4:3000
➜ curl 172.18.0.4:3000
55 replies