Google takeout isnt uploading
Immich Go isnt scanning all my Photos in my Google Takeout and i cant figure out why.
This is my Command: immich-go --server=http://192.168.178.60:2283 upload from-google-photos --tag GoogleTakeout F:\GoogleTakeout\takeout*.zip --api-key=xxx --admin-api-key xxx
It scans 98 Files every time and stops...
My Takeout is about 92 GB and well... more then 98 Pictures.
What am i doing wrong?
Thank you in advance
The log should provide the precise reason. But I think this is due to a recent immich's API change
immich-go_2025-11-05_15-57-29.log
Well i dont think its in there, there is no error that i am aware of, right?
I just released a new version. Could you check it?
still the same :/
I kind of had a similar issue. Whenever I used the takeout folder (extracted it manually), it did not upload anything but rather gave me this:
2025-11-26 11:22:28 INF Asset Tracking Report:
2025-11-26 11:22:28 INF =====================
2025-11-26 11:22:28 INF Total Assets: 12146 (45.8 GB)
2025-11-26 11:22:28 INF Processed: 0 (0 B)
2025-11-26 11:22:28 INF Discarded: 0 (0 B)
2025-11-26 11:22:28 INF Errors: 0 (0 B)
2025-11-26 11:22:28 INF Pending: 12146 (45.8 GB)
2025-11-26 11:22:28 INF
2025-11-26 11:22:28 INF ⚠️ WARNING: 12146 assets did not reach a final state!
But when using the compressed archive it works just fine.
May i ask for your Upload Command? (without api) just to make sure i am not the Problem :) Ill migrate my Immich server to a new one this week, ill hope the problem will be resolfed with the ner server. I run immich on Docker btw.
Sure, but it is pretty basic:
immich-go upload from-google-photos --sync-albums --include-untitled-albums --server=http://<IP_ADDRESS>:2283 --api-key=<API_KEY> --overwrite --concurrent-tasks 2 --takeout-tag --pause-immich-jobs=TRUE ~/Downloads/takeout
Inside the takeout folder there were 50 zip files containing the complete takeout. Only with the compressed containers did it work for me.