Skip to content
Hamuko edited this page Jul 19, 2016 · 1 revision

Why am I only getting scraping errors with Madokami?

Apparently Madokami can be a bitch when using older versions of OpenSSL. We ran into this problem when using Python with OpenSSL 1.0.1 with our continuous integration system. Please check that your OpenSSL is a recent-ish version before continuing. To determine what version of OpenSSL your Python installation is using, use the command python -c "import ssl; print(ssl.OPENSSL_VERSION)" and compare it to the release history.

Clone this wiki locally