rets icon indicating copy to clipboard operation
rets copied to clipboard

no valid endpoints was found

Open maninderjit-johar opened this issue 3 years ago • 1 comments

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

maninderjit-johar avatar Sep 24 '22 02:09 maninderjit-johar

Were you able to resolve this?

qdmt avatar Feb 21 '23 07:02 qdmt