GochoMugo / tgfancy

A Fancy, Higher-Level Wrapper for Telegram Bot API
MIT License
184 stars 16 forks source link

Update node-telegram-bot-api to 0.27.0 #10

Closed ro31337 closed 7 years ago

ro31337 commented 7 years ago

There is a bug https://github.com/yagop/node-telegram-bot-api/issues/281

And this version is dependent on buggy node-telegram-bot-api.

I would say it is critical.

GochoMugo commented 7 years ago

Sorry, seems dependencies went out of date. Until NTBA hits v1, we will have to keep our dependency version updated to catch up.

See https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004 for more information.

ro31337 commented 7 years ago

I just created PR with this fix, because seems like it's critical. I got few errors already (Telegram servers unstable?)

GochoMugo commented 7 years ago

That underlying error must have been fatal, as the library did not get a server response. Maybe network problem with your server? Can't reach the Telegram servers? Probably something along those lines.

GochoMugo commented 7 years ago

This has been fixed in v0.9.0.

Thanks @ro31337 for the PR!

We can continue the discussion here, if you wish so.