Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.46k stars 77 forks source link

Unable to start Azure service #332

Open anupammukherjee opened 2 years ago

anupammukherjee commented 2 years ago

Thanks for the nice server, I have been using it quite a bit recently, although I’m new to both synology and the world of self hosting.

I get the following error: [9:42:36.868-.NET ThreadPool Worker-ERR] Unable to start Azure service: Value cannot be null. (Parameter 'source') After restart: [15:20:18.034-.NET ThreadPool Worker-ERR] Unable to start Azure service: Value … etc.

This used to work earlier(Maybe ~15 days ago) I have tried the following: -Restart -Regenerating and using a different Azure faceAPI endpoint key. -Updating damselfly to the latest version.

Nothing has worked so far.

Webreaper commented 2 years ago

Please attach (or email to info@damselfly.info) a full log - there's not enough to go on from the snippet you posted there.

anupammukherjee commented 2 years ago

Attached here:

Damselfly-20220111.log

Webreaper commented 2 years ago

Okay, I can see from the log that Azure is finding faces, so the error may be a red herring.

[14:28:53.567-.NET ThreadPool Worker-INF] Created new person 3e809fa9-f249-4bbd-b716-fc3d4697014a.
[14:28:55.751-.NET ThreadPool Worker-INF]   Azure Detected 1 faces in 3075ms
[14:28:56.188-.NET ThreadPool Worker-INF]  Azure found 1 faces in /pictures/old_backups_till_2018/Data/Root/Personal/Photos and Videos/Anupam_iPhone_until_Dec2016_AnzaBorrego_to_Hawaii/BySynciOS/7EC0BB42-23D9-48FA-8FCD-C39032558695.JPG...
[14:28:59.162-WorkThread-INF] Processing AI image detection for 779AE146-9D92-4BB5-AAF3-53B6E9D976F8.JPG...
[14:29:03.588-WorkThread-INF] Processing AI image detection for 68F82BDC-32C5-45B2-9A32-82B49DF160F7.JPG...
[14:29:07.466-WorkThread-INF] Processing AI image detection for 5AA8AD02-F377-422B-9CB4-89EC7F8BC70B.JPG...

I'll investigate the 'source' error though and see what's causing it.

anupammukherjee commented 2 years ago

Thanks for looking into it!