rfgamaral / docker-gphotos-uploader

🐳 Mass upload media folders to your Google Photos account with this Docker image.
MIT License
58 stars 13 forks source link

Grinds to a halt on 3g2 files; can't tell it to "keep going" #4

Closed avidrissman closed 5 years ago

avidrissman commented 5 years ago

I have 3g2 files in my picture collection. What happens is:

2019/05/21 13:47:06 Uploading SSPX0014.3g2.skip
2019/05/21 13:47:07 failed uploading image
 --- at /go/src/github.com/nmrshll/gphotos-uploader-cli/upload/fileUpload.go:33 (StartFileUploadWorker.func1) ---
Caused by: failed uploading image
 --- at /go/src/github.com/nmrshll/gphotos-uploader-cli/upload/fileUpload.go:53 (FileUpload.upload) ---
Caused by: status message should be OK, found: NOT_IMAGE: There was an error while trying to create this media item.
 --- at /go/src/github.com/nmrshll/google-photos-api-client-go/lib-gphotos/client.go:147 (Client.UploadFile) ---

Is there a way to tell the uploader to keep going?

rfgamaral commented 5 years ago

This is clearly an issue with the underlying tool used for the actual file uploading, gphotos-uploader-cli. Please report this problem on it's own repository.