guiconti / Gibot

4 stars 1 forks source link

Error: ETELEGRAM: 400 Bad Request: message text is empty #40

Open guiconti opened 6 years ago

guiconti commented 6 years ago

View details in Rollbar: https://rollbar.com/guiconti/Gibot/items/13/


Error: ETELEGRAM: 429 Too Many Requests: retry after 40
  File "/home/ec2-user/github/Gibot/node_modules/node-telegram-bot-api/src/telegram.js", line 213, in request.then.resp
            throw new errors.TelegramError(`${data.error_code} ${data.description}`, resp);
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/util.js", line 16, in tryCatcher
            return target.apply(this, arguments);
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/promise.js", line 512, in Promise._settlePromiseFromHandler
            x = tryCatch(handler).call(receiver, value);
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/promise.js", line 569, in Promise._settlePromise
                this._settlePromiseFromHandler(handler, receiver, value, promise);
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/promise.js", line 614, in Promise._settlePromise0
        this._settlePromise(promise, handler, receiver, value);
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/promise.js", line 693, in Promise._settlePromises
                this._settlePromise0(this._fulfillmentHandler0, value, bitField);
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/async.js", line 133, in Async._drainQueue
                fn._settlePromises();
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/async.js", line 143, in Async._drainQueues
        this._drainQueue(this._normalQueue);
  File "/home/ec2-user/github/Gibot/node_modules/bluebird/js/release/async.js", line 17, in Immediate.Async.drainQueues
            self._drainQueues();
  File "timers.js", line 672, in runCallback
  File "timers.js", line 645, in tryOnImmediate
  File "timers.js", line 617, in processImmediate [as _immediateCallback]