ICEMortgageTechnology / developerconnect-dotnet-bindings

43 stars 27 forks source link

"Unexpected character encountered while parsing value: 1....." when opening loan. #3

Open rv80656 opened 6 years ago

rv80656 commented 6 years ago

Using the newest bindings library and samples (2/12/2018) I'm getting the following error when opening a loan file using the language bindings:

Unexpected character encountered while parsing value: 1. Path 'applications[0].borrower.schoolingTermYears', line 1, position 4995.

Using curl, the loan data is received, so, this has to be a bindings issue, I'm hesitant to "dig in" to the bindings as I'd then be out of sync with any new updates... showing the portion of the json with the schoolingTermYears I do not see any obvious json issue... (only a snippet of the curl return shown, identifying information changed)...

"lastNameWithSuffix":"Doe","loanForeclosureOrJudgementIndicator":false,"mailingAddressSameAsPresentIndicator":true,"maritalStatusType":"Married","middleName":"g","outstandingJudgementsIndicator":false,"partyToLawsuitIndicator":false,"presentlyDelinquentIndicator":false,"priorPropertyTitleType":"JointWithSpouse","priorPropertyUsageType":"PrimaryResidence","propertyForeclosedPastSevenYearsIndicator":false,"schoolingTermYears":16,"subtotalLiquidAssetsMinusGiftAmount":55000.00,"taxIdentificationIdentifier":"123-45-6789","totalLiabilitiesBalanceAmount":150000.00,"totalMonthlyIncomeAmount":10000.00,"totalMonthlyIncomeMinusNetRentalAmount":9000.00,"totalPresentHousingExpenseAmount":1200.00,"transactionPurposeDescription":"seeking a mortgage from the company","transUnionCreditScoreForDisclosure":true,

TylerBrinkley commented 6 years ago

The SchoolingTermYears property is specified as a byte[] instead of an int? as it is in EncompassRest.

This is a similar issue to #2.

TylerBrinkley commented 6 years ago

Just from a quick search I found 2 other properties that are specified as byte[] instead of an int?, UsdaHouseholdIncome.Age and Usda.NumberOfPeopleInHousehold.

aparnasm commented 6 years ago

Thanks, Tyler. We will fix these in the next version of the Language Bindings.

TylerBrinkley commented 6 years ago

Will bugs only be fixed when new API's become available or will there be a quicker release cycle for bug fixes such as incrementing the version to 1.1.1?

rv80656 commented 6 years ago

Is there an expected date for the next version of the Language Bindings? Thank you.

On Wed, Feb 21, 2018 at 1:55 PM, aparnasm notifications@github.com wrote:

Thanks, Tyler. We will fix these in the next version of the Language Bindings.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EllieMae/developerconnect-dotnet-bindings/issues/3#issuecomment-367450737, or mute the thread https://github.com/notifications/unsubscribe-auth/AiHyVKLGQN-5fAY-hY28jF30BOjlM6zhks5tXHS_gaJpZM4SExZ3 .

jvidaurrazaga commented 6 years ago

I'm currently running the latest 1.1.0, and I am still getting this error? Files without data in this field will load, however when it has the data, which is almost all loans it errors out.

"Unexpected character encountered while parsing value: 1. Path 'applications[0].borrower.schoolingTermYears', line 1, position 6732"

Ellie-cpawar commented 6 years ago

These issues are addressed in new packages released with version number 1.1.1.

Ellie-cpawar commented 6 years ago

@rv80656 This issue fixed in latest package. Could you please verify?