Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Error Codes

Brandon McFarlin edited this page Feb 19, 2021 · 9 revisions

5XX

  • These errors are typically Nest server related issues and will usually go away on their own.
  • Check the Nest Status Page to see if these errors are related to the Nest service being down.

403

  • These errors occur when your "googleAuth" object in your config.json is no longer valid.
  • Reauthenticate by logging in again and setting up your "googleAuth" object.

404

  • These errors occur when your cameras are either offline or turned off.
  • Check your router to ensure that your cameras have an internet connection and ensure that they are turned on in the Nest app.

429

  • These errors occur when you have several cameras and Homebridge is contacting Nest too quickly.
  • Lower your alertCheckRate to contact Nest less often.

ECONNABORTED

  • These errors occur when Nest takes too long to respond to Homebridge.
  • Check the Nest Status Page to see if these errors are related to the Nest service being down.
  • Consider moving the plugin to a Child Bridge.

EAI_AGAIN

  • These errors occur when your DNS provider is unable to translate nest.com to an associated IP address.
  • Check your firewall and antivirus settings.
  • Related issue: 112

ENETUNREACH

  • These errors occur when Homebridge cannot reach out to the internet.
  • Check your network connection.
  • Related issue: 105

ENOTFOUND

  • These errors occur when Homebridge cannot connect to the specified web address.
  • Make sure you can ping the web address on the device running Homebridge.
  • Check your firewall and antivirus settings.

ETIMEOUT

  • These errors occur when it takes Homebridge too long to connect to the specified web address.
  • Make sure you can ping the web address on the device running Homebridge.
  • Check your firewall and antivirus settings.
Clone this wiki locally