tfKamran / hangouts-auto-reply-bot

A customisable bot that replies on hangouts based on the configuration.
MIT License
3 stars 0 forks source link

Does not work #2

Closed lwheelden56 closed 4 years ago

lwheelden56 commented 6 years ago

The readme configuration instructions do not work. "Command not found"

tfKamran commented 6 years ago

What platform are you using this on?

lwheelden56 commented 6 years ago

Linux, specifically Ubuntu based.

lwheelden56 commented 6 years ago

I get a "bot is online" message, but I cannot configure anything, even in a new terminal tab.

tfKamran commented 4 years ago

To help debug the issue, please execute the following to get the path of your binary:

which hangouts-auto-reply-bot

Then check if the hangouts-auto-reply-bot-configure exists on the same location with:

ls "$(which hangouts-auto-reply-bot)-configure"

Let me know the results.

tfKamran commented 4 years ago

I just published a new version, let me know if it solves the issue.