Amino-NET-Group / Amino.NET

An unofficial C# wrapper around Aminos REST API based on Amino.py!
MIT License
11 stars 2 forks source link

client.logout() bug #29

Closed LKAYHot closed 6 months ago

LKAYHot commented 6 months ago

When I use client.logout(); I get this image I use it after client.login() (login is correct, because I can check information about profile). I was trying simple await, but nothing has changed.

FabioGaming commented 6 months ago

Is your client logged into an account before you call the logout method?

LKAYHot commented 6 months ago

image Yes

FabioGaming commented 6 months ago

I've given this thread the Bug tag until further updates

FabioGaming commented 6 months ago

This issue is fixed with #31 You can download Amino.NET version 1.7.0-dev0.2.0 from NuGet in order for it to work while no stable new release is out yet