First time here? Check out the FAQ!
0

Error: Object reference not set to an instance of an object. (GetObject)

  • retag add tags

Hello,

We are trying to access the board CREN with the following link:

https://cren-rets.paragonrels.com:443...

We manage to authenticate with our credentials, but when we try to make a GetObject request, we run into the following error:

RETS ReplyCode="20036" ReplyText="Error: Object reference not set to an instance of an object."

We also noted that this happens with any paragon boards, and not just with the CREN MLS

Is there any fix for this?

Jed's avatar
Jed
asked 2019-01-30 13:23:41 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What account name are you using?
Do you have a sample of your getobject request query?

bwolven's avatar bwolven (2019-01-30 13:50:19 -0500) edit
Jed's avatar Jed (2019-01-30 14:10:35 -0500) edit
add a comment see more comments

1 Answer

0

We only support the types listed in METADATA-OBJECT.
For Property it would be: Photo, Thumbnail, and if enabled for your profile Document.
Looks like the Type validation isn't working properly at the moment.
Your request has Type=LargePhoto which is invalid.

bwolven's avatar
bwolven
answered 2019-01-30 14:19:06 -0500, updated 2019-01-30 14:21:01 -0500
edit flag offensive 0 remove flag delete link

Comments

Oh wow thanks for the info! It works just fine when I use Photo

Jed's avatar Jed (2019-01-30 14:37:50 -0500) edit

Sorry about the confusion.
It should be returning a more useful error message like:
RetsReplyCode: 20401
RetsReplyText: Invalid Type [LargePhoto]

bwolven's avatar bwolven (2019-01-30 14:40:28 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer