When importing the lseg.data library in python and then calling
ld.open_session() im getting an error
Response 401 on handshake url http://localhost:9025/api/handshake
For previous library refinitiv.data we were able to solve the situation by setting an environment variable 'NO_PROXY' like displayed here.
os.environ['NO_PROXY'] = '127.0.0.1'
Is there any similar solution for the lseg.data library?