mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #107] Telegram Bot - System.MissingMethodException #41
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#41
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 @alfonsomarzano on GitHub (Jun 6, 2024).
Original GitHub issue: https://github.com/Corsinvest/cv4pve-admin/issues/107
Originally assigned to: @franklupo on GitHub.
Bug type
Component
Component name
cv4pve-botgram
What happened?
/Module/CorsinvestProxmoxVEAdminBotgramModule restituisce questo errore
Expected behavior
Comando /help dovrebbe generare lista comandi
Pagina Telegram Bot su CV4PVE-Admin dovrebbe essere funzionante
Relevant log output
No response
Proxmox VE Version
8.2.2
Version (bug)
1.1.1
Version (working)
No response
What browsers are you seeing the problem on?
Microsoft Edge
On what operating system are you experiencing the issue?
Windows, Linux
Pull Request
Code of Conduct
@alfonsomarzano commented on GitHub (Jun 6, 2024):
L'esecuzione di botgram in modalità standalone non genera la problematica.
@alfonsomarzano commented on GitHub (Jun 7, 2024):
Il problema sembra essere legato a modifiche in Corsinvest/cv4pve-botgram.
Effettuando il rollback a 1.6.0 la exception scompare.
Chiaramente a causa di incompatibilità tra le due versioni ho dovuto forzare alcune modifiche.
@franklupo commented on GitHub (Jun 7, 2024):
Quali modifiche?
@alfonsomarzano commented on GitHub (Jun 7, 2024):
BotgramService.cs -> GetChats
42: public IReadOnlyDictionary<long, string> GetChats(string clusterName)
BotManager non ha la property Chats in 1.6.0