Code Monkey home page Code Monkey logo

Comments (9)

arcturial avatar arcturial commented on August 16, 2024

Receiving a messages via getUpdates or a webhook?

from hubot-telegram.

rubybrowncoat avatar rubybrowncoat commented on August 16, 2024

getUpdates

Edit: The messages are received correctly INFO Receiving message_id: 2312. Something happens when they get processed.

from hubot-telegram.

arcturial avatar arcturial commented on August 16, 2024

I am not experiencing this problem, do you perhaps have any custom heroku scripts running? The text is empty error usually happens when using sendMessage with an empty "text" parameter. The getUpdates call does not validate any text parameters.

from hubot-telegram.

rubybrowncoat avatar rubybrowncoat commented on August 16, 2024

I'm not running on heroku. I'll try disabling some scripts and see what happens.

from hubot-telegram.

arcturial avatar arcturial commented on August 16, 2024

sorry I meant hubot, not heroku XD

from hubot-telegram.

rubybrowncoat avatar rubybrowncoat commented on August 16, 2024

Seems like it happens when the bot is trying to answer a command. I have as many errors as I have commands in the getUpdates queue waiting to be processed.

from hubot-telegram.

rubybrowncoat avatar rubybrowncoat commented on August 16, 2024

It fixed itself, somehow.

from hubot-telegram.

arcturial avatar arcturial commented on August 16, 2024

You can add some debug on line 79 of telegram.coffee:

    send: (envelope, strings...) ->
        self = @
        console.log(strings.join())
        @api.invoke 'sendMessage', { chat_id: envelope.room, text: strings.join() }, (err, message) =>

If that is populated but you receive the error, it means its somehow being lost in the adapter. If the output is empty, it is possibly a bad hubot script not specifying the message string correctly...possibly some script using .hear and trying to respond to every message. I haven't been able to replicate it on my instance.

from hubot-telegram.

rubybrowncoat avatar rubybrowncoat commented on August 16, 2024

It isn't happening anymore. I just removed hubot-telegram's directory and reinstalled via npm. I will investigate further if it ever appears again. For now, I'll just close this.

from hubot-telegram.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.