Hi I'm using the python API for datastream with no issues locally but struggling to trigger these scripts on my server on a schedule.
The problem I'm facing is that I fly blindly on the server with very little error information - simply the result is just the get_data function retrieves nothing.
This server needs to have the API url whitelisted (as all web urls are otherwise blocked). I have whitelisted the below - Can anyone confirm this is correct?
https://product.datastream.com/DSWSClient/V1/DSService.svc/rest/
https://datastreamprod.int.refinitiv.com/dswsclient/V1/DSService.svc/rest/
Secondly my python installation is different on this server where the requests library is version 2.22 and my local requests library is 2.24. Aligning is very difficult (corporate IT). Are there any known issues utilizing this version of requests through the python API?