Skip to content

no valid endpoints was found #230

Description

@maninderjit-johar

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions