Please complete the task list below. We need this information to help us reproduce the bug or point out problems in your setup. You are not providing enough info may delay our effort to help you.
[x] I have read thoroughly the README setup and installation instructions.
[x] I have included my docker-compose file.
[x] I have included my redacted .env file.
[x] I have included information on my machine, and environment.
To Reproduce
Steps to reproduce the behavior:
Add .NEF files to apple photos
try to autosync
it never completes
Expected behavior
NEF files to be uploaded and processed by immich
Screenshots
If applicable, add screenshots to help explain your problem.
System
Phone OS iOS 15.6.1
Server Version: v1.28.1
Mobile App Version: 1.28.0 build 55
Additional context
the immich-cli seems to just ignore these files
jeff@winters ~/Downloads/upl $ ls
sample1.nef
jeff@winters ~/Downloads/upl $ immich upload --email "my@email.com" --password "my-secure-password" --server "https://photos.crowell.biz:443/api" -d $(pwd)
[1] Pinging server...
Server status: OK
[2] Logging in...
Login status: OK
You are logged in as my@email.com
[3] Checking directory...
Directory status: OK
[4] Indexing files...
Indexing file: OK
Found 0 assets in specified directory
[5] Gathering device's asset info from server...
All assets have been backup to the server
###################################################################################
# Database
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_DATABASE_NAME=immich
# Optional Database settings:
# DB_PORT=5432
###################################################################################
# Redis
###################################################################################
REDIS_HOSTNAME=immich_redis
# Optional Redis settings:
# REDIS_PORT=6379
# REDIS_DBINDEX=0
# REDIS_PASSWORD=
# REDIS_SOCKET=
###################################################################################
# Upload File Config
###################################################################################
UPLOAD_LOCATION=/home/ubuntu/immich/data
###################################################################################
# JWT SECRET
###################################################################################
JWT_SECRET=REDACTED
###################################################################################
# MAPBOX
####################################################################################
# ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
ENABLE_MAPBOX=true
MAPBOX_KEY=REDACTED
####################################################################################
# WEB - Optional
####################################################################################
# Custom message on the login page, should be written in HTML form.
# For example PUBLIC_LOGIN_PAGE_MESSAGE="This is a demo instance of Immich.<br><br>Email: <i>demo@demo.de</i><br>Password: <i>demo</i>"
PUBLIC_LOGIN_PAGE_MESSAGE=
Describe the bug I have Nikon NEF raw files in my Apple Photos https://www.nikonusa.com/en/learn-and-explore/a/products-and-innovation/nikon-electronic-format-nef.html
My phone tries to sync these files, and it appears they never get properly processed by immich.
a sample NEF file can be found here https://crowell.biz/junk/DSC_0002.nef
Task List
Please complete the task list below. We need this information to help us reproduce the bug or point out problems in your setup. You are not providing enough info may delay our effort to help you.
docker-compose
file..env
file.To Reproduce Steps to reproduce the behavior:
Expected behavior NEF files to be uploaded and processed by immich
Screenshots If applicable, add screenshots to help explain your problem.
System
Additional context the immich-cli seems to just ignore these files
docker-compose:
env