.Net API Infrastructure Error

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

Best Answer

  • @richard.fell

    As a first remediation step I would suggest simply repeating failed request. If this doesn't help, then I'm afraid the next step is to restart Eikon application. It's extremely unlikely that the problem is between your application and Eikon. Almost certainly the problem is between Eikon and the backend platform providing data. And if this is the case, then reinitializing DataService instance won't help, as it would only reinitialize communication between your application and Eikon desktop, whereas you need to reinitialize the communication between Eikon desktop and the backend.