telegram-bot-amazon
telegram-bot-amazon copied to clipboard
The code gets stuck at the beginning
The code gets stuck at the beginning
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
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