Skip to content
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

[Bug Report] Aliases not changed on performer scrape before alias uniqueness is tested #4815

Open
Darklyter opened this issue May 7, 2024 · 0 comments
Labels
bug report Bug reports that are not yet verified

Comments

@Darklyter
Copy link

When scraping a performer that already exists in the Stash database, if they have an alias that matches the performer name in the existing alias list then you will get an error message on that alias line after scraping from StashDB even though the alias now doesn't match.

For example, in testing I had "Dillan Lauren", who has an existing alias of "Dillan Lauren" in position 1 of the alias list. When I scraped from StashDB, that field then was changed to "Brit" but I still had an "alias_list must be unique" error on position 1.

Simply removing "Brit" and putting it straight back in (Ctral-A, Ctrl-X, Ctrl-V) clears the error and allows for saving.

It looks as though the alias_list uniqueness check is happening before the StashDB data is applied to the performer, rather than after the alias_list is updated with new information from the database

image

image

image

@Darklyter Darklyter added the bug report Bug reports that are not yet verified label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Bug reports that are not yet verified
Projects
Status: To triage
Development

No branches or pull requests

1 participant