dear developer team,
i sucsessfully installed the hapi2 module but can´t get acess to the server.
after inserting the following code and pasting the API-key (form my hapi account) I recieve the following error. I don´t know what I did wrong.
import json
from getpass import getpass
import pylab as pl
import matplotlib as mpl
from hapi2 import *
with open('config.json') as f:
print(f.read())
SETTINGS['api_key'] = getpass('Enter valid API key:')
fetch_info()
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)>
dear developer team, i sucsessfully installed the hapi2 module but can´t get acess to the server. after inserting the following code and pasting the API-key (form my hapi account) I recieve the following error. I don´t know what I did wrong.
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)>