mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #128] System.MissingMethodException in cv4pve-admin with Telegram Bot Integration #52
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AkaUdeptrai on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/128
Bug type
Other
Component name
Telegram Bot Integration
What happened?
Expected behavior
Can't use
Relevant log output
Proxmox VE Version
8.3.3
Version (bug)
1.2.0 Docker Version
Version (working)
No response
What browsers are you seeing the problem on?
No response
On what operating system are you experiencing the issue?
Linux
Pull Request
Code of Conduct
@AkaUdeptrai commented on GitHub (Feb 15, 2025):
System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task
1 Telegram.Bot.TelegramBotClientExtensions.SendTextMessageAsync(Telegram.Bot.ITelegramBotClient, Telegram.Bot.Types.ChatId, System.String, System.Nullable1, System.Collections.Generic.IEnumerable1, System.Nullable1, System.Nullable1, System.Nullable1, System.Nullable1, System.Nullable1, Telegram.Bot.Types.ReplyMarkups.IReplyMarkup, System.Threading.CancellationToken)'.at Corsinvest.ProxmoxVE.TelegramBot.Api.BotManager.ProcessMessage(Message message)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Corsinvest.ProxmoxVE.TelegramBot.Api.BotManager.ProcessMessage(Message message)
at Corsinvest.ProxmoxVE.TelegramBot.Api.BotManager.HandleUpdateAsync(ITelegramBotClient botClient, Update update, CancellationToken cancellationToken)
at Telegram.Bot.Polling.DefaultUpdateHandler.HandleUpdateAsync(ITelegramBotClient botClient, Update update, CancellationToken cancellationToken)
at Telegram.Bot.Polling.DefaultUpdateReceiver.ReceiveAsync(IUpdateHandler updateHandler, CancellationToken cancellationToken)
at Telegram.Bot.TelegramBotClientExtensions.ReceiveAsync(ITelegramBotClient botClient, IUpdateHandler updateHandler, ReceiverOptions receiverOptions, CancellationToken cancellationToken)
at Telegram.Bot.TelegramBotClientExtensions.<>c__DisplayClass126_0.<b__0>d.MoveNext()
Start listening
Telegram
Bot User: @xxxx
Bot UserId: @xxxx
Proxmox VE
Host: 192xxxx
Username: telegrambot
Started bot in cluster pve-homelab...
@franklupo commented on GitHub (Feb 15, 2025):
Hi,
if you try manually https://github.com/Corsinvest/cv4pve-botgram does it work?
best regards
@AkaUdeptrai commented on GitHub (Feb 15, 2025):
Yes, when I use cv4pve-botgram alone it's normal