Closed Alkisum closed 5 years ago
@Alkisum I'm having this issue too, I think it's because the version of python bundled with Anki is 2.7.3, and it's having trouble negotiating with the memrise servers on a proper TLS version, since 2.7.3's urllib SSL library is wayyy too old.
@Alkisum the OS X version of anki works downloading audio files from memrise btw
@peixian Thank you so much for the information! I would like to avoid using the OS X version, is there any workaround to make memrise2anki-extension download media files from Memrise?
@Alkisum you could try rebuilding the linux version of Anki from source and replace the python version
Thanks for your help @peixian, I actually decided to go with OS X and it worked perfectly.
The SSL problem seems to be caused by some issue with urllib2. The internet suggests to use requests instead.
Is @wilddom still maintaining this project?
@Troyciv The problem has been accurately analyzed by @peixian. Even when switching to requests, as far as I know there are quite some dependencies involved in order to get SNI working. Maybe I'll consider rewriting the addon for Anki 2.1, but I don't know for sure.
I just pushed an update for Anki 2.1
When I import a Memrise Course with media files, I receive this error message:
Here some more information of my system: OS: Manjaro 17.1.7 Python: 3.6.4 Anki: 2.0.50 memrise2anki-extension: 1.1
I don't know if this is a general problem or just a bad configuration of my system.
Thanks for your work!