int128 / gpup

A command to upload photos and movies to Google Photos Library using the official Google Photos Library API
Apache License 2.0
221 stars 22 forks source link

Error messages occasionally do not include culprit filename #29

Open felciano opened 5 years ago

felciano commented 5 years ago

It looks like gpup error messages typically include details of the file being processed. However on occasion I am seeing errors in the log like this:

2018/12/29 17:53:32 Uploading IMG_4669.MOV (32026 kB)
2018/12/29 17:53:32 Uploading IMG_4759.MOV (30243 kB)
2018/12/29 17:53:36 Error while adding the item: googleapi: Error 500: Internal error encountered., backendError
2018/12/29 17:53:51 Uploading IMG_4760.MOV (29304 kB)

Can anything be inferred from the above trace in terms of which file upload succeeded or failed?