python與linebot機器人全面實戰特訓班 專題:天氣匯率萬事通 |
|
sabrina
更新時間:2021/1/2 下午 04:49:32 |
|
呼叫 LUIS API 網址,在Azure裡面看到的endpoint與書本上會有app id 及授權碼的長得不一樣。 是https://blablablabla.cognitiveservices.azure.com/ 並且輸入到瀏覽器會出現錯誤 {"error":{"code":"404","message": "Resource not found"}}
如果硬要按書本輸入則出現 {"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource."}}
掛到linebot也會出現「執行時產生錯誤」的訊息。
請問是不是在終結點出了問題? 謝謝
|
|
|
|
|
sabrina
更新時間:2021/1/4 下午 09:00:52 |
|
謝謝。 後來有順利產生出endpoint
但又遇到其他問題 目前LUIS所產生的json檔和書本長得不ㄧ樣 {'query': '台東天氣如何?', 'prediction': {'topIntent': 'weather', 'intents': {'weather': {'score': 0.9095174}, 'None': {'score': 0.03510171}, 'Searchrate': {'score': 0.0159824677}}, 'entities': {'Searchweather': ['台東'], '$instance': {'Searchweather': [{'type': 'Searchweather', 'text': '台東', 'startIndex': 0, 'length': 2, 'score': 0.9861944, 'modelTypeId': 1, 'modelType': 'Entity Extractor', 'recognitionSources': ['model']}]}}}}
導自在執行LUIS1.py會出現「LUIS 產生錯誤!」 請問在程式碼是否有需要修改 以及後續的在套入linebot也是會出現問題
謝謝
|
|
|
|
文淵閣工作室
更新時間:2021/1/5 上午 06:56:43 |
|
回應有改變是 LUIS 官網的變動,新的回應為: {'query': '台東天氣如何?', 'prediction': {'topIntent': '縣市天氣', 'intents': {'縣市天氣': {'score': 0.9095174}, 'None': {'score': 0.03510171}, '匯率查詢': {'score': 0.0159824677}}, 'entities': {'地點': ['台東'], '$instance': {'地點': [{'type': '地點', 'text': '台東', 'startIndex': 0, 'length': 2, 'score': 0.9861944, 'modelTypeId': 1, 'modelType': 'Entity Extractor', 'recognitionSources': ['model']}]}}}} 您的名稱都使用英文嗎? 請寄信到 service@e-happy.com.tw,我們將修正程式寄給您。 |
|
|
|
joseph
更新時間:2022/6/20 上午 02:51:48 |
|
請問網址怎麼丟到網路上
|
|
|
|
文淵閣工作室
更新時間:2022/6/20 下午 04:45:23 |
|
不了解「網址怎麼丟到網路上」是何意 |
|
|
|
|
|
|