Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

zoidberg "you should feel bad" meme displays hubot name on meme #1596

Closed
meetmagdalene opened this issue Oct 3, 2014 · 3 comments
Closed
Labels

Comments

@meetmagdalene
Copy link

I just connected up the futurama.coffee script to my hipchat hubot, but whenever it calls and makes a meme with any of the commands it adds the hubot's name to the beginning like Cortana: Your beer is bad and you should feel bad!

I don't know much about coffee script so I can't pick out how to remove that from the meme generation. Any thoughts? How do I update the file to remove this?

@meetmagdalene
Copy link
Author

It's just on the Zoidberg ones. I just double checked.

@darksheer
Copy link

I have mine installed, but things still aren't working properly. I get the following error messages:

Did you adjust any of the script thus far?

2014-11-05T22:58:58.363317+00:00 app[web.1]: Incoming message received
2014-11-05T22:58:58.646986+00:00 app[web.1]: [Wed Nov 05 2014 22:58:58 GMT+0000 (UTC)] ERROR TypeError: Cannot read property 'instanceImageUrl' of undefined
2014-11-05T22:58:58.646996+00:00 app[web.1]: at _stream_readable.js:943:16
2014-11-05T22:58:58.646992+00:00 app[web.1]: at IncomingMessage. (/app/node_modules/hubot/node_modules/scoped-http-client/lib/index.js:70:20)
2014-11-05T22:58:58.646991+00:00 app[web.1]: at /app/node_modules/hubot-scripts/src/scripts/futurama.coffee:74:5, :59:34
2014-11-05T22:58:58.647000+00:00 app[web.1]:
2014-11-05T22:58:58.646994+00:00 app[web.1]: at IncomingMessage.emit (events.js:117:20)
2014-11-05T22:58:58.646998+00:00 app[web.1]: at process._tickCallback (node.js:419:13)
2014-11-05T22:59:01.786645+00:00 app[web.1]: [Wed Nov 05 2014 22:59:01 GMT+0000 (UTC)] INFO keepalive ping
2014-11-05T22:59:02.042159+00:00 app[web.1]: [Wed Nov 05 2014 22:59:02 GMT+0000 (UTC)] INFO keepalive pong: 200 OK

@technicalpickles
Copy link
Contributor

We are actually moving away from adding scripts to repository in favor of separate npm packages per scripts. We have already stopped accepting new scripts, and will stop accepting pull requests on this repository after hubot 3.0.

See #1113 for details. If you are interested in maintaining this longer term, check npm in case someone already made a package for it, and if not, check out https://hubot.github.com/docs/scripting/ for creating a package of your own.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants