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

Internal Server Errors when adding more than 190 tag names to a single tag #706

Open
CounterClops opened this issue Dec 30, 2024 · 0 comments

Comments

@CounterClops
Copy link

CounterClops commented Dec 30, 2024

I've been working on importing a bunch of tag information from various boorus to my own self-hosted instance, and I noticed that I encountered very rare HTTP 500 Internal Server Errors on some imports, but that it was only for tags with a fairly high number of names/aliases.

After some testing it seems to break if you add more than 190 names to a single tag. Fine with anything 190 or below, but if you go even a single name over, it'll start returning 500s. Checking the actual Szurubooru logs, it seems to raise a "RecursionError: maximum recursion depth exceeded" from the sqlalchemy module.

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