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
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: