-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when attempting to tag a face identified as "Unidentified" #459
Comments
Think it's just a bug - investigating.... |
Can you try pulling |
It takes a while for the dev to get where the non-dev is. The filter for tagged faces also seems like it doesn't filter right (or I dont know how to use it). I'll let you know if it resolves it. |
Same error: System.NullReferenceException: Arg_NullReferenceException |
I tested this in develop branch and it was still throwing an exception in UpdateName in ImageRecognitionService. A few lines below I see:
So I am assuming the exception is a mistake? I created a pull request #465 to address this, and it now works for me. Nice work btw! |
Exception is indeed a mistake. Good spot - thanks for fixing! :) |
Error:
System.NullReferenceException: Arg_NullReferenceException at Damselfly.Web.Client.Shared.Dialogs.NameDialog.OnInitialized() at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
Happens when I click on the "Unidentified Face".
Damselfly v4.0.2.
Is there a setting I need to turn on?
The text was updated successfully, but these errors were encountered: