OkhttpCacheInterceptor icon indicating copy to clipboard operation
OkhttpCacheInterceptor copied to clipboard

NullPointerException

Open lsj-gh opened this issue 5 years ago • 0 comments

java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.OutputStream com.xiaolei.OkhttpCacheInterceptor.Catch.DiskLruCache$Editor.newOutputStream(int)' on a null object reference
    at com.xiaolei.OkhttpCacheInterceptor.Catch.CacheManager.putCache(CacheManager.java:84)
    at com.xiaolei.OkhttpCacheInterceptor.Catch.CacheManager$1.run(CacheManager.java:117)

lsj-gh avatar May 30 '20 07:05 lsj-gh