I trying to use lseg-data package in python i inserted my credentials and API Key :
session = rd.session.platform.Definition(
app_key = credentials.APP_KEY,
grant = rd.session.platform.GrantPassword(
username = credentials.RDP_LOGIN,
password = credentials.RDP_PASSWORD
),
signon_control=True
).get_session()
And then session.open()
However when i try to open the seesion i'm not able to and got a session connection timeout