From 213a51bea5cc13a5c9c98512e8e109a03ddaf723 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:35:24 +0200 Subject: [PATCH] DOCS-4144: Address stream limit hit error --- docs/dev/tools/common-errors.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/dev/tools/common-errors.md b/docs/dev/tools/common-errors.md index 77f53e3fc8..786198444d 100644 --- a/docs/dev/tools/common-errors.md +++ b/docs/dev/tools/common-errors.md @@ -209,6 +209,17 @@ This can happen when there is a slow internet connection, when the module is try You can set these environment variables when you start `viam-server`, for instance `VIAM_MODULE_STARTUP_TIMEOUT=6m30 VIAM_RESOURCE_CONFIGURATION_TIMEOUT=3m0s viam-server -config example-machine.json`. Pass a sequence of numbers and time units, for example "6m30s50ms" for a timeout of 6 minutes, 30 seconds, and 50 milliseconds, or "5m" for a timeout of 5 minutes. +### Stream limit hit + +**Full Error:** `error rdk.networking   rpc/wrtc_server_channel.go:110   stream limit hit` + +**Description**: This indicates an issue where Viam could not connect to the robot. You may also run into this log when a module is reloading, in this case it is an expected transient error. + +**Solution**: + +- Check that your machine is connected to the internet. +- Check that your machine is running. + ## Common Micro-RDK errors ### Unable to properly process stun response IceStunEncodingError