Giter VIP home page Giter VIP logo

Comments (3)

anttipitkanen avatar anttipitkanen commented on July 26, 2024

Is there anything in the hubot console output after start? It should print out an array of the flow UUIDs it has access to before it starts to listen to them. This is at least visible when foreman is used to run the bot.

Also, can you check that you can get a listing of flows for the hubot user using our REST API? You can do that with following request: (the @ in user email encoded as %40)

curl "https://user%40company.com:[email protected]/flows"

from hubot-flowdock.

crfroehlich avatar crfroehlich commented on July 26, 2024

Ah hah! So executing the curl returned Access Denied. It occurred to me that I setup the Flockdock user using the Google authentication and that I had not set a separate password for Flowdock. Once I did that, the curl request returned the data you predicted.

I still do not see an array of flow UUIDs in the output, but hubot is now responding inside Flowdock! Perhaps clarify how to setup the Flowdock user in the instructions? I think I recall seeing someone else report that as the fault, but perhaps they were getting an actual exception which made it more obvious?

Fyi, here is the output (which is the same as before fixing the password):

F:\myBot>bin\hubot.cmd -a flowdock
[Tue Mar 04 2014 09:39:16 GMT-0800 (Pacific Standard Time)] DEBUG Loading adapte
r flowdock
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Loading script
s from F:\myBot\scripts
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Loading script
s from F:\myBot\src\scripts
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\events.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\google-images.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\help.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\httpd.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\maps.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\ping.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\pugme.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\roles.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\rules.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\storage.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\translate.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Parsing help f
or F:\myBot\scripts\youtube.coffee
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Loading hubot-
scripts from F:\myBot\node_modules\hubot-scripts\src\scripts
[Tue Mar 04 2014 09:39:17 GMT-0800 (Pacific Standard Time)] DEBUG Loading extern
al-scripts from npm packages

from hubot-flowdock.

anttipitkanen avatar anttipitkanen commented on July 26, 2024

I added better instructions to the README about the password and added console logging for errors emitted from the underlying Flowdock session. That should display an error when the authentication fails due to invalid credentials. I released the changes as version 0.6.1.

For some reason, you seem to have completely different console output in the above log, so I'm not sure if the error message would have helped in your case.

from hubot-flowdock.

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.