<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bot response issue in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/4922617#M2436</link>
    <description>&lt;P&gt;I assume you have multiple bot instances running in case you're using the balancer, haven't you?&lt;BR /&gt;Is your balancer configured properly to forward the request to a single worker? Or does it forward it to two/all workers? Have you tried adding a personal note to the bot's response so you can identify which bot instance is answering?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 10:09:55 GMT</pubDate>
    <dc:creator>dtibbe</dc:creator>
    <dc:date>2023-09-13T10:09:55Z</dc:date>
    <item>
      <title>Bot response issue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/4922611#M2435</link>
      <description>&lt;P&gt;Getting two responses for an query in our bot(Askeva) when use load balancer&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 10:01:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/4922611#M2435</guid>
      <dc:creator>jaylal</dc:creator>
      <dc:date>2023-09-13T10:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bot response issue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/4922617#M2436</link>
      <description>&lt;P&gt;I assume you have multiple bot instances running in case you're using the balancer, haven't you?&lt;BR /&gt;Is your balancer configured properly to forward the request to a single worker? Or does it forward it to two/all workers? Have you tried adding a personal note to the bot's response so you can identify which bot instance is answering?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 10:09:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/4922617#M2436</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2023-09-13T10:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bot response issue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/5256397#M4096</link>
      <description>&lt;P&gt;[ERROR]: Forbidden: User has excessive device registrations&lt;/P&gt;
&lt;P&gt;POST &lt;A href="https://wdm-a.wbx2.com/wdm/api/v1/devices" target="_blank" rel="noopener"&gt;https://wdm-a.wbx2.com/wdm/api/v1/devices&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;How to solve this issue&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 08:06:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/5256397#M4096</guid>
      <dc:creator>pkalyand</dc:creator>
      <dc:date>2025-02-04T08:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bot response issue</title>
      <link>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/5257012#M4098</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1839578"&gt;@pkalyand&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This is actually an expected error when you touch the limit of maximum allowed registrations or, devices with a single token.&lt;BR /&gt;Actually you can run this API URL -&amp;nbsp;&lt;A href="https://wdm-a.wbx2.com/wdm/api/v1/devices" target="_blank" rel="noopener nofollow noreferrer"&gt;https://wdm-a.wbx2.com/wdm/api/v1/devices&lt;/A&gt;&amp;nbsp;with /GET request using your Bot token from POSTMAN and check the list of registrations already done with the Webex Bot.&lt;BR /&gt;Once you've the list, you can actually free-up some space by making a /DELETE request on the same API URL and using the same BOT token.&lt;/P&gt;
&lt;P&gt;You can actually refer to this thread as well -&amp;nbsp;&lt;A href="https://community.cisco.com/t5/webex-for-developers/faq-thread/td-p/4558598#:~:text=An%20error%20message%20%22Unable%20to%20register%2C%20user%20as%20excessive%20device%20registrations%22%20is%20shown.%20What%20can%20I%20do%3F" target="_blank"&gt;https://community.cisco.com/t5/webex-for-developers/faq-thread/td-p/4558598#:~:text=An%20error%20message%20%22Unable%20to%20register%2C%20user%20as%20excessive%20device%20registrations%22%20is%20shown.%20What%20can%20I%20do%3F&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So basically, are you using it for Webex Browser SDK?&lt;BR /&gt;If yes, then possibly you're registering the meeting while initiating a call/meeting with a token, but not calling the unregister() function after leaving the meeting. If you take care of that part - you'll be able to avoid such error in future.&lt;/P&gt;
&lt;P&gt;Regards!&lt;BR /&gt;Sandip&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 06:10:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/bot-response-issue/m-p/5257012#M4098</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2025-02-05T06:10:22Z</dc:date>
    </item>
  </channel>
</rss>

