看板 Python 關於我們 聯絡資訊
我這兩天被這教學文件搞的灰頭土臉... 第一次遇到 教學文件做不出來的情況... 因為要連接linebot→DialogFlow→GCP架設的資料庫 可是一直卡在DF接資料庫的問題 想說照著教學文件練練 https://goo.gl/QQEWWB 我照著這個教學文件開始作 然後最後應該是要在日曆上面標註 並且有回應說已經標好了... 結果的我的出現 Webhook call failed. Error: 500 Internal Server Error 到底.....明明是照著官方教學耶... 哪邊有問題阿... 他的錯誤訊息從這邊出來 { "responseId": "a89123c6-42e5-45fa-ab2d-153a9d7e3692", "queryResult": { "queryText": "I need to make an appointment at 3 PM today.", "parameters": { "time": "", "date": "" }, "allRequiredParamsPresent": true, "fulfillmentMessages": [ { "text": { "text": [ "" ] } } ], "intent": { "name": "projects/newagent-b231a/agent/intents/f6477cf2-cd73-4dc3-a8bd-614d45998754", "displayName": "Make Appointment" }, "intentDetectionConfidence": 1, "diagnosticInfo": { "webhook_latency_ms": 142 }, "languageCode": "zh-tw" }, "webhookStatus": { "code": 13, "message": "Webhook call failed. Error: 500 Internal Server Error" } } 然後我又去FIREBASE裡面看錯誤 https://i.stack.imgur.com/d4rIe.png
到底要怎麼處理阿= =? 另外 有人可以提供比較進階的教學嗎? 回歸初始的問題 我還是需要DF接GCP資料庫 網路上面找到一個2500的課程 結果全部拿DF的documention出來做投影片 照著他的投影片根本做不出chatbot... 重點連接兩者之間的部分根本沒說的詳細... 馬上申請退費... 感謝各位~ -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.134.166.72 ※ 文章網址: https://www.ptt.cc/bbs/Python/M.1550915039.A.0D1.html
y3k: dialogflow官方現在的文件有點雷 建議自己重寫那個js 02/25 00:13