Replies: 5 comments
-
|
Thanks for this release! That is what I was looking for! It works great.
How can I prevent this? Regards, |
Beta Was this translation helpful? Give feedback.
-
|
Hi Jan,
This happens when Google Photos is bombarded with too many requests
simultaneously. Click on "advanced settings" at the bottom of the main
menu and try reducing the "Max concurrent single API requests" parameter.
The default is 30, which has worked fine for me but might be too
aggressive. Try reducing it to 20 or 10 and let me know what works for you.
Cheers,
Eric
…On Tue, Jul 15, 2025, 07:25 AJvdKamp ***@***.***> wrote:
Thanks for this release! That is what I was looking for! It works great.
If, however I process too many files I get the following error messages:
Error.png (view on web)
<https://github.com/user-attachments/assets/9deb1e04-be15-4679-919e-491d41157bc2>
How can I prevent this?
Regards,
Jan
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AICG3CV5BBSNTWF3FXX4SA33IUFMFAVCNFSM6AAAAACARPEANCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZWGU2TOMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
|
The default is 50. I reduced it to 30. Now the errors are gone! Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
That's interesting, because when I look at the code the default is 30. Not
sure how yours got set to 50.
…On Tue, Jul 15, 2025 at 8:31 AM AJvdKamp ***@***.***> wrote:
The default is 50. I reduced it to 30. Now the errors are gone!
Thanks,
Jan
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AICG3CRHX463R4LLY5QOHBL3IUND5AVCNFSM6AAAAACARPEANCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZWGY2DANI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
|
Probably I changed it before to 50, but I don't remember doing that.
Sometimes the error reoccurred. I reduced it to 15. Batches of 2500 photos
don't give problems anymore.
Jan
Op wo 16 jul 2025, 22:02 schreef Eric Veach ***@***.***>:
… That's interesting, because when I look at the code the default is 30. Not
sure how yours got set to 50.
On Tue, Jul 15, 2025 at 8:31 AM AJvdKamp ***@***.***> wrote:
> The default is 50. I reduced it to 30. Now the errors are gone!
>
> Thanks,
> Jan
>
> —
> Reply to this email directly, view it on GitHub
> <
#91 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AICG3CRHX463R4LLY5QOHBL3IUND5AVCNFSM6AAAAACARPEANCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZWGY2DANI>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***
> com>
>
—
Reply to this email directly, view it on GitHub
<#91 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGGRRSTOMIFOZ7A4G6AIFRT3I2VWPAVCNFSM6AAAAACARPEANCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNZYGE4TKMY>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
This feature is useful for importing photos that already have captions that were added using some other program such as Picasa. Google Photos used to copy such captions directly into the photo description, but now it only shows them in the info panel under the heading 'Other'. This pull request adds a new action (Copy Description From 'Other') that copies the 'Other' field (i.e. the caption already attached to the photo) to the 'Description' field (i.e. the caption that Google Photos uses).
I've found quite a few older posts of people asking how to do this. It's a bit tricky because Google Photos won't let you set the description field to be exactly the same as the 'Other' field. I solved this by adding a zero-width non-breaking space when copying the caption.
Beta Was this translation helpful? Give feedback.
All reactions