Hi, I'm having some trouble with using Eikon Data API, I've just followed https://developers.refinitiv.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv to find where is the problem, but still cannot resolve yet.
Basically, I want to try the following python command
import eikon as ek
ek.set_log_level(1)
ek.set_app_key("key")
print(ek.__version__)
data = ek.get_timeseries('AAPL.O', # the RIC for Apple, Inc.
fields='*', # all fields
start_date='2023-01-01', # start date
end_date='2023-07-01') # end date
But I'm having this log at the `ek.set_app_key("key")` line
[2023-08-03 10:41:22,642;s] - [INFO] - [log] - Send GET request to http://127.0.0.1:9000/api/status to detect API Proxy...
[2023-08-03 10:41:22,642;s] - [DEBUG] - [log] - Request to http://127.0.0.1:9000/api/status
headers = {'x-tr-applicationid': 'key'}
params = None
[2023-08-03 10:41:22,648;s] - [Level 1] - [log] - Send request with headers [(b'Host', b'127.0.0.1:9000'), (b'Accept-Encoding', b'gzip, deflate'), (b'Connection', b'keep-alive'), (b'User-Agent', b'python-httpx/0.24.1'), (b'Accept', b'application/json'), (b'x-tr-applicationid', key')] and cookies None
[2023-08-03 10:41:22,650;s] - [Level 1] - [log] - HTTP request response 503:
<html><head>
Funny thing is if I try the following code, it works
import requests
requests.get("http://127.0.0.1:9000/api/status")
with 200 response
Can you help me use Eikon DATA API?
my python eikon package version is 1.1.17 and running REFINITIV WORKSPACE version is DESKTOP 1.22.303 (or running REFINITIV EIKON version is Desktop 4.0.62(4.0.62015)