You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.