Got the following exception when i try
import DatastreamDSWS as dsws
ds=dsws.Datastream(username='xxx',password='xx')
ds.get_data(ticker)
The error is
get_data : Exception Occured
(<class 'Exception'>, Exception('We are having trouble processing your request at the moment. If this persists, please contact customer support.'), <traceback object at 0x7f8224c2ee40>)
Getting the same error in code book as well.