-
Notifications
You must be signed in to change notification settings - Fork 41
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
Truncated JSON response(?) causes "Invalid JSON response" on login #182
Comments
Disabling "Show members in channels" fixes the immediate issue. Not sure if it causes issues elsewhere. |
|
I've seen this with my install periodically. The HTTP response header will say something like 'content-length: 954201' but we will only end up reading a fraction of that data before it appears that |
Hi,
I tried to add a new Slack workspace to Pidgin on top of my three existing ones. However, I get "Invalid JSON response". In debug logs I can see, however, that user data from the workspace is coming in, but seems truncated:
Notice how the message ends up with "," which obviously makes it invalid JSON. Is this a pagination problem or something? The workspace has lots of users (~5000) which may help explain this.
Any hints on how to fix or work around this would be appreciated.
The text was updated successfully, but these errors were encountered: