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

Documentation interrupted due to an invalid SSL certificate #378

Closed
thibaultcordier opened this issue Nov 14, 2023 · 0 comments · Fixed by #446
Closed

Documentation interrupted due to an invalid SSL certificate #378

thibaultcordier opened this issue Nov 14, 2023 · 0 comments · Fixed by #446
Labels
Good first issue Easy issue to start to contribute to MAPIE
Milestone

Comments

@thibaultcordier
Copy link
Collaborator

Describe the bug
When the documentation was being created the following week, it was interrupted due to an invalid SSL certificate in one example (examples/regression/3-scientific-articles/plot_kim2020_simulations.py).

To Reproduce
Steps to reproduce the behavior:

  1. Run the code examples/regression/3-scientific-articles/plot_kim2020_simulations.py from a previous commit (614293e).

Expected behavior
Resolve the problem linked to the invalid SSL certificate.

Screenshots
See the following link: https://readthedocs.org/projects/mapie/builds/22535216/

WARNING: /home/docs/checkouts/readthedocs.org/user_builds/mapie/checkouts/375/examples/regression/3-scientific-articles/plot_kim2020_simulations.py failed to execute correctly: Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/checkouts/375/examples/regression/3-scientific-articles/plot_kim2020_simulations.py", line 491, in <module>
    results_coverages_widths = comparison_JAB(
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/checkouts/375/examples/regression/3-scientific-articles/plot_kim2020_simulations.py", line 312, in comparison_JAB
    (X, y) = get_X_y()
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/checkouts/375/examples/regression/3-scientific-articles/plot_kim2020_simulations.py", line 71, in get_X_y
    resp = urlopen(url)
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/conda/375/lib/python3.10/urllib/request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/conda/375/lib/python3.10/urllib/request.py", line 519, in open
    response = self._open(req, data)
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/conda/375/lib/python3.10/urllib/request.py", line 536, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/conda/375/lib/python3.10/urllib/request.py", line 496, in _call_chain
    result = func(*args)
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/conda/375/lib/python3.10/urllib/request.py", line 1391, in https_open
    return self.do_open(http.client.HTTPSConnection, req,
  File "/home/docs/checkouts/readthedocs.org/user_builds/mapie/conda/375/lib/python3.10/urllib/request.py", line 1351, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)>
thibaultcordier added a commit that referenced this issue Nov 14, 2023
CI/CD: change version of numpy and python for CI/CD
TMP: relaxing certain constraints #377 #378
@LacombeLouis LacombeLouis added the Good first issue Easy issue to start to contribute to MAPIE label Nov 17, 2023
@LacombeLouis LacombeLouis added this to the 0.9.0 milestone Apr 25, 2024
@LacombeLouis LacombeLouis linked a pull request May 15, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue Easy issue to start to contribute to MAPIE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants