flingo64 / PhotoStation-Upload-Lr-Plugin

Photo StatLr (aka PhotoStation Upload) is a Lightroom Publish and Export Service Plugin that enables the export /publishing of photos and videos from Lr to a Synology Photo Station. It uploads the photos/videos and all required thumbnails. It can download comments and ratings and do a real two-way synch of various metadata (tags, ratings, labels).
http://messmer-online.de/index.php/software/11-photo-statlr
GNU General Public License v3.0
209 stars 21 forks source link

Synology Photos 1.6 - ErrorCode 12045 #75

Closed greddin closed 10 months ago

greddin commented 10 months ago

Hi, I've done the initial configuration of Photo StatLR but when I click Publish in LR I'm getting this error message.

Booo!! Initialization of Global Photos 1.3 () at https://192.168.1.2:5001 failed! Reason Unknown ErrorCode: 12045

Here's the log file:

8:00:03 PM, INFO : Environment: plugin: 7.3.2.20230519 Lr: 13.0.1 OS: Windows 11 - Business Edition Lang: en 8:00:03 PM, INFO : processRenderedPhotos starting 8:00:03 PM, ERROR: Initialization of Global Photos 1.3 () at https://192.168.1.2:5001 failed! Reason: Unknown ErrorCode: 12045 8:00:03 PM, INFO : Photo StatLr: Publish failed!: Initialization of Global Photos 1.3 () at https://192.168.1.2:5001 failed! Reason: Unknown ErrorCode: 12045

8:00:06 PM, INFO : Get comments: nothing to do. 8:00:06 PM, INFO : Get ratings/metadata: nothing to do.

===============

Is there anything here that could indicate what my issue is?

Thank you, -Greg

flingo64 commented 10 months ago

ErrorCodes 120xx are generated by the LrHttp API. Raise the loglevel to DEBUG to get more detailed error info in the logfile. Most likely, the error is related to the server cert. Try with http and port 5000 to verify this.

greddin commented 10 months ago

Thank you, this was the issue.