Hello,
I've been using DSWS for a while on the same environment, but since last week I can no longer use it. Let me copy/paste what I get:
import DatastreamDSWS as DSWS
ds = DSWS.Datastream(username='...',password='...')
HTTPSConnectionPool(host='product.datastream.com', port=443): Read timed out. (read timeout=180)
_get_json_Response : Exception Occured:
HTTPSConnectionPool(host='product.datastream.com', port=443): Read timed out. (read timeout=180)
For your information here are some details on that environment:
Python 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.
IPython 6.5.0 -- An enhanced Interactive Python.
Would you have any idea regarding this issue ?
Thanks.