snowby666 / poe-api-wrapper

👾 A Python API wrapper for Poe.com. With this, you will have free access to GPT-4, Claude, Llama, Gemini, Mistral and more! 🚀
https://pypi.org/project/poe-api-wrapper/
GNU General Public License v3.0
687 stars 82 forks source link

Bot capybara not found. Make sure the bot exists before creating new chat. #70

Closed li904775857 closed 9 months ago

li904775857 commented 9 months ago

Traceback (most recent call last): File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/serving.py", line 319, in run_wsgi execute(self.server.app) File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/serving.py", line 308, in execute for data in application_iter: File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/wsgi.py", line 462, in next return self._next() File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/wrappers/response.py", line 50, in _iter_encoded for item in iterable: File "main4.py", line 169, in generate for chunk in client.send_message(bot, message, chatId, file_path=file_urls): File "/var/www/flask_poe/Api/poe_api_new.py", line 600, in send_message raise e File "/var/www/flask_poe/Api/poe_api_new.py", line 568, in send_message raise ValueError( ValueError: Bot capybara not found. Make sure the bot exists before creating new chat. ERROR:werkzeug:Error on request: Traceback (most recent call last): File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/serving.py", line 319, in run_wsgi execute(self.server.app) File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/serving.py", line 308, in execute for data in application_iter: File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/wsgi.py", line 462, in next return self._next() File "/usr/local/python3.8/lib/python3.8/site-packages/werkzeug/wrappers/response.py", line 50, in _iter_encoded for item in iterable: File "main4.py", line 169, in generate for chunk in client.send_message(bot, message, chatId, file_path=file_urls): File "/var/www/flask_poe/Api/poe_api_new.py", line 600, in send_message raise e File "/var/www/flask_poe/Api/poe_api_new.py", line 568, in send_message raise ValueError( ValueError: Bot capybara not found. Make sure the bot exists before creating new chat.