You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upload any image to an azure blob storage container and us Picasso to load the image into an image view and this error occurs. java.io.IOException: stream was reset: PROTOCOL_ERROR. Image is downloadable with a standard HttpClient. This is the code I'm using to load the image new Picasso.Builder(this).Listener(new PicassoListener()).Build().Load(item.ImageUrl).Placeholder(Resource.Drawable.carDefaultRound).Into(view.FindViewById<ImageView>(Resource.Id.imgImage));
The text was updated successfully, but these errors were encountered:
Upload any image to an azure blob storage container and us Picasso to load the image into an image view and this error occurs.
java.io.IOException: stream was reset: PROTOCOL_ERROR
. Image is downloadable with a standard HttpClient. This is the code I'm using to load the imagenew Picasso.Builder(this).Listener(new PicassoListener()).Build().Load(item.ImageUrl).Placeholder(Resource.Drawable.carDefaultRound).Into(view.FindViewById<ImageView>(Resource.Id.imgImage));
The text was updated successfully, but these errors were encountered: