<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Not-Found on ErrorVault — Developer Error Code Dictionary</title>
    <link>https://errorvault.dev/tags/not-found/</link>
    <description>Recent content in Not-Found on ErrorVault — Developer Error Code Dictionary</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 11 Aug 2026 12:44:04 +0800</lastBuildDate>
    <atom:link href="https://errorvault.dev/tags/not-found/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fix clw-llm-not-found: OpenClaw LLM Provider Not Found</title>
      <link>https://errorvault.dev/openclaw/openclaw-clw-llm-not-found-llm-provider-not-found/</link>
      <pubDate>Tue, 11 Aug 2026 12:44:04 +0800</pubDate>
      <guid>https://errorvault.dev/openclaw/openclaw-clw-llm-not-found-llm-provider-not-found/</guid>
      <description>&lt;h2 id=&#34;1-symptoms&#34;&gt;1. Symptoms&lt;/h2&gt;&#xA;&lt;p&gt;When OpenClaw encounters the &lt;code&gt;clw-llm-not-found&lt;/code&gt; error, the toolchain halts execution at the point where it attempts to invoke a Large Language Model provider. Users typically observe the error manifested through several distinct indicators that signal the provider resolution failure.&lt;/p&gt;&#xA;&lt;p&gt;In the command-line interface, the error manifests as a non-zero exit code accompanied by a descriptive message. The terminal output commonly displays a message resembling the following pattern:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[OpenClaw] ERROR clw-llm-not-found: LLM provider &amp;#39;provider-name&amp;#39; could not be resolved.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Please verify that the provider is installed and properly configured in your openclaw.yaml.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;In structured JSON output mode, the error payload includes a &lt;code&gt;code&lt;/code&gt; field with the value &lt;code&gt;clw-llm-not-found&lt;/code&gt;, a &lt;code&gt;provider&lt;/code&gt; field identifying which LLM provider failed, and an optional &lt;code&gt;suggestion&lt;/code&gt; field offering remediation guidance. The application exits with a status code typically in the range of 20 to 30, depending on the specific OpenClaw version and invocation context.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fix docker-manifest-not-found: Manifest for image not found when pulling from registry</title>
      <link>https://errorvault.dev/docker/docker-docker-manifest-not-found-image-pull-error/</link>
      <pubDate>Fri, 03 Jul 2026 09:25:00 +0800</pubDate>
      <guid>https://errorvault.dev/docker/docker-docker-manifest-not-found-image-pull-error/</guid>
      <description>&lt;p&gt;The &lt;code&gt;docker-manifest-not-found&lt;/code&gt; error is a common issue encountered when attempting to pull a Docker image from a registry. It signifies that the Docker daemon was unable to locate the image manifest, which is a crucial JSON document describing the image&amp;rsquo;s layers, configuration, and architecture, for the specified image name and tag. This problem typically prevents the successful download and subsequent use of the Docker image, halting deployment or development workflows. Understanding its root causes and systematic troubleshooting steps is essential for maintaining smooth container operations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fix clw-api-not-found: OpenClaw API Endpoint Resolution Failure</title>
      <link>https://errorvault.dev/openclaw/openclaw-clw-api-not-found-api-endpoint-resolution/</link>
      <pubDate>Thu, 11 Jun 2026 22:20:04 +0800</pubDate>
      <guid>https://errorvault.dev/openclaw/openclaw-clw-api-not-found-api-endpoint-resolution/</guid>
      <description>&lt;h2 id=&#34;1-symptoms&#34;&gt;1. Symptoms&lt;/h2&gt;&#xA;&lt;p&gt;The &lt;code&gt;clw-api-not-found&lt;/code&gt; error manifests when OpenClaw fails to resolve or locate a required API endpoint during runtime. Developers typically encounter this error immediately after initiating a connection, running a sync operation, or attempting to access cloud resources through the OpenClaw CLI or API client.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Common symptom patterns include:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;CLI command terminates with exit code 127 and the &lt;code&gt;clw-api-not-found&lt;/code&gt; message&lt;/li&gt;&#xA;&lt;li&gt;API calls return 404 status codes or connection failures&lt;/li&gt;&#xA;&lt;li&gt;Configuration files appear correct but operations fail silently or with cryptic messages&lt;/li&gt;&#xA;&lt;li&gt;The error occurs on first-time setup or after infrastructure changes&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Typical error output:&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
