vikas5914 / google-photos-backup

Backup photos from Google Photos using Playwright.
MIT License
204 stars 20 forks source link

Download exception #7

Open dakahler opened 9 months ago

dakahler commented 9 months ago

Got this error with latest

`Download Complete: 2013/6/IMG_3309.jpg node:internal/errors:496 ErrorCaptureStackTrace(err); ^

TypeError [ERR_INVALID_ARG_TYPE]: The "paths[0]" argument must be of type string. Received null at new NodeError (node:internal/errors:405:5) at validateString (node:internal/validators:162:11) at Object.resolve (node:path:1097:7) at ReadTask.for (/home/unraid/google-photos-backup/node_modules/exiftool-vendored/dist/ReadTask.js:115:34) at /home/unraid/google-photos-backup/node_modules/exiftool-vendored/dist/ExifTool.js:170:62 at f (/home/unraid/google-photos-backup/node_modules/exiftool-vendored/dist/ExifTool.js:355:29) at async g (/home/unraid/google-photos-backup/node_modules/exiftool-vendored/dist/AsyncRetry.js:8:20) { code: 'ERR_INVALID_ARG_TYPE' }`