mcxiaoke / android-volley

DEPRECATED
4.29k stars 1.56k forks source link

Fatal Exception: java.lang.NegativeArraySizeException #130

Closed scottlahay closed 8 years ago

scottlahay commented 8 years ago

Fatal Exception: java.lang.NegativeArraySizeException: -818 at com.android.volley.toolbox.DiskBasedCache.streamToBytes(DiskBasedCache.java:321) at com.android.volley.toolbox.DiskBasedCache.get(DiskBasedCache.java:117) at com.android.volley.CacheDispatcher.run(CacheDispatcher.java:100)

On version 'com.mcxiaoke.volley:library:1.0.6@aar'

joebowbeer commented 8 years ago

A fix for this was released in v1.0.16:

https://github.com/mcxiaoke/android-volley/pull/38

scottlahay commented 8 years ago

Cool, thanks Joe