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
It will be an error ‘gbk‘ codec can‘t decode if the performers.txt includes chinese(UTF-8).
The solution is to modify the reading function in performers.py with encoding="utf-8".
Some unexpected errors:
It doesn't work when launched from the Tasks page. In the logs, it reports that it cant find Python. I've indeed installed Python (also configured the system variables) and stashapp-tools. However, it works fine when I manually execute it using Python.
It is my first time to use Stash. Did I miss some configurations?
GRAPHQL_VALIDATION_FAILED I didn't know that I had to generate an API key, and I fixed that already.
The text was updated successfully, but these errors were encountered:
Kami958
changed the title
[bulkImportPerformers]encoding error in chinese and some unexpected errors
[bulkImportPerformers] Encoding error in Chinese and some unexpected errors
Feb 15, 2025
Kami958
added a commit
to Kami958/Serechops-Stash
that referenced
this issue
Feb 15, 2025
It will be an error
‘gbk‘ codec can‘t decode
if the performers.txt includes chinese(UTF-8).The solution is to modify the reading function in
performers.py
withencoding="utf-8"
.Some unexpected errors:
It is my first time to use Stash. Did I miss some configurations?
GRAPHQL_VALIDATION_FAILEDI didn't know that I had to generate an API key, and I fixed that already.The text was updated successfully, but these errors were encountered: