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
1 0 1 1

rdp.search suddenly returns nothing

I am a regular user of rdp.search that was perfectly working for months.

For some reasons I do not understand, it returns now None whatever the query is.

IT_Bonds = rdp.search(view=rdp.SearchViews.FixedIncomeInstruments,

filter = "IssuerCountry eq 'IT' and \

Currency eq 'EUR' and DbType eq 'GOVT' and IsActive eq true and MaturityStandardYield lt 10",

select ="RIC, ISIN, IssuerName, MaturityDate, CouponRate,IndustrySector, MaturityStandardYield, FaceOutstandingUSD, OptionAdjustedDuration, AssetStatus",

top = 10000) => None

Even this simple metadata request returns nothing:
rdp.get_search_metadata(view = rdp.SearchViews.GovCorpInstruments) => None


We went through several troubleshootings with Refinitiv support:
-reboot of EIkon, reboot of machine, clear of cache, clear of IE browsing history...
-Check of rdp api: rdp api works on my pc as get_data calls work
-Run on Codebook: the same rdp.search queries work on Codebook
-Run same script by another user from Refinitiv: the same rdp.search queries work for him
-There were absolutely no installation or upgrade of the Python distribution or packages

rdp-apirdprdp search
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
Accepted
1.3k 3 2 4

Hi @fredgu ,

A fix in API Proxy for Eikon 4 was delivered for all external users. It should fix the issue you have.

If you restart Eikon 4, DATA API PROXY should be updated to the 1.5.2.4 version.
Check in Help>About Refinitiv Eikon menu:

1655741492850.png

If you still having an older version, launch Clear Cache then restart Eikon 4, it should force the update:

1655741575160.png


1655741492850.png (49.7 KiB)
1655741575160.png (47.7 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
1.3k 3 2 4

Hi @fredgu ,

I suspect you reached the daily limit of requests (in term of number and.or volume of retrieved data).

You should activate log with debug level then check in log file if there is any error.

You can also listen session errors to check if tjere is any issue with the connection.
Is it a desktop or a platform session ?

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
1 0 1 1

Hi pf, thks for the reply.

It is a desktop session. If the limit is daily, it should reset everyday unless there is persistence of limits from the previous day?

I got this in the logs.

2022-04-01 09:25:15,835 - httpx._client - DEBUG - HTTP Request: POST http://localhost:9060/api/rdp/discovery/search/v1/ "HTTP/1.1 401 Unauthorized"

How to make it "authorized" again?

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.

@pf

The client got http://localhost:9060/api/rdp/discovery/search/v1/ "HTTP/1.1 401 Unauthorized". Please verify what the problem is.

hi @pf ,

could you check the follow-up question from the client, please?

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.