refindlyllc / rets

A thin RETS client
MIT License
69 stars 26 forks source link

no valid endpoints was found #230

Open maninderjit-johar opened 2 years ago

maninderjit-johar commented 2 years ago

When I am running this following code:

from rets import Session login_url = 'url' username= '####' password = '###' rets_client = Session(login_url,username,password) rets_client.login()

Till this point it returns True , so I am guessing it is logging in.

but when I try to rets_client.get_system_metadata() I am getting the following error: NotLoggedIn: GetMetadata tried but no valid endpoints was found. Did you forget to Login?

image

qdmt commented 1 year ago

Were you able to resolve this?