When running the same code I have been using for quite some time to fetch data with the python eikon api, I am now receiving a 404 on all requests. I have verified that Eikon is listening on port 9000
netstat -anb output:
[EikonBox.exe]
TCP 127.0.0.1:9000 0.0.0.0:0 LISTENING
however any attempt to post to http://localhost:9000/api/v1/data generates the error in the screenshot.
error.png
Can anyone advise?