-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cannot connect to hitran #8
Comments
I checked on a Windows 10 Enterprise x64 machine and it does work correctly. I am using Python 3.7.3 and hitran-api 1.1.0.9.0. |
I assume I have the same error using Windows 11. Tried Python 3.9.7 and 3.10.8 with miniconda, anaconda and without conda always after fresh install - always the same issue. It works however fine on my windows 10 machine. Any idea on how to solve it? Update: it somehow sorted itself out. I used my mobile phone as a hotspot and was able to get a connection to hitran. Now it is also working with my normal WLAN. Furthermore, I installed jupyterlab git. Doing this may have updated or installed |
I have the same issue .. any one know how to solve this ? |
Still there? |
Hello, I am still having this issue even with certifi installed.
Adding the following code: Causes the following issue even after deleting the download files. Happy to hear any advice or if anyone was able to solve.
|
I have a problem connecting to the hitran database using the api. I use the following code:
and get a "SSLCertVerificationError". I attached the full trace as a file. log.txt I found this discussion online: https://bugs.python.org/issue36866 It may be related?
I use MacOS 10.14.5, Python 3.7.3, hitran-api 1.1.0.9.6 (and also with version 1.1.0.9.0).
The text was updated successfully, but these errors were encountered: