-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.23RC6 can't find /tmp/xxxx files when importing Google Photos archive #608
Comments
Good guess. The write in the the /tmp folder should raise an error, or the temp files aren't created as expected. I'll check the code. You can set the environment variable $TMPDIR to change where immich-go stores its files. Tell me if this helps. |
This still doesn't work unfortunately, setting the $TMPDIR to a directory alongside the executable still gives the following result:
|
Same is happenning to me, default osx tmp dir, as well as a custom (and access allowed) tmp dir. On rc6 |
Is it possible to share a log file. |
I am getting same error on a mac machine. Was there any solution to it ? Default or custom TMPDIR folder do not work. |
In the end I had to revert to 0.22.1, set a custom tmpdir as well as manually setting timezone and client timeout. Then it worked |
There isn't an option to force the temp dir in 0.22.1. Maybe setting the TMPDIR variable works better there? |
I ran it as:
|
Hi @Dunky13, @Ricostyle21 I'm working on a fix for this error.
Could you give more details?
Thank you for your help |
Sure! Thanks for working on it! |
A log file may help |
I sent you logs on discord, and the error is still happening on RC7. |
When trying to import a multiple zip-archive Google Photos takeout, it analyses everything correctly but after uploading 2-4 files I get the following error:
I suspect it may be due to not enough space in the /tmp/ folder? I'm running Unraid so I think it just can't write to the /tmp/ folder or something. It may be something else entirely, I'm not sure. Is it possible to specify a folder to use instead of the /tmp/ folder?
The text was updated successfully, but these errors were encountered: