reluce / szurubooru-toolkit

Python package and script collection to manage your szurubooru image board.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SauceNao autotagger - 'object is not iterable' error

Kalidibus opened this issue · comments

It seems like with certain posts I get this error. Retrying the post doesn't change the error. Other posts can be tagged just fine.

Command is simply: auto-tagger "id:123" or auto-tagger "tag-count:0"

On version 0.9

image

commented

I just pushed a possibly fix to main. I tried to reproduce your issue, but couldn't. Is there a way you can test it without a new version? Otherwise I put one up later today.

It seems to be quite common on my end. It's hard to tell which post it's stuck on, but I'll try to find it to see if you hit the same thing with the particular post.

To test on main: do I just update the docker-config.yaml line image: reluce/szurubooru-toolkit to image: reluce/szurubooru-toolkit:main?

commented

Docker Images won't get built unless there's a new tag for it, so i just pushed 0.9.1. You can use that or just the latest tag and it should pull just fine.

So far so good! It's running through fine whereas right before I updated, the same query was getting the iterable error. Up to about a hundred without issue now. Thank you again!

edit: well over a thousand posts, zero re-occurrence of the issue