Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insecure request in tutorial #285

Open
frankharkins opened this issue Jun 24, 2024 · 0 comments
Open

Insecure request in tutorial #285

frankharkins opened this issue Jun 24, 2024 · 0 comments
Assignees

Comments

@frankharkins
Copy link

I came across the following error while trying the Visualize distances with MDM and NCH tutorial.

Downloading data from 'https://zenodo.org/record/2649069/files/subject_01.zip' to file '/mne_data/MNE-braininvaders2012-data/record/2649069/files/subject_01.zip'.
.venv/lib/python3.11/site-packages/urllib3/connectionpool.py:1063: InsecureRequestWarning: Unverified HTTPS request is being made to host 'zenodo.org'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings

This is being hidden by users due to the following line. I recommend removing this; it's better for users to see warnings than to be hiding dangerous behaviour from them.

warnings.filterwarnings("ignore")
@gcattan gcattan self-assigned this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants