You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING [bioservices.BioDBNet:130]: The URL (https://biodbnet-abcc.ncifcrf.gov/webServices/rest.php/biodbnetRestApi.json) provided cannot be reached.
CRITICAL[bioservices.BioDBNet:711]: HTTPSConnectionPool(host='biodbnet-abcc.ncifcrf.gov', port=443): Max retries exceeded with url: /webServices/rest.php/biodbnetRestApi.json?method=getinputs (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1002)')))
CRITICAL[bioservices.BioDBNet:712]: Query unsuccesful. Maybe too slow response.
Consider increasing it with settings.TIMEOUT attribute 30
I'm able to access the URL in the warning (biodbnet-abcc.ncifcrf.gov) in a web browser. When I access the full URL in a browser, I get the following JSON back
Hi, I'm receiving the following error
This is the code I'm using
I'm able to access the URL in the warning (
biodbnet-abcc.ncifcrf.gov
) in a web browser. When I access the full URL in a browser, I get the following JSON backI am using bioservices version 1.11.2, installed from conda-forge
Thanks for any help!
The text was updated successfully, but these errors were encountered: