-
Lychee version7.5.0 Did you check the latest Lychee version?Yes, I did Which PHP version are you using?PHP 8.4 Detailed description of the problemUploading more photos at once (at least 25-30 photos) with size of around 1MB each that are being processed quite fast by server, while GPS data showing on map is enabled in Lychee.org, and map provider set to OSM, start to return upload errors after successful upload of first 20-25 photos. As a workaround, one can upload photos in smaller batches to avoid rate limiting, but that is not too convenient when uploading bigger amounts of photos, thus some rate limiting on Lychee.org side (or implementing some lazy GPS data loading with slower OSM's server querying) could help avoiding that issue. Using wikimedia as a map provider may not be an option either due to it's external usage policy: https://wikitech.wikimedia.org/wiki/Maps/External_usage Steps to reproduce the issue
Diagnostics [REQUIRED]Upload to Lychee.org gives following error Browser & System [REQUIRED]No response Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hummm I can see a few ways to solve this, assuming you can run jobs on separate worker queue, then the throttling is no longer so much of an issue. |
Beta Was this translation helpful? Give feedback.
Hopefully fixed with #4275