estately / rets

A pure-ruby library for fetching data from RETS servers
https://github.com/estately/rets
127 stars 94 forks source link

Key is not known in rets. #221

Closed ramesh-bacancy closed 4 years ago

ramesh-bacancy commented 4 years ago

Hi, I'm using the rets gem. I have done with rets mapping to my application. Now trying to fetching the images from MLS server. But I'm getting the issues like (DMQL: Field 'ListingKey' is not known) Please help me with this issue. I'm sharing the screenshots also please have a look at this.

dmql1

dmql2

dmql3

Thanks.

dougcole commented 4 years ago

It looks to me like none of the field names you are trying to use exist in the class you are searching. You need to find the correct field name to use for images, they should be in the metadata.

dougcole commented 4 years ago

I'm closing this now, as it's not a bug in the rets gem. Hopefully that was enough to get you on the right path!