Teams Bot App debugging locally Listener function unable to start error
Hi,
I have used the following guide to set up a Teams bot with Cron trigger to test out the abilities of the Teams Development toolkit. Debug your Teams app locally using Visual Studio – Teams | Microsoft Learn
I followed each step and all was well until the end when attempting to debug locally the function app could not fire its cron trigger and printed out the error “The listener for function ‘NotifyTimerTrigger’ was unable to start” and “No connection could be made because the target machine actively refused it. (127.0.0.1:10000)”
I haven’t been able to find anything I did wrong or others who have had this same issue. Any guidance would be appreciated.
Hi, I have used the following guide to set up a Teams bot with Cron trigger to test out the abilities of the Teams Development toolkit. Debug your Teams app locally using Visual Studio – Teams | Microsoft Learn I followed each step and all was well until the end when attempting to debug locally the function app could not fire its cron trigger and printed out the error “The listener for function ‘NotifyTimerTrigger’ was unable to start” and “No connection could be made because the target machine actively refused it. (127.0.0.1:10000)” I haven’t been able to find anything I did wrong or others who have had this same issue. Any guidance would be appreciated. Read More