veldtech / miki-bot

Miki Discord Bot
https://miki.bot
148 stars 49 forks source link

NSFW tags dont work #337

Closed 888lollol closed 6 years ago

888lollol commented 6 years ago

Tags for yandere and e621 dont work. Additionally, all e621 searches end up with the same image.

velddev commented 6 years ago

I'll look into it shortly

Pao-Lumu commented 6 years ago

e621 showing same image was fixed in PR #375. Fix will go live when Veld decides to push it to live.

The tag search still doesn't work. I'm looking into it.

Worth noting: Searching for "banned tags" will return a result, but not one with the tags that are banned. So that code is, at the very least, being executed correctly.

Pao-Lumu commented 6 years ago

{'success': False, 'reason': 'You can only search up to 6 tags at once'} 5 banned tags, plus 1 rating = 6 tags. 6 terms works. 7 does not. This goes for e621, yande.re, and konachan alike.

Also: yande.re OH SO HELPFULLY returns an image of a cute anime girl, instead of a JSON error like Konachan and e621. In their API. Their. Programming. API.

The only way I can see to fix this is to remove banned terms, and then filter out posts with banned tags after the fact, rather than passing the banned terms to the servers. There's a bit of overhead for that, but at least it'll function.

velddev commented 6 years ago

Resolved this.