-
ld.open_session() failling with workspace open
Hi i am working in vscode and when simply running this: import lseg.data as ld ld.open_session() I get this error: An error occurred while requesting URL('http://localhost:9005/api/status').ReadTimeout('timed out')An error occurred while requesting URL('http://localhost:9000/api/status').ReadTimeout('timed out')An error…
-
Workspace Python API: Error: no proxy address identified
We are currently migrating our users from Eikon to Workspace, and they are trying to run their Python scripts using the same scripts and api key that they used with the Eikon API (that as I understand should work fine for Workspace?). However they are getting the following error, which they don't get when the Eikon API is…
-
Unable to Connect to https://api.refinitiv.com/
See below stacktrace: 09:53:29.996 [main] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://api.refinitiv.com:443 09:53:30.022 [main] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to api.refinitiv.com/99.83.242.11:443 09:53:30.022 [main] DEBUG…
-
How can I connect LSEG Workspace API on an Jupyter notebook not in Workspace
looking to pull data from LSEG workspace application into VS code for the development of downstream generic/parametrized, user-driven ingestion using the following code to establish connection, session = rd.session.platform.Definition( app_key="YOUR_APP_KEY", grant="password", # or "client_credentials" for service accounts…
-
lseg-data API
Hi, im trying to use lseg on Google Colab and I tried both EDP_API and EIKON_API… None worked here: !pip install lseg.data import lseg.data as ld ld.open_session(app_key='edsf….fdss') An error occurred while requesting URL('http://localhost:9000/api/status').ConnectError('[Errno 99] Cannot assign requested address')An…
-
No response received using WebSocket API via the Enterprise Apigee Gateway
We are attempting to connect to the Refinitiv RealTime – Optimized WebSocket API via the Enterprise Apigee Gateway to retrieve currency rates. While we’ve successfully established connectivity through the gateway and receive a 101 WebSocket status, we’re encountering issues when sending the login JSON payload. The target…
-
Getting Errors - 'Data': 'Suspect', 'Stream': 'Open', 'Code': 'NoResources', 'Text': 'Not connected
Hi All , Im running Eikon Api codes in which I'm continuously streaming prices ….i have been running these codes for a very long time ..but for past few days im repeatedly getting below errors: Received status message: {'Data': 'Suspect', 'Stream': 'Open', 'Code': 'NoResources', 'Text': 'Not connected.'} now i run long…
-
HTTP request failed: Invalid port: 'None'
I recently migrated to Workspace from Eikon and am working to migrate our existing python-coded back office programs to a new laptop that is set up with Workspace. When trying to connect using an ek_get_data query in a python program run out of a linux shell (WSL) I received an error that says: HTTP request failed: Invalid…
-
ACCES TO LSEG WORK SPACE
Hello, This is my first time trying to use Refinitiv Workspace. However, I see the error saying 'Could not connect to server. Please contact your administrator.' repetitively. Could you please help me handle this problem? Thank you.
-
We get "No connection or service is currently up that supports this request" on RTC Access
We have multiple RTC Access's connecting to multiple ADS to pull data, sometimes we get "No connection or service is currently up that supports this request" when pulling data using the RFA OMM Viewer. Users have also reported issues in Workspace. We then have to restart the RTC Access for it to work
-
ConnectionResetError 104
I am trying to connect to this endpoint and hoping to receive a excel file: "https://api.refinitiv.com/data/change-notifications/v1/published-notifications/211744/attachments/DN_ContentsetANDProduct_Impact.xlsx/.tWLIDJLHSzhZ1zBnHqOboyu8CqsFKMF" It works when I try and connect using the API Playground but not locally.…
-
Error: no proxy address
I have an issue with the Eikon API, could you please direct me to someone who can helpwhen I input it I receive the following error [MainThread 140144172755840] Error: no proxy address identified.2025-02-17 16:57:51,113 P[16237] [MainThread 140144172755840] Error on handshake url http://127.0.0.1:None/api/handshake :…
-
[C#] How to properly handle client side crashes and restarts
Hi! I'm using the RTSDK (https://github.com/Refinitiv/Real-Time-SDK/tree/master/CSharp/Ema) to connect to an OMM Provider application and listen to updates on about 30k instruments. Suppose I create my consumer class, use it to register interest for a set of instruments, and receive updates. I'm wondering what happens if…
-
RTO - Service Discovery via Delivery Direct
Hi LSEG, in a client environment it is required to connect a EMA based application to RTO via Delivery Direct. As a temporary solution to test a successful connection, the EMA application was using hardcoded values for host and port (EmaConfig-host-port.xml inside the attached zip). Thought not optimal, this configuration…
-
Error: messenger not found
user is getting the following message: Listening to port=9006 Error: messenger not found.