shanghui 3 月之前
父節點
當前提交
3adde22327
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/voip/bot.py

+ 1 - 0
src/core/voip/bot.py

@@ -430,6 +430,7 @@ class ToTextBotAgent:
                 # 错误处理
                 self.call_agent.logger.info(f"请求失败,状态码: {response.status_code}, 响应内容: {response.text}")
         except requests.RequestException as e:
+            traceback.print_exc()
             self.call_agent.logger.info(f"请求发生异常: {e}")
         finally:
             latency = (time.time() - start_time)