Closed nateify closed 2 years ago
Yes, the error implies that the tags are not "formatted" correctly. I guess that in your generated tags, you somewhere have ["foo bar"]
. Can you confirm that these tags were generated by Deepbooru?
As the SauceNao limit is exhausted, I believe that everything usually works?
I went ahead and pushed a fix to this (https://github.com/reluce/szurubooru-toolkit/commit/bad400f9b36c378b3a66afdf565a0f25f2ef0523). Every tag generated by Deepbooru will now be checked if any whitespaces are present, and if so, be replaced with an underscore. I'll close this issue, but if the error still persists, let me know by reopening it 😉.
The auto-tagger generates an error and does not actually update the post. Deepdanbooru itself is working, I can see via the debug logs that it actually generated tags. Here is what I see in the console:
Here is a scrubbed log file:
For what it's worth I am tagging a post with pre-existing tags. If it is significant, although redacted in the the log above I noticed that on the lines containing "Updating following post" and "Using payload" the
tags
array appears to contain some tags with spaces and some with underscores between words.