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

Error on ListGroupMembersCount #39

Open
Yeoman742 opened this issue Dec 13, 2018 · 3 comments
Open

Error on ListGroupMembersCount #39

Yeoman742 opened this issue Dec 13, 2018 · 3 comments
Labels

Comments

@Yeoman742
Copy link

Getting an exception when trying to get a count of members in a specific group.

Message = "Unexpected character encountered while parsing value: [. Path '', line 1, position 1."
StackTrace = " at Newtonsoft.Json.JsonTextReader.ReadNumberValue(ReadType readType)\r\n at Newtonsoft.Json.JsonTextReader.ReadAsInt32()\r\n at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType(JsonReader reader, JsonContract contract, Boolean ...
TargetSite = {System.Object ReadNumberValue(Newtonsoft.Json.ReadType)}

@kylegregory
Copy link
Owner

@Yeoman742 Do you expect there was a high number of members on the group? Higher than, say, an int32 would hold?

@Yeoman742
Copy link
Author

No, we are only talking about anywhere between 6,000 to 20,000. I think an int32 can old that fine.

@kylegregory
Copy link
Owner

@Yeoman742 May try updating to v1.3.0 just released. It updates a lot of the Emma "ids" to longs, and that may help. Otherwise, I'd need to know more about what is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants