koolkid
koolkid
IImmich
Created by Darren on 8/7/2023 in #help-desk-support
500 getaddrinfo ENOTFOUND immich-server
No description
15 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
thanks for tuning in!
21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
or the dockerized scripts
21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
yeah
21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
I believe some of them should work on linux too
21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
I ended up just setting up a mac and trying it on there and it works perfectly, so I guess those tools aren't compatible with Windows, at least natively
21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
Sorry about the janky format I’ll be able to send full error copies as soon as I get back home
21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
those three erorrs get called, but I can cd into the same directories that I pass as arguments and the error and output directories are copied directly from the readme so they should be accessible with no problems
21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
if (!existsSync(googleDir)) {
errs.push('The specified google directory does not exist.');
}
if (!existsSync(outputDir)) {
errs.push('The specified output directory does not exist.');
}
if (!existsSync(errorDir)) {
errs.push('The specified error directory does not exist.');
}

if (!existsSync(googleDir)) {
errs.push('The specified google directory does not exist.');
}
if (!existsSync(outputDir)) {
errs.push('The specified output directory does not exist.');
}
if (!existsSync(errorDir)) {
errs.push('The specified error directory does not exist.');
}

21 replies
IImmich
Created by koolkid on 8/6/2023 in #help-desk-support
Google Photos Migrate on Windows?
sure thing!
21 replies