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

hangups fails to send message containing only formatting #149

Open
tdryer opened this issue Aug 27, 2015 · 0 comments
Open

hangups fails to send message containing only formatting #149

tdryer opened this issue Aug 27, 2015 · 0 comments

Comments

@tdryer
Copy link
Owner

tdryer commented Aug 27, 2015

Originally reported here: mtomwing/pickups#8

Sending a message interpreted only as formatting (such as **) will fail:

2015-08-26 18:50:35,945 - hangups.client - DEBUG - Sending Protocol Buffer request conversations/sendchatmessage:
request_header {
  client_version {
    client_id: CLIENT_ID_WEB_GMAIL
    build_type: BUILD_TYPE_PRODUCTION_WEB
    major_version: "chat_web_connection_server_20150821.05_p2"
    version_timestamp: 1440526689
  }
  client_identifier {
    resource: "lcsw_hangoutsE5B7F2A4"
    header_id: "ACC9AAA6270E1674"
  }
  language_code: "en"
}
message_content {
}
event_request_header {
  conversation_id {
    id: "UgzqslUwVUSUq1RoXjF4AaABAQ"
  }
  client_generated_id: 4164476472
  expected_otr: OFF_THE_RECORD_STATUS_OFF_THE_RECORD
  delivery_medium {
    medium_type: DELIVERY_MEDIUM_BABEL
  }
  event_type: EVENT_TYPE_REGULAR_CHAT_MESSAGE
}
2015-08-26 18:50:36,103 - hangups.client - DEBUG - Received Protocol Buffer response:
response_header {
  status: RESPONSE_STATUS_INVALID_REQUEST
  error_description: "Populated message content, chat_message_spec, media, external image spec, sticker spec, or location is required"
  debug_url: ""
  request_trace_id: "3785311639567483063"
  current_server_time: 1440640236050000
}

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

No branches or pull requests

1 participant