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 have properly modified the configuration file to specify my userID
, UserPWD
, and AppKey
, and passed the path to the function open_session
as follows:
import lseg.data as ld
ld.open_session(name='platform.ldp', config_name=".../LSEG API/Configuration/lseg-data.config.json")