We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a4736c + 01309f0 commit 14e442bCopy full SHA for 14e442b
doc/source/troubleshooting.rst
@@ -160,3 +160,10 @@ This error appears in the logcat log if you try to access
160
``org.renpy.android.PythonActivity`` from within the new toolchain. To
161
fix it, change your code to reference
162
``org.kivy.android.PythonActivity`` instead.
163
+
164
+websocket-client: if you see errors relating to 'SSL not available'
165
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166
+Ensure you have the package backports.ssl-match-hostname in the buildozer requirements, since Kivy targets python 2.7.x
167
168
+You may also need sslopt={"cert_reqs": ssl.CERT_NONE} as a parameter to ws.run_forever() if you get an error relating to host verification
169
0 commit comments