Unable to run EchoBot on local
I'm trying to run EchoBot on local to understand how bot access audio stream from the teams call
I'm currently using Windows 11 have tried both Visual Studio Code, Visual Studio 2022 Community with tailscale I've got this error when i run it
fail: EchoBot.Bot.BotMediaLogger[0]
[SkypeBotsMediaPlatform][AppId: xxxxxxxxxxxxxxxxxxxxxx][MSI] MediaPerf is not registered: no value found under Library
I saw this error from other issues and they seems to still be able to start the bot successfully But mine only got this error and nothing else is shown in logs
I got an error about 'cert thumbprint could not find a matching' before and have already solved it
How do i solve this and make it run successfully?
@maike-pk The "MediaPerf is not registered" log message is not a fatal error and should not prevent the bot media library from starting up. Are you seeing any other error or exception?
@maike-pk The "MediaPerf is not registered" log message is not a fatal error and should not prevent the bot media library from starting up. Are you seeing any other error or exception?
Yes, @ssulzer, that's correct; it's not a fatal error, and the bot can still join the call. However, I'm interested to know if you could share some expertise on resolving this issue:
fail: EchoBot.Bot.BotMediaLogger[0] [SkypeBotsMediaPlatform][AppId:xxxxxxxxxx] MediaPerf is not registered: no key found at SYSTEM\CurrentControlSet\Services\MediaPerf\Performance
@reddypdi What version of the Microsoft.Skype.Bots.Media library are you using? Newer versions should not report that missing MediaPerf registration as a warning or error in the logs.
@ssulzer Apologies for the late reply. I was previously using Microsoft.Skype.Bots.Media version 1.27.0.2-alpha. After upgrading to version 1.32.0.70-preview, the error has been resolved.
Is this preview version stable enough for production use?