From 2663b583c2a8cc91356ab5bc384127f830fd4150 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 5 Feb 2025 19:27:35 +0800 Subject: [PATCH] Update 07-faq.md --- docs/zh/06-advanced/06-TDgpt/07-faq.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/zh/06-advanced/06-TDgpt/07-faq.md b/docs/zh/06-advanced/06-TDgpt/07-faq.md index 02f4436a4c..d003cf88df 100644 --- a/docs/zh/06-advanced/06-TDgpt/07-faq.md +++ b/docs/zh/06-advanced/06-TDgpt/07-faq.md @@ -26,4 +26,10 @@ curl: (7) Failed to connect to 127.0.0.1 port 6090: Connection refused >请勿使用 systemctl status taosanode 检查 taosanode 是否正常 -2. 查询结果不正确 +2. 服务正常,查询过程返回服务不可用 +```bash +taos> select _frowts,forecast(current, 'algo=arima, alpha=95, wncheck=0, rows=20, start=1500000000000,every=864000') from d1 where ts<='2017-07-14 10:40:09.999'; + +DB error: Analysis service can't access[0x80000441] (60.195613s) +``` +