PoshGram icon indicating copy to clipboard operation
PoshGram copied to clipboard

PoshGram not sending message

Open miltontom opened this issue 1 year ago • 2 comments

The message was sent successfully when I first exectuted, again executing gives me the error. It's the same with when I test with Test-BotToken

  • powershell version 7.4.1
  • PoshGram version 2.3.0

Screenshot 2024-05-21 194234

miltontom avatar May 21 '24 14:05 miltontom

I updated the module to latest version, but still not working...

miltontom avatar May 21 '24 16:05 miltontom

I am unable to reproduce this issue on my workstation or in infra tests. No other users are reporting an issue.

Are you still experiencing an issue?

If so, can you try running with -Verbose and -Debug switches?

Send-TelegramTextMessage -BotToken $token -ChatID $channel -Message "hello world" -Verbose -Debug

image

techthoughts2 avatar Jun 03 '24 00:06 techthoughts2