Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
73 1 4 6

Error code 503 | Server Error: API Proxy is not available

eikon.eikonError.EikonError: Error code 503 | Server Error: API Proxy is not available

Started to get this errors recently. Cleaning Eikon cache helped to fix the first occurrence of this error few days ago, but now the error is back and cleaning cache no longer helps. Rebooting PC is the option I'd try to avoid.

http://localhost:9000/ping?all

{"port":9000,"mode":"eikon4","pid":107696,"hasSecure":true,"startedTime":"Wed Jul 15 2020 15:34:51 GMT+0300 (Russia TZ 2 Standard Time)","subApps":[{"path":"/heap"},{"path":"/ping"},{"path":"/sxs","data":{"hasSecure":true,"sxsApps":{}}},{"path":"/api"}]}

http://localhost:9000/api/handshake

API Proxy is not available


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@ivan.cherkasov

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@ivan.cherkasov

Hi,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

Upvotes
Accepted
10.2k 18 6 9

Hi @ivan.cherkasov our dev team have investigated this issue using the versions you gave and have the following advice:

He was able to reproduce the issue with same versions (Desktop 4.0.52055 + PROXY (9.52.0.51). But once he removed Eikon (and all related directories like user cache) then reinstalled it, now it's working well. Further, he wasn’t able to come back to the initial status to reproduce the issue. He thinks that’s linked to the way that Eikon is updated and/or upgraded.


Something that causes the issue could persist in Eikon cache (or elsewhere). We have forwarded to the Eikon Team to investigate further but in the interim the tests/steps are as follows:

1. Clean Eikon cache, then retry.

2. Reboot the machine then retry.

3. Uninstall Eikon (check that "C:\Program Files (x86)\Thomson Reuters" and "C:\Users\<username>\AppData\Local\Thomson Reuters\Eikon User" was suppressed or are empty), then reinstall Eikon.

I'm sorry if the third option is quite radical, but I don't see another one.

I hope this can help.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
10.2k 18 6 9

Hi @ivan.cherkasov thanks for your question - the Eikon API Proxy may not be running on the machine. Though it appears frm your pingall trace it is running. I have experienced this following occasions when there is a dropped connection and reconnect.

Please follow steps in this article to verify if the Eikon API Proxy is running.

I hope this can help.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
73 1 4 6

I cleaned cache, rebooted, cleaned cache, started Eikon. It seems that the proxy managed to start after that. Though now it jumped to the port 9100

http://localhost:9100/api/handshake

{"code":404,"message":"Not Found","statusMessage":"Not Found"}

even if I type 9000 port in the URL above. Wonder how long it would last.

Is there any way to restart Eikon without rebooting? Some sort of a service to be restarted or smth. like that?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
4.3k 2 4 5

Hi,

What is the response when you type http://localhost:9000/api/ in a browser ?

You should have this :


1594819597238.png (20.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
73 1 4 6

Wow, never saw smth. like this.

Now (when proxy started, supposedly, since the 503 error is gone).

http://localhost:9000/api/ redirects my browser to http://localhost:9100/api/ which shows the following string, whatever that means:

{"code":500,"message":"Cannot find module \".\"","statusMessage":"Internal Server Error"}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
4.3k 2 4 5

That could mean that you don't have an Eikon variant available for Data API Proxy (despite that Eikon Proxy is running on the machine).

Could you detail Eikon and eikon lib versions ?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
73 1 4 6

That's odd, because I was using Eikon API proxy for past several years (from python) with this terminal. Versions are the following:

Desktop 4.0.52 (4.0.52055)

PROXY (9.52.0.51)

>>> eikon.__version__

'1.1.2'


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
17.2k 82 39 63

Hi @ivan.cherkasov,

Given you are using Eikon 4, you will need to use the command: http://localhost:9000/ping?all which you have been doing. Secondly, you can't simply use the handshake as a GET:http://localhost:9000/api/handshake. The handshake request needs to be sent as a POST message with a body.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
73 1 4 6

I'm sitting behind the corporate firewall and it appears that sometimes smth. is blocking Eikon updates or components installation (if cache was cleared, for example) or maybe smth. else it requires, resulting in odd errors like in the subject of this thread. Our IT teams investigates these on case-by-case basis, and so far Eikon is working for me.


However it is quite hard to figure out what exactly is going on when such thing happens. For example, right now I'm successfully fetching data via python api and, supposedly, proxy is running, but for http://localhost:9000/api/ in the browser I see the following:

{"code":500,"message":"Cannot find module \".\"","statusMessage":"Internal Server Error"}

For http://localhost:9000/ping?all I see

{"port":9000,"mode":"eikon4","pid":74148,"hasSecure":true,"startedTime":"Fri Jul 31 2020 08:00:05 GMT+0300 (Russia TZ 2 Standard Time)","subApps":[{"path":"/heap"},{"path":"/ping"},{"path":"/sxs","data":{"hasSecure":true,"sxsApps":{}}},{"path":"/api"},{"path":"/sxs/v1/services/messenger"},{"path":"/sxs/v1/services/messenger"},{"path":"/sxs/v1/services/messenger"},{"path":"/sxs/v1/services/messenger"},{"path":"/sxs/v1/services/messenger"}]}
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

I got the same error as yours when using the browser to get http://localhost:9000/api/. I was redirected to port 9060.

However, my Eikon Data API works fine.


1597648982872.png (16.3 KiB)

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.