Closed Anoxx2020 closed 1 year ago
Hi, will take a look tomorrow. If you want you can trace the error by yourself :)
I tried to look, but nothing could be fixed. Can you please check what the problem is? Also if it was not difficult could you tell me what the problem was.
сб, 17 дек. 2022 г., 20:34 JustRoxy @.***>:
Hi, will take a look tomorrow. If you want you can trace the error by yourself :)
— Reply to this email directly, view it on GitHub https://github.com/JustRoxy/ShikimoriSharp/issues/19#issuecomment-1356312463, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWAIBNGN2PZE5M6MN4FLTODWNXMQLANCNFSM6AAAAAATB5LZ4U . You are receiving this because you authored the thread.Message ID: @.***>
Should be fixed at this version. You can check the problem solution at PR's commits
Also thanks for the contribution! :100:
I have this little piece of code:
try { var animess = await client.Animes.GetAnime(new AnimeRequestSettings {
Everything works right, but if I add "censored = true" everything stops working.
var animess = await client.Animes.GetAnime(new AnimeRequestSettings {
There is no error, but the code does not go further than this request. The query itself does not complete. I need your help.