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
var booru = new BooruSharp.Booru.SankakuComplex();
booru.Auth = new BooruSharp.Booru.BooruAuth("login", "pwHash");
var post = await booru.GetRandomPostAsync(tags).ConfigureAwait(false);
And getting this error:
Login and password are taken from here:
The text was updated successfully, but these errors were encountered:
Thanks for the bug report, I'm currently only using authentification for favorite requests and since Sankaku require authentification for more than 4 tags on post requests, it crashes.
I'll fix that, update a new version and post another message here when it'll be fixed
Trying to get a post with more than 5 tags...
And getting this error:
Login and password are taken from here:
The text was updated successfully, but these errors were encountered: