Hello,
I am getting a RequestTypeError.Unspecified when downloading time series data. I would like to know how to recover from this after capturing it. Given it is a static instance, I cannot just rerequest Services = DataService.Instance as that will just give me the same Instance. Can I do Services.Initialize() again? I'm guessing it won't work as the Service State remains Up and the Service says it is already initialized.
Given I have the service as a static member in a class - it looks like I would need to cancel the executable and restart my script, but that is not really an option, which is why I would like to know how to handle this error.
Thanks a lot
Richard