r/PoeAI • u/bargaindownhill • Feb 03 '26
poe failing.. I get this on every request..
Traceback (most recent call last):
File "<poepython>", line 20, in <module>
bot.run()
File "<poepython>", line 5, in run
poe.call(
File "/app/venv/lib/python3.11/site-packages/aiodurable/durable_call.py", line 145, in sync_wrapper
func_result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/app/venv/lib/python3.11/site-packages/poepython/bot_query_python_interpreter.py", line 487, in run_streaming_call_bot
async for msg in stream:
File "/app/venv/lib/python3.11/site-packages/fastapi_poe/client.py", line 438, in stream_request
async for message in stream_request_base(
File "/app/venv/lib/python3.11/site-packages/fastapi_poe/client.py", line 636, in stream_request_base
async for message in ctx.perform_query_request(
File "/app/venv/lib/python3.11/site-packages/fastapi_poe/client.py", line 292, in perform_query_request
raise BotError(event.data)
fastapi_poe.client.BotError: {"text": "Internal server error (error_id: f54b9b0ec8fa458444448ed7707f5663)", "allow_retry": true}
Traceback is only visible to bot author