poshbotio / PoshBot

Powershell-based bot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduled commands on Teams does not send any response

LuisRendonS opened this issue · comments

Hey there, I'm trying to schedule certain commands i made but it doesn't send any response in MS Teams.

Expected Behavior

Send a message/card every time a scheduled command is executed in MS Teams

Current Behavior

It does not send anything

Possible Solution

Steps to Reproduce (for bugs)

  1. I tried to reproduce the same example as in Techsnips video, using the !Get-Status command, but it does not respond anything

Your Environment

  • Module version used: 0.11.8
  • Operating System: Windows Server 2019
  • PowerShell version: 5.1.17763.1007

@LuiZ146 Thanks for reporting the issue! 👍

This should be fixed in 62b1c6a now.

If you want to test before the next release, can you try building from source and loading the built module that gets created in the out directory? Instructions to build locally are here.

If not, that's cool. It will show up in the next release (v0.12.1)

Thanks @devblackops!

If you don't mind, I would like to know approximately when is going to be released the version 0.12.1?

@LuiZ146 just pending confirmation that #203 is fixed.