今天使用 botframework-emulator 在 local 測試 bot 時, botframework-emulator 居然出現 The bot’s MSA appId or password is incorrect. 的錯誤,如下圖,
Hello! 我是 RM
今天使用 botframework-emulator 在 local 測試 bot 時, botframework-emulator 居然出現 The bot’s MSA appId or password is incorrect. 的錯誤,如下圖,
我們透過 VS.NET 建立出 Bot 後,預設 Nuget 中安裝 BotBuilder 相關的套件,如果我們從 GitHub 將 Microsoft/BotBuilder 到方案之中,我們要如何 Debug 進到 BotBuilder 的 Source Code 之中呢?
不知大家在使用 botframework-emulator 測試 chatbot 時,有沒有發現,對話一開始時,會先將 Bot State 取出來(BotConversationData, BotPrivateConversationData 及 BotUserData),而在對話後,則將這些資料存回去,如下圖所示,
今天同事詢問一個錯誤訊息如下,
Excel.WorkbookClass.SaveAs <System.Runtime.InteropServices.COMException> 發生例外狀況於 HRESULT: 0x800A03EC [ COMException.ErrorCode : -2146827284 ]
於 Excel.WorkbookClass.SaveAs(Object Filename, Object FileFormat, Object Password, Object WriteResPassword, Object ReadOnlyRecommended, Object CreateBackup, XlSaveAsAccessMode AccessMode, Object ConflictResolution, Object AddToMru, Object TextCodepage, Object TextVisualLayout)
我們在2016年有透過 Windows 10 IoT Core 來開發 UWP beacon 的程式,並透過 Azure IoT Hub 來處理訊息。
但是這支 UWP 程式執行一段時間後,那台 Raspberry 就無法由外部到它。
後來更新到 Build 15063 後,過一段時間後,整個作業系統直接就 Crash 掉了。
同事 Kent 查看 event 發現,因為 IoT Core 如果自動更新後,自動重新開機後, OS 就 Crash 掉了。
所以將自動更新透過 Power Shell 將它關掉(要更新的話,就手動更新測試沒問題再上),可參考Disable Windows Update in Windows 10 IoT Core with PowerShell。
一般的 Web 應用程式,如果 Server 端連不上了,就會直接 GG (在 Chrome 上 恐龍就出現了)。是否有什麼方式在 Client 端程式與 Server 端之間有一個 Buffer 呢?
讓應用系統會整個 GG 呢? 答案就是 Service Worker 。
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true