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

stash-vr-companion fails when tags already exist with different case #7

Open
devloch opened this issue Jul 30, 2022 · 0 comments
Open

Comments

@devloch
Copy link
Contributor

devloch commented Jul 30, 2022

If your stash instance already has some of the export tags configured except with a different case, it will fail to start up, as
if t not in tags_cache.keys(): print("creating tag " +t) createTagWithName(t)

will attempt to create the tag, which will then fail, because Stash does not allow for tags that are identical except for case.

It's an easy fix on the stash side, just wanted to document that I ran into it for any help/complaints (particularly, it showed up because 'Fisheye' is a saved/managed tag in some scenes in stashdb). While it would be simple to fix the for loop that's going through tags, that would invisibly break later flows as scenes wouldn't pick up on having the tag.

But like I mentioned, very easy for a user to fix - just check tags (particularly 'Fisheye' to make sure none of them are present but with the wrong case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant