We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the lasts days every time i start pidgin I got dialog flood with (like 30 almost at the same time):
"cannot parse mattermost reply" (not json or object array)
purple-mattermost/libmattermost.c
Line 218 in 158ce20
Anyone knows why it is hapenning, or any clue to fix it?
The text was updated successfully, but these errors were encountered:
BTW I commented out this line.
--- a/libmattermost.c +++ b/libmattermost.c @@ -200,7 +200,7 @@ mm_check_mattermost_response(MattermostAccount *ma, JsonNode *node, gchar *errti if (json_node_get_node_type(node) == JSON_NODE_ARRAY) { return TRUE; } - purple_notify_error(ma->pc, _("Error"), _("Cannot parse Mattermost reply"), _("(not json object or array)"), purple_request_cpar_from_connection(ma->pc)); + //purple_notify_error(ma->pc, _("Error"), _("Cannot parse Mattermost reply"), _("(not json object or array)"), purple_request_cpar_from_connection(ma->pc));^M return FALSE; }
Sorry, something went wrong.
I have the same issue, did it help to comment out the line?
No branches or pull requests
In the lasts days every time i start pidgin I got dialog flood with (like 30 almost at the same time):
"cannot parse mattermost reply" (not json or object array)
purple-mattermost/libmattermost.c
Line 218 in 158ce20
Anyone knows why it is hapenning, or any clue to fix it?
The text was updated successfully, but these errors were encountered: