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
I have recently been usinng your package to get started wiht some knowledge graphs. It was easy fo rme to obtain the hald KG, however when trying to download the MonarchKG, I was unable to download the file due to:
Upon looking into the source code, I believe the error is realted to the timeout in get_request_with_retries funtion, as increasing the timeout to 10 for example fixed the issue.
The text was updated successfully, but these errors were encountered:
Hi
I have recently been usinng your package to get started wiht some knowledge graphs. It was easy fo rme to obtain the hald KG, however when trying to download the MonarchKG, I was unable to download the file due to:
ReadTimeout: HTTPSConnectionPool(host='data.monarchinitiative.org', port=443): Read timed out. (read timeout=5)
Upon looking into the source code, I believe the error is realted to the timeout in
get_request_with_retries
funtion, as increasing the timeout to 10 for example fixed the issue.The text was updated successfully, but these errors were encountered: