simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.2k stars 36 forks source link

command not found #221

Closed Darkatek7 closed 2 months ago

Darkatek7 commented 2 months ago

Everytime i run the project it tells me immich-go: command not found: immich-go -server http://10.0.0.248:2283 -key mykey upload -create-albums -google-photos ./takeout/takeout-*.zip -bash: immich-go: command not found

my folder image

simulot commented 2 months ago

Try with ./ before immich-go command like below

./immich-go -server http://10.0.0.248:2283/ -key mykey upload -create-albums -google-photos ./takeout/takeout-*.zip
Darkatek7 commented 2 months ago

Try with ./ before immich-go command like below

./immich-go -server http://10.0.0.248:2283/ -key mykey upload -create-albums -google-photos ./takeout/takeout-*.zip

With that i get no command line reply at all

simulot commented 2 months ago

Can you take a screen shot?

Darkatek7 commented 2 months ago

Fixed the issue by redecrompressing to tar.gz file