Skip to content
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

Added troubleshooting section #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,21 @@ Then navigate to `http://127.0.0.1:5000/` in a browser.

## All done! Go play around and make the bot your own.

##Troubleshooting
If you get errors make sure you have the following dependencies installed in the bot's directory:
* Foreman
* Director
* cool-ascii-faces

Run: `npm ls --depth=0` to check what packages you have in your bot's directory.

If you're missing any use the following commands to install them:

1. `npm install foreman`
2. `npm install director`
3. `npm install cool-ascii-faces`

Sometimes you might need to use `nf start` instead of `foreman start`.

If you plan on hosting the bot locally you will also need to open port 5000 on your router as well as changing the URL to `http://Your_IP_Address:5000` within your bot settings on groupme.