fikisipi / SmartCache

A library for preloaded Retrofit responses.
Apache License 2.0
78 stars 16 forks source link

get com.squareup.okhttp.Request.newBuilder()' on a null object reference ERROR #3

Closed SamuelY closed 7 years ago

SamuelY commented 7 years ago

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'com.squareup.okhttp.Request$Builder com.squareup.okhttp.Request.newBuilder()' on a null object reference at dimitrovskif.smartcache.SmartCallFactory$SmartCallImpl.buildRequest(SmartCallFactory.java:200) at dimitrovskif.smartcache.SmartCallFactory$SmartCallImpl.enqueue(SmartCallFactory.java:166)

fikisipi commented 7 years ago

Hi, I haven't maintained this lib for a long time. This may be a good opportunity to launch a new version with Retrofit 2.2 as a dependency and fix the issue you have.

fikisipi commented 7 years ago

Closed due to inactivity and no reproduction steps.