diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 2213b6e..af09cb0 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -10,6 +10,7 @@ - [MeCab for Japanese](./install/mecab.md) - [More details, if needed!](./install/more-details/index.md) - [Windows using Docker](./install/more-details/windows-using-docker.md) +- [Troubleshooting](./install/troubleshooting.md) - [Beta releases](./install/beta-releases.md) # Usage diff --git a/src/install/troubleshooting.md b/src/install/troubleshooting.md new file mode 100644 index 0000000..23f7816 --- /dev/null +++ b/src/install/troubleshooting.md @@ -0,0 +1,15 @@ +# Troubleshooting + +Tech is complicated, tech can break. + +As always, Google is your best friend here. + +## CERTIFICATE_VERIFY_FAILED + +One user (on a Mac, pip install of Lute) reported an error on doing image or dictionary lookups: + +``` +Mac OSX python ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) +``` + +Likely solutions are outlined in [this StackOverflow post](https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify). \ No newline at end of file