-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem troubleshooting non responsiveness of hubot chatbot #3
Comments
Can you try exporting HUBOT_LOG_LEVEL="debug" environment variable and then retrieve logs. It should give you more detailed logs In cloud pub/sub mode, we print the received message. Please check if you see them. |
@kumarse Thanks. Now, I'm getting some output from my container, but I'm not sure what it is though.It would be really helpful if you could take some time to explain it. Thanks
|
Hi,
I'm trying to run hubot locally and configured it using gcp pub/sub adapter. I published my bot on hangout chat as well following this guide https://developers.google.com/hangouts/chat/how-tos/integrate-hubot
It shows up as green in chat (so I think it is connecting with my app), but I don't get any response back from the bot.
So, I tried getting logs from my docker container, where I'm running it. But, it doesn't contain any relevant information. This blocks me to do anything further. Any help is appreciated.
Here is my Dockerfile
And here are my logs
The text was updated successfully, but these errors were encountered: