microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

Unable to run EchoBot on local

Open maike-pk opened this issue 11 months ago • 3 comments

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 avatar Jan 30 '25 07:01 maike-pk

@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?

ssulzer avatar Feb 15 '25 03:02 ssulzer

@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 avatar Sep 15 '25 10:09 reddypdi

@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 avatar Sep 29 '25 23:09 ssulzer

@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?

reddypdi avatar Nov 18 '25 13:11 reddypdi