You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: