Problem to import from quizzlet to anki

I tried to import my lists from quizzlet to anki with the ad-on “import from quizlet” and this message appeared on my screen “Invalid json: Cannot set verify_mode to CERT_NONE when check_hostname is enabled.”.
I have already tried many time to uninstall Anki and the ad-on but nothing has worked.
What can I do to solve this problem ?
Thanks you in advance

If you’re talking about https://ankiweb.net/shared/info/1362209126 (Quizlet to Anki 2.1 Importer with audio support), maybe go to Tools > Add-ons > Quizlet > View Files, open __init__.py in the text editor, replace all occurrences of verify=False with verify=True, save the file, restart Anki and try to use the add-on again. If it doesn’t help, maybe try to import it by pasting the HTML into the add-on’s window or maybe report the issue at Issues · sviatoslav-lebediev/anki-quizlet-importer-extended · GitHub

Thank you !! i try to open the init.py with PYTHON but my file closes immediatly when i try to do that. That’s why i can’t make your verification. What can i do ? Thanks a lot

To edit it, either open any text editor first (Notepad, Sublime Text, Visual Studio Code) and use the File > Open menu to open __init__.py or right click on __init__.py and select “Open with”.

If you have Python installed, you can also open it with IDLE, but any text editor will work too.

image