I have 4 performers that are giving the same error and am unsure how to address. Unfortunately I'm not familiar with the code or anything so really just have these logs to go from, but seems to potentially be an issue with my stash database? I could be off, but if anyone has suggestions for how to fix this it would be greatly appreciated.
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] 500 Internal Server Error GQL data response is null
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] 500 Internal Server Error query failed. None
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] Traceback (most recent call last):
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/plugins/community/stashdb-performer-gallery/stashdb-performer-gallery.py", line 474, in <module>
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] processPerformers()
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/plugins/community/stashdb-performer-gallery/stashdb-performer-gallery.py", line 80, in processPerformers
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] processPerformer(performer)
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/plugins/community/stashdb-performer-gallery/stashdb-performer-gallery.py", line 90, in processPerformer
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] processPerformerStashid(sid["endpoint"], sid["stash_id"], performer)
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/plugins/community/stashdb-performer-gallery/stashdb-performer-gallery.py", line 135, in processPerformerStashid
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] perf = stashbox.find_performer(stashid, fragment=query)
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/venv/lib/python3.12/site-packages/stashapi/stashbox.py", line 390, in find_performer
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] match = self.__match_search_item(performer_in, find_query)
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/venv/lib/python3.12/site-packages/stashapi/stashbox.py", line 84, in __match_search_item
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] for tag in __find(search):
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] ^^^^^^^^^^^^^^
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/venv/lib/python3.12/site-packages/stashapi/stashbox.py", line 389, in find_query
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] return self.find_performers({"names": f'"{search}"'}, fragment="id name aliases")
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/venv/lib/python3.12/site-packages/stashapi/stashbox.py", line 407, in find_performers
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] return self.paginate_GQL(query, performer_query, pages, callback)
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/venv/lib/python3.12/site-packages/stashapi/stashbox.py", line 125, in paginate_GQL
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] result = self._GQL(query, {"input": gql_input})
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/venv/lib/python3.12/site-packages/stashapi/classes.py", line 228, in _GQL
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] return self._handle_GQL_response(response)
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] File "/root/.stash/venv/lib/python3.12/site-packages/stashapi/classes.py", line 271, in _handle_GQL_response
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] raise Exception(error_msg)
ERRO[2026-05-13 06:31:51] [Plugin / stashdb performer gallery] Exception: 500 Internal Server Error query failed. None
ERRO[2026-05-13 06:31:51] Plugin returned error: exit status 1
I have 4 performers that are giving the same error and am unsure how to address. Unfortunately I'm not familiar with the code or anything so really just have these logs to go from, but seems to potentially be an issue with my stash database? I could be off, but if anyone has suggestions for how to fix this it would be greatly appreciated.