Skip to content

RETS Error 20203: Invalid Query Type #228

Description

@naranqode

Hi!
I try to execute this code:
search_results = rets_client.search(resource='Property', resource_class='RES', limit=1, dmql_query='(ListPrice=150000+)')
for result in search_results:
print(result)

While trying to execute this code I'm getting an error, here is an error
rets.exceptions.RETSException: RETS Error 20203: Invalid Query Type

Any idea?
Any help would be appreciated.
Thanks

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