BUG: Unhandled Exception on message.text??? #28

Closed
opened 2016-11-21 18:03:35 +00:00 by austinhuang0131 · 5 comments
austinhuang0131 commented 2016-11-21 18:03:35 +00:00 (Migrated from github.com)
Unhandled: [object Promise] Reason: TypeError: Cannot read property 'text' of undefined

As the title said.

``` Unhandled: [object Promise] Reason: TypeError: Cannot read property 'text' of undefined ``` As the title said.
mdibaiee commented 2016-11-21 19:34:51 +00:00 (Migrated from github.com)

More details please.

More details please.
austinhuang0131 commented 2016-11-21 19:54:54 +00:00 (Migrated from github.com)

I am unable to provide more details, as it did not tell me which line it happened.

My source is here.

I am unable to provide more details, as it did not tell me which line it happened. My source is [here](https://github.com/austinhuang0131/lydia-1/blob/master/start.js).
mdibaiee commented 2016-11-21 20:04:30 +00:00 (Migrated from github.com)

@austinhuang0131 ow, I know as much as you do in this case. 🤔

I would suggest you use .catch blocks everywhere (i.e. better error handling) to see where the error occurs and why.

Also, see if the error occurs on a specific message / command, so you can inspect that block of code.

@austinhuang0131 ow, I know as much as you do in this case. 🤔 I would suggest you use `.catch` blocks everywhere (i.e. better error handling) to see where the error occurs and why. Also, see if the error occurs on a specific message / command, so you can inspect that block of code.
austinhuang0131 commented 2016-11-21 21:39:17 +00:00 (Migrated from github.com)

1. Well, I put bot.command(...).catch(...) but it doesn't seem to work (not a function). I have bluebird. Solved.
2. Telegram will re-send all messages that had not been handled, so this is not going to work.

Sorry about that.

~~1. Well, I put `bot.command(...).catch(...)` but it doesn't seem to work (not a function). I have bluebird.~~ Solved. 2. Telegram will re-send all messages that had not been handled, so this is not going to work. Sorry about that.
mdibaiee commented 2016-11-21 21:41:20 +00:00 (Migrated from github.com)

@austinhuang0131 Glad your problem was solved! 👍

@austinhuang0131 Glad your problem was solved! :+1:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thereadme/node-telegram-api#28
No description provided.