danielo515
danielo515
Explore posts from servers
IImmich
Created by danielo515 on 2/8/2025 in #help-desk-support
There are more items backed up than items to backup, and still continues
No description
3 replies
IImmich
Created by danielo515 on 2/2/2025 in #help-desk-support
Key 'currentUser' not found in Store
I am just getting this error. In the UI there is nothing visible, but this appears in the logs. Let me know if you need further details
9 replies
CDCloudflare Developers
Created by danielo515 on 5/21/2024 in #workers-help
Having some worker functions in a subdirectory of a existing project
Hello. I want to deploy some functions to cloudflare workers from a existing node-js project that I have. Every tutorial about workers/wrangler starts with "create a new project" so I am not sure what is the way of adding it to a subfolder of an existing node-js project. Any guidance or pointers to existing resources will be welcome.
1 replies
IImmich
Created by danielo515 on 10/14/2023 in #help-desk-support
Videos not uploading
No description
4 replies
IImmich
Created by danielo515 on 10/4/2023 in #help-desk-support
Cloudflare tunnel not working after latest update
Hello. Today I updated to the latest immich version, and now my cloudlfare tunnel is not working. Has something changed? The app works fine using the local ip+port, and other apps that I have in the same host work just fine in the tunnel. I would love to know if anyone has similar problem and how to fix it
4 replies
IImmich
Created by danielo515 on 7/20/2023 in #help-desk-support
CLI does not recognise already uploaded photos
I was using the CLI because I was told that it does the same checksums as the app, and I wanted to speed up the slow app upload. I made a backup of all my photos, and started uploading them all with the cli. At 55% it failed, and now if I start it again it's trying to upload again the same amount of pictures. Why is this? Why is it not performing the required checksums to ensure it does not upload the same thing twice?
immich upload --key api-key --server https://foto.url/api --recursive Camera
Server status: OK
Checking credentials
Login status: OK
Successful authentication for user
Indexing local assets
Indexing complete, found 3761 local assets
Comparing local assets with those on the Immich instance
A total of 3761 assets will be uploaded to the server
Do you want to start upload now? (y/n) y
Start uploading...
Upload Progress | ████████████████████████░░░░░░░░░░░░░░░░ | 59% || 2247/3761 || Current file [/Users/danielo/2023-note8-backup/Camera/20220625_110509.mp4]node:events:490
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
Emitted 'error' event on TLSSocket instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}

Node.js v19.8.1

immich upload --key key --server https://foto.url/api --recursive Camera
Checking connectivity with Immich instance
Server status: OK
Checking credentials
Login status: OK
Successful authentication for user
Indexing local assets
Indexing complete, found 3761 local assets
Comparing local assets with those on the Immich instance
A total of 3718 assets will be uploaded to the server
Do you want to start upload now? (y/n) y
Start uploading
Upload Progress | 4/3761 || Current file
immich upload --key api-key --server https://foto.url/api --recursive Camera
Server status: OK
Checking credentials
Login status: OK
Successful authentication for user
Indexing local assets
Indexing complete, found 3761 local assets
Comparing local assets with those on the Immich instance
A total of 3761 assets will be uploaded to the server
Do you want to start upload now? (y/n) y
Start uploading...
Upload Progress | ████████████████████████░░░░░░░░░░░░░░░░ | 59% || 2247/3761 || Current file [/Users/danielo/2023-note8-backup/Camera/20220625_110509.mp4]node:events:490
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:94:16)
Emitted 'error' event on TLSSocket instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}

Node.js v19.8.1

immich upload --key key --server https://foto.url/api --recursive Camera
Checking connectivity with Immich instance
Server status: OK
Checking credentials
Login status: OK
Successful authentication for user
Indexing local assets
Indexing complete, found 3761 local assets
Comparing local assets with those on the Immich instance
A total of 3718 assets will be uploaded to the server
Do you want to start upload now? (y/n) y
Start uploading
Upload Progress | 4/3761 || Current file
19 replies
IImmich
Created by danielo515 on 1/30/2023 in #help-desk-support
Unable to connect to the database error on all containers
After updating my stack to the latest, I'm starting to get this same error in all containers that are not the databases:
[Nest] 1 - 01/30/2023, 8:29:01 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)...
Error: connect ECONNREFUSED 127.0.0.1:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[Nest] 1 - 01/30/2023, 8:29:04 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)...
Error: connect ECONNREFUSED 127.0.0.1:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[Nest] 1 - 01/30/2023, 8:29:07 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)...
Error: connect ECONNREFUSED 127.0.0.1:5432
[Nest] 1 - 01/30/2023, 8:29:01 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (2)...
Error: connect ECONNREFUSED 127.0.0.1:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[Nest] 1 - 01/30/2023, 8:29:04 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (3)...
Error: connect ECONNREFUSED 127.0.0.1:5432
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[Nest] 1 - 01/30/2023, 8:29:07 AM ERROR [TypeOrmModule] Unable to connect to the database. Retrying (4)...
Error: connect ECONNREFUSED 127.0.0.1:5432
` However, all the containers are on the same network, and the container databases are just fine, ready to accept connections. Did something in the way the containers reach the database have changed? I don't understand why they are trying to go through localhost rather than using the container name.
5 replies
IImmich
Created by danielo515 on 1/21/2023 in #help-desk-support
Android app stopped detecting and uploading images
Hello. I am using the android app on a galaxy note 8. Initially the app started during backup, but the year was incorrect in the application (it was sowing proper month of 1970, but in the server it was right), so I stopped it to check if everything was right. Now, the app is not uploading anymore. I tried clearing the app data and logging again but the problem persists. If I try to select the folders to backup it almost never detects any folder. Sometimes it shows 47 folders, but more of the than not it shows noting. In any case, it doesn't upload anything. The notification always shows 0 of 12k uploads.
120 replies