immich-go icon indicating copy to clipboard operation
immich-go copied to clipboard

Google takeout isnt uploading

Open Leusele opened this issue 5 months ago • 4 comments

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...

Image

My Takeout is about 92 GB and well... more then 98 Pictures.

Image

What am i doing wrong?

Thank you in advance

Leusele avatar Nov 05 '25 14:11 Leusele

The log should provide the precise reason. But I think this is due to a recent immich's API change

simulot avatar Nov 07 '25 16:11 simulot

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?

Leusele avatar Nov 08 '25 12:11 Leusele

I just released a new version. Could you check it?

simulot avatar Nov 08 '25 18:11 simulot

still the same :/

Leusele avatar Nov 10 '25 17:11 Leusele

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.

Mirkbot avatar Nov 26 '25 10:11 Mirkbot

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.

Leusele avatar Dec 03 '25 06:12 Leusele

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.

Mirkbot avatar Dec 03 '25 19:12 Mirkbot