Commit b07b2a2b4747c44b81e8d8236b904460de584a1c

Authored by Miguel Barão
1 parent 8dd7c43a
Exists in master and in 1 other branch dev

README.md edited online with Bitbucket

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
@@ -51,6 +51,10 @@ vi config/server.conf @@ -51,6 +51,10 @@ vi config/server.conf
51 # ^C to terminate the server 51 # ^C to terminate the server
52 ``` 52 ```
53 53
  54 +### Troubleshooting
  55 +
  56 +* If you are getting any `UnicodeEncodeError` type of errors that's because the terminal is not supporting UTF-8. Try running `locale` on the terminal and see if there is any error messages. Fix it with `sudo dpkg-reconfigure locales`, select your UTF-8 locales and try again.
  57 +
54 ### Contribute ### 58 ### Contribute ###
55 59
56 * Writing questions in yaml format 60 * Writing questions in yaml format