Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.get_community_info(cid); issue #38

Closed
LKAYHot opened this issue May 29, 2024 · 1 comment
Closed

client.get_community_info(cid); issue #38

LKAYHot opened this issue May 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LKAYHot
Copy link

LKAYHot commented May 29, 2024

When I'm trying to write information from community in variable, it throws me an exception:
The JSON value could not be converted to System.String. Path: $.themePack.themePackRevision | LineNumber: 0 | BytePositionInLine: 945."

Example:

Amino.Client client = new Amino.Client();
await client.login(email, password);
await client.join_community(cid);
var community = client.get_community_info(cid); // exception, cid is correct, because join works perfectly.
@FabioGaming FabioGaming added the bug Something isn't working label May 29, 2024
FabioGaming added a commit that referenced this issue May 29, 2024
[ # ] Fixed helpers.DecodeSid
[ # ] Fixed #40
[ # ] Fixed #39
[ # ] Fixed #38 (hopefully)
[ # ] Fixed #35
@FabioGaming
Copy link
Collaborator

fixed in #41 and availave in 1.7.0-dev0.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants