Hi,
I'm trying to find the issue causing the following on the machine of a colleague :
When he runs
import eikon as ek
ek.set_app_key('apk')
ek.get_timeseries('FCPOc3')
He gets the following response:
Error code 500 | Server Error: {"code":500,"message":"getaddrinfo ENOTFOUND emea1.apps.cp.thomsonreuters.com emea1.apps.cp.thomsonreuters.com:443","statusMessage":"Internal Server Error"}
On my machine the code above works fine. We are both behind the same corporate firewall and connected via the same VPN connection. When he shuts down the VPN, the error above does not show and the data is retrieved as expected.
To check whether this is a network issue, I tried pinging
emea1.apps.cp.thomsonreuters.com
But this gives me:
Ping request could not find host emea1.apps.cp.thomsonreuters.com. Please check the name and try again.
How to proceed on this? A little more than a week ago all was working fine, so perhaps the firewall rules have changed, but I dont know where to start.
Thanks