smartystreets / smartystreets-java-sdk

The official client libraries for accessing SmartyStreets APIs from Java (and JRE-based languages)
https://smartystreets.com/docs/sdk/java
14 stars 18 forks source link

SDK throwing null pointer exception while getting payload from Response #27

Closed aniruddh-deserve closed 2 years ago

aniruddh-deserve commented 2 years ago

Exception Strace : java.lang.NullPointerException: Attempt to read from field 'byte[] vz5.payload' on a null object reference at com.smartystreets.api.Response.getPayload at com.smartystreets.api.us_autocomplete_pro.Client.send(SourceFile:31)

DuncanBeutler commented 2 years ago

@aniruddh-deserve Can you provide the address that is yielding this error so as to properly reproduce the bug?

RyanLCox1 commented 2 years ago

I'm going to go ahead and close this as there has been a new release of the sdk. If this is still a problem, please reopen the bug with a full stack trace.