-
Using streaming service IDN_RDFNTS_CF with platform session throws error
Hello, I'm currently using the .Net Library and having been using the IDN_RDFNTS_CF streaming service with a desktop session connection. I've been trying to use implement a platform session connection but the streaming service IDN_RDFNTS_CF returns this error in the stream responses: Why am I getting this error? From my…
-
How to properly open a Platform session?
I am trying to open a platform session in Python using the following guide: Example.DataLibrary.Python/Examples/4-Session/EX-4.01.01-Sessions.ipynb at lseg-data-examples · LSEG-API-Samples/Example.DataLibrary.Python · GitHub However, it systematically fails. The code either runs indefinitely or returns a timed-out error. I…
-
RDError: Error code 0 | Error happened during config file ../Configuration\refinitiv-data.config....
...json read When performing the tutorial for Refinitiv Data Library for Python I did all according to the suggestions. I created a config-file with the credentials (I checked: they are correct!) and in the Quickstart tutorial I tried QS_1.0 - Sessions.ipynb. At the rd.open_session() statement I get a lot of errors, ending…
-
Cannot open.session() for refinitiv.data API
I am trying to use the below function to access the daily market prices from the refinitiv data API. However, at session.open() I get an error - in the _utils.py, " ValueError: Proxy keys should use proper URL forms rather than plain scheme strings. instead of "qualys_http", user "qualys_http://" Can some one help me with…
-
Trading session meta data queried with Refinitiv Data Library for .NET is ambiguous
Using the 3.2.06-Endpoint-TSIMetadata (beta5) example for the Refinitiv Data Library for .NET I queried the session meta data for the Instruments SQ3 and JPY=TF. (example query: "/data/historical-pricing/v1/metadata/instrument-metadata?version=v2&types=TradingSessions&ric=SQ3") Checking the session definition for the…
-
Open Session Error (python) -- refinitiv-data version 1.2.0
I receive the following error when attempting to open a session using refinitiv-data v1.2.0: "[error 0 - none] send() got an unexpected keyword argument 'follow_redirects' " I use the refinitiv-data.config.json file to open a platform.rdp session. The exact command, rd.open_session(), works with version 1.1.1 of the…
-
State: Closed/Suspect/Timeout - text: "Authentication token has expired."
Our application is connecting successfully, but the connection drops after a little while. It does so systematically when restarted. The same code works fine for other instances using other machine IDs. I have verified that only this instance use the machineID and I was confirmed that it is dedicated. Is there a…
-
Failure on OMM stream: Malformed JSON received during token refresh: '{"error":"server_error" ,"...
...error_description":"Request "xxxxxx-yyyyy-zzzz-tttt-sssssssss" has failed on backend call timeout" } '. Status code: 500 Hi Community members. I really appreciate your support, sorry if this question is to direct, I wish to clarify I don't actually know if it is a bug on Refinitiv Server Backend side, just searching for…
-
continuing q-98478, Failure on OMM stream: Malformed JSON received during token refresh: '{"error...
...":"server_error" ,"error_description":"Request "xxxxxx-yyyyy-zzzz-tttt-sssssssss" has failed on backend call timeout" } '. Status code: 500 There is a problem with python Refinitiv-Data package 1.0.0b20, there are multiple ' " ' double quote scopes on timeout message (I think it is a bug on Refinitiv Server Side)…
-
Continuing question 93989 ommstreaming-pricing-012-received-a-closing-messag (I cant add a commen...
...t there) hi Jirapongse I asked a question in the past "[OMMSTREAMING_PRICING_0.12] received a closing message (cxn state=StreamCxnState.Connected, message state={'Stream': 'Closed', 'Data': 'Suspect', 'Code': 'UserAccessToAppDenied', 'Text': 'TREP authentication failed (1026, Request for token validatio" Jirapongse sent…
-
Retrieving Foreign Exchange Data (FX) using RDP library
Hi - Thanks in advance for any help with this. I would like to download a subset of historical intraday Foreign Exchange (FXD5) data for all exchanges in this date range: (Aprils of 2010, '13, '16', '19). Upon purchase, I was given this documentation, Getting Started with Refinitiv Data Platform This is the type of data I…
-
Refinitiv-Data vs Refinitiv-Dataplatform
Hi I'd like to know the difference between these libraries: https://pypi.org/project/refinitiv-data/ https://pypi.org/project/refinitiv-dataplatform/ Is refinitiv-data a library that includes all the features of dataplatform? I'm also having trouble creating a session with refinitiv-data. Thanks,
-
Python RDP eikon session key and deployment
Hi, for some app I am building, I need to run RDP and eikon queries in Python. I want to be able to deploy my app on trader's (Windows) desktops. How can I handle the session key (see snippet below)? Is there a way via pyRFA e.g.? Many thanks Best regards Grigorios import eikon as ek import refinitiv.dataplatform as rdp…
-
Did the name of iPlanetDirectoryPro session cookie change?
I have code that was working and it expects an iPlanetDirectoryPro cookie to be returned but it is no longer in the list returned by the login URL wondering if any one knows about changes made to AM/OpenAM Thank you
-
Could not instantiate session in Linux environment
In the development and deployment process, we encountered the following: call String sessionName = CommandLine08. variable ("session"); session = Session. acquire (session Name); The linux environment failed to instantiate session, and windows was normal. How to deal with it? The error is reported as follows. Is there any…