telegram-bot-amazon icon indicating copy to clipboard operation
telegram-bot-amazon copied to clipboard

The code gets stuck at the beginning

Open MrHorizonPy opened this issue 1 year ago • 2 comments

The code gets stuck at the beginning Screenshot 2024-03-22 164800

MrHorizonPy avatar Mar 22 '24 15:03 MrHorizonPy

I'm starting from today to get the same error. I had it working in a raspberry docker container. This week I moved it to an Oracle Cloud linux VM, worked for..2 days I think. Until today that someone told me "your bot is not working". I double checked...and was right, bot not working.

I decied to move it again back to the raspberry at home, but same error. Tried to run in my Win11 docker desktop (same parameters as always), and same message than in Cloud and Raspy.

@LucaTNT Do you know what can be causing this? because I read the git post that says in the error log but I can't find a solution...

Thank you so much in advanced.

Here the log i got from my recently created container:

XXXXX@raspberrypi:~ $ sudo docker logs -f XXXXXXXXXX
Thu, 12 Dec 2024 17:32:51 GMT node-telegram-bot-api deprecated Automatic enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See https://github.com/yagop/node-telegram-bot-api/issues/319. at node:internal/modules/cjs/loader:1092:14
2024-12-12 17:32:54 Found non-Amazon URL https://amzn.eu/d/cR6U3fe

cgonIT avatar Dec 12 '24 17:12 cgonIT

Hi, the node-telegram-bot-api deprecated [...] has always been there but doesn't impact the bot's functionality. The problem is that I never got around to adding support for amzn.eu links, I hope I will someday

LucaTNT avatar Dec 12 '24 21:12 LucaTNT