You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: