What are we doing wrong with librets?
Hello,
We are trying to pull photos and have recently brought in Librets to help with this. We're having a bit of trouble when just trying to log into a specific server. Here's the information:
URL: https://nkmls-rets.paragonrels.com/re... Username: 432510011
When trying to login the only response we get is "You are not logged in." Here is the script we're using (minus our credentials).
"NKMLSKY": { "field_mlsNumberName": "L_ListingID", "field_photoIDName": "L_ListingID", "field_photoTypeList": "Photo,Thumbnail", "field_propertyClassMap": { "ResidentialProperty": "RE_1", "MultiFamily": "MF_4" }, "field_propertyResourceName": "Property", "field_selectFields": "L_ListingID,L_PictureCount,L_FirstPhotoAddDt,L_Last_Photo_updt", "field_useStandardNames": false, "login_url": "https://nkmls-rets.paragonrels.com/rets/fnisrets.aspx/NKMLS/login?rets-version=rets/1.7.2", "passwd": "", "user_agent_id": "", "user_agent_passwd": "", "user_id": "432510011", "rets_version": "1.7.2" }
Is this something you may be able to provide assistance with?
Thank you!
Shirley
Comments
You can try setting: session.SetModeFlags(RetsSession.MODE_NO_SSL_VERIFY); with HTTPS. Or try changing URL to HTTP to see if it works without SSL. Also what LIBRETS version are you using?
Thank you! I'll give it a shot and keep you updated.
Sorry, we're on librets 1.6.1
Did it work with either of those suggestions?
Hi, I'm waiting for our developer to let me know. I've sent a follow up asking for an update. Thanks for checking in!
Were you able to get this working?