Google Chat


Error message

Likely meaning (TL;DR)

Recommended next steps

Gchat::Api#error_handler Failed ERROR: Resource has been exhausted (e.g. check quota).

Resource has been exhausted (quota)

Wait a few minutes and try again.

Ask your admin to increase the quota or limits for the Google project if this is business-critical.

Exception: Errors::RetryJob: Webhook URL is not updated

Webhook URL is not updated

Reconnect the integration so it refreshes its settings.

If you recently changed the webhook address, update it in the integration settings and save again.

undefined method `gsub' for nil:NilClass

str = str.gsub '\n', "\n" ^^^^^

str is nil, so Ruby can’t call gsub on it (gsub exists only on strings).

Gchat::Api#error_handler Failed ERROR: Internal error encountered.

The Google Chat API call failed due to an internal server-side error (a transient issue in Google Chat or the integration backend).

Retry the request and check the Google Chat API or service status.
If it persists, capture the request ID/timestamp and escalate to support.

The server encountered a temporary error and could not complete your request. Please try again in 30 seconds.

The Google Chat integration reached Google successfully, but Google returned a temporary server-side 502 error, so the action failed on Google’s side.

Wait 30 seconds and try again. If it persists, retry later or check Google Workspace Status.


What’s Next