Skip to content

Some Image unable to load with glide #371

Open
@amishra-bluepi

Description

@amishra-bluepi

I have a image url that is given below. And I'm trying load image in image view but couldn't load the image. please check what is wrong in this image. And This image also proper loaded in the browser.

Thanks in advance

https://s3.ap-south-1.amazonaws.com/cms-abp-staging-media/derivative/ANANDA_BAZAR_PATRIKA/128815/16X9/derivative16X91569319204033.jpg

Activity

AliAzaz

AliAzaz commented on Oct 5, 2019

@AliAzaz

Kindly share your code so, it's easy for us to analyze what's going wrong in it.

amishra-bluepi

amishra-bluepi commented on Oct 7, 2019

@amishra-bluepi
Author

This is code which given below --

Glide.with(context).load(imageUrl).placeholder(R.mipmap.place_holder).crossFade().error(R.mipmap.place_holder).thumbnail(0.1f).diskCacheStrategy(DiskCacheStrategy.ALL).into(imageView);

And imageUrl = https://s3.ap-south-1.amazonaws.com/cms-abp-staging-media/derivative/ANANDA_BAZAR_PATRIKA/128815/16X9/derivative16X91569319204033.jpg

Omkar-8778

Omkar-8778 commented on Jul 12, 2021

@Omkar-8778

I tried to open that URL but access is denied. As no one directly with the link can open it, I think you should first validate and then load the URL in your app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Some Image unable to load with glide · Issue #371 · codepath/android_guides