RainEggplant / chatgpt-telegram-bot

A ChatGPT bot for Telegram based on Node.js. Support both browserless and browser-base APIs.
MIT License
323 stars 97 forks source link

all of Messages from telegram will Join the queue,but it' will never get handled #35

Closed kintong3000 closed 1 year ago

kintong3000 commented 1 year ago

Sometimes the program running will get an error,but program still run.

image

then,all of Messages from telegram will Join the queue,and it' will never get handled unless Restart the program.

version 2.3.1

RainEggplant commented 1 year ago

I've added a timeout mechanism in #36 as an initial fix. May add a retry mechanism later.

kintong3000 commented 1 year ago

Thank you so much for your help! I really appreciate you taking the time to update it.

kintong3000 commented 1 year ago
image

Do you have any way to improve🤔

RainEggplant commented 1 year ago
image

Do you have any way to improve🤔

Probably related to #34.