- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我使用此链接中的示例创建了测试 Telegram 机器人控制台应用程序 https://github.com/TelegramBots/Telegram.Bot.Examples
这是我的主要
public static async Task Main()
{
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
Bot = new TelegramBotClient(Configuration.BotToken);
var me = await Bot.GetMeAsync();
Console.Title = me.Username;
var cts = new CancellationTokenSource();
// StartReceiving does not block the caller thread. Receiving is done on the ThreadPool.
Console.WriteLine($"Bot.Timeout= {Bot.Timeout}");
//Bot.Timeout = TimeSpan.FromMilliseconds(30000);
Bot.StartReceiving(
new DefaultUpdateHandler(HandleUpdateAsync, HandleErrorAsync),
cts.Token
);
Console.WriteLine($"Start listening for @{me.Username}");
Console.ReadLine();
// Send cancellation request to stop bot
cts.Cancel();
}
我在 Windows 10 上运行它 - 它工作正常。但是当我在 Windows 7 机器上运行它时,我收到异常:
Bot.Timeout= 00:01:40 Start listening for @my123_bot HandleErrorAsync Telegram.Bot.Exceptions.ApiRequestException: Conflict: terminat ed by other getUpdates request; make sure that only one bot instance is running at Telegram.Bot.TelegramBotClient.d__54
1.MoveNext()
1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot ification(Task task) at Telegram.Bot.TelegramBotClientPollingExtensions.d__3.MoveNex t()
--- End of stack trace from previous location where exception was thrown --- at
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task
task) at
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNot
ification(Task task) at
Telegram.Bot.TelegramBotClientPollingExtensions.<ReceiveAsync>d__3.MoveNex
t() HandleErrorAsync Telegram.Bot.Exceptions.ApiRequestException:
Conflict: terminat ed by other getUpdates request; make sure that only
one bot instance is running at
Telegram.Bot.TelegramBotClient.<MakeRequestAsync>d__54
是什么原因,如何解决?
最佳答案
如评论所述;
: terminat ed by other getUpdates request; make sure that only one bot instance is running
表示同时调用了getUpdates()
。
为防止这种情况,要么停止其他机器人,要么创建一个将接收 web-hook 的机器人HTTP POST 更新请求。
在您告诉 Telegram 消息已被 getUpdate()
offset 看到之前,您应该确保每条消息都由机器人处理。参数。
关于c# - 电报机器人 : GetUpdates Conflict,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60881982/
是否可以将消息从 Telegram Bot 发送到另一个 Telegram Bot? 使用@botname 或直接将 botname 作为目标 ID 向另一个 bot 发送文本时,我收到错误响应。 我
早上好 我正在编写一个应用程序,需要通过 ATS 软件与 Verifone vx820 ped 进行通信。 在他们的文档中,为了传输数据,它指出: 我有一个关于如何执行此操作的 C# 示例,位于此处:
我对 Telegram API/TlDB 选项有点困惑。在电报文档中,说使用电报 API,您可以(以编程方式)执行用户作为应用程序可以执行的所有操作。 我使用了 Telethon (python) 库
如何向所有机器人用户发送消息? 有没有办法向所有人发送消息? 方法名称是什么? 最佳答案 来自 Official API FAQ : How can I message all of my bot's
我正在尝试从串行端口读取 MBUS 电报。我将串口中的所有内容都放入一个字节数组中。 每个 MBUS 电报都以这种模式(十六进制)开头:68 XX XX 68 其中 XX 是以字节为单位的电报长度。
我是创建电报机器人的新手,我真的不知道从哪里开始。我只知道 PHP。 为了简单起见,我有一个安装了 Windows Server 2008 R2 的 VPS,并且我使用了一个自签名证书 openssl
我正在尝试将 Telegraf 库与 Firebase Functions 结合使用,但它没有像我预期的那样工作。 我关注这些 this article和说明,如 webhooks (as appea
我正在分析电报或 whatsapp 等聊天应用程序。如您所知,他们正在使用到服务器的 tcp 连接。tcp 连接的最大问题是,当 internet 连接出现任何问题时,xmpp 客户端将与服务器断开连
我正在尝试每天向机器人发送消息,而无需从第二次对话开始从用户端(例如 commandhadler)触发。 我已经为机器人构建了一个与用户交互的基本菜单 但我也在尝试每天通过 job_queue 发送消
在我的代码中,我遇到了回调查询处理程序的问题,当我点击/start 命令时,“Next”按钮出现,当我点击该按钮时,它给我回复为“hi", 到这里输出是正确的。然后当我点击另一个命令“/help”然后
是否可以以管理员身份通过 API 向公共(public) Telegram channel 发送消息?我的意思是可以发送例如通过使用例如将视频发送到公共(public)电报 channel PHP?
我想将我的实时位置发送给电报机器人用户,机器人我收到此错误: ETELEGRAM: 400 Bad Request: there is no live location in the message
我需要帮助读取十六进制数据并应用公式来转换数据。我的文件用尾部解析: 2022-09-15 00:04:39 AAA99 BBB99 24 43 B2 50 2022-09-15 00:04:40 B
我需要帮助读取十六进制数据并应用公式来转换数据。我的文件用尾部解析: 2022-09-15 00:04:39 AAA99 BBB99 24 43 B2 50 2022-09-15 00:04:40 B
我在电报机器人中创建了新机器人,并执行如下步骤:- https://core.telegram.org/bots# 但是现在我需要当任何新用户加入我的机器人时,我需要向他展示欢迎信息。 怎么能这样?
电子表格包含项目 1,部署为具有以下权限的 Web 应用:执行身份:我,有权访问的人:任何人。 网络应用 function doPost(e) { myLog('Received from Add
我是一名优秀的程序员,十分优秀!