From 56c3f01e9d36d97a49dd84260e00ae7d26ae17e9 Mon Sep 17 00:00:00 2001 From: Aalian Khan <39784853+AalianKhan@users.noreply.github.com> Date: Thu, 5 Jan 2023 03:47:14 -0500 Subject: [PATCH] Added error 500 (#25559) Co-authored-by: Franck Nijhof --- source/_integrations/google_assistant.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/google_assistant.markdown b/source/_integrations/google_assistant.markdown index 86596b1cd71..06546b5f6de 100644 --- a/source/_integrations/google_assistant.markdown +++ b/source/_integrations/google_assistant.markdown @@ -338,6 +338,10 @@ If you receive 404 errors linked to reporting state in your log, Home Assistant Your fulfillment URL may be invalid or unreachable. Recheck the `Fulfillment URL` as specified in [Manual Setup](#manual-setup) and verify that it's publicly reachable. +#### 500 / 429 error on request sync + +This error may occur if the service key is invalid. Try deleting and creating a new service account and key. + #### NGINX When using NGINX, ensure that your `proxy_pass` line *does not* have a trailing `/`, as this will result in errors. Your line should look like: