google / volley

https://google.github.io/volley
Apache License 2.0
3.38k stars 754 forks source link

Volley: [6689] NetworkDispatcher.processRequest: Unhandled exception java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String #410

Open umairali4433 opened 3 years ago

umairali4433 commented 3 years ago

I am getting this issue: Java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String i am using volley multipart for uploading photo into the server.. i used the same code elsewhere and its work fine there what should i do

jpd236 commented 3 years ago

There's not enough detail here for us to diagnose the problem. Do you have a small sample app demonstrating it? Or at the very least, the full stack trace rather than just the exception message?