Hi, I'm a new Datastream WebServices user. I tried to connect to DatastreamDSWS via Python using the following code:
import DatastreamDSWS as DSWS
ds = DSWS.Datastream(username="XXXXXXX", password="XXXXXXXX")
but have been getting the following error:
_get_token : Exception Occured (<class 'AttributeError'>, AttributeError("'str' object has no attribute 'name'"), <traceback object at 0x10f9b1320>) None
Traceback (most recent call last): File "/opt/anaconda3/envs/recommendation_2020/lib/python3.7/site-packages/DatastreamDSWS/DS_Response.py", line 259, in _get_token verify=self.certfile.name).json() AttributeError: 'str' object has no attribute 'name'
I'm assuming my DSWS account is active as was able to get a token from: http://product.datastream.com/DswsClient/Docs/TestSoapV1.aspx