Add Immich upload script for direct image uploads to Immich server#573
Open
guigodin wants to merge 2 commits intodarktable-org:masterfrom
Open
Add Immich upload script for direct image uploads to Immich server#573guigodin wants to merge 2 commits intodarktable-org:masterfrom
guigodin wants to merge 2 commits intodarktable-org:masterfrom
Conversation
Author
|
I just saw after posting this that there is already a merge request for what looks like a very similar script. So this might be obsolete or redundant. Leaving to you to decide. |
|
Thanks for the upload, I am testing you script on a macbook arm. When uploading, the files seem to upload succesfully, but darktable crashes just after finishing the upload. The error I get is: Any idea what can be happening? |
Author
|
Not at all! But I'll have a look over week end.
…On Fri, 28 Mar 2025 at 15:46, Ben ***@***.***> wrote:
Thanks for the upload, I am testing you script on a macbook arm.
When uploading, the files seem to upload succesfully, but darktable
crashed just after finishing the upload. The error I get is:
Logging in to http://192.168.0.9:2283
Discovered API at http://192.168.0.9:2283/api
Logged in as ***@***.***
Wrote auth info to /Users/ben/.config/immich/auth.yml
darktable(75242,0x16e087000) malloc: *** error for object 0x6000036602c0: pointer being freed was not allocated
darktable(75242,0x16e087000) malloc: *** set a breakpoint in malloc_error_break to debug
zsh: abort /Applications/darktable.app/Contents/MacOS/darktable -d lua
Any idea what can be happening?
—
Reply to this email directly, view it on GitHub
<#573 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4IILJOM4HVE4N4FX76TC32WVVG5AVCNFSM6AAAAABZDYIO46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONRRG4ZTOOBXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: benquan]*benquan* left a comment (darktable-org/lua-scripts#573)
<#573 (comment)>
Thanks for the upload, I am testing you script on a macbook arm.
When uploading, the files seem to upload succesfully, but darktable
crashed just after finishing the upload. The error I get is:
Logging in to http://192.168.0.9:2283
Discovered API at http://192.168.0.9:2283/api
Logged in as ***@***.***
Wrote auth info to /Users/ben/.config/immich/auth.yml
darktable(75242,0x16e087000) malloc: *** error for object 0x6000036602c0: pointer being freed was not allocated
darktable(75242,0x16e087000) malloc: *** set a breakpoint in malloc_error_break to debug
zsh: abort /Applications/darktable.app/Contents/MacOS/darktable -d lua
Any idea what can be happening?
—
Reply to this email directly, view it on GitHub
<#573 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4IILJOM4HVE4N4FX76TC32WVVG5AVCNFSM6AAAAABZDYIO46VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONRRG4ZTOOBXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
have you tried the script recently. I am having troulble finding the immich cli. I hard coded it, and now runs but it crashes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey !
I created a script to upload directly to an immich server that I've been using almost daily now for a few weeks. I figured that maybe you'd be interested in adding to this repo. Let me know if any change is required.