Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Image unable to load with glide #371

Open
amishra-bluepi opened this issue Sep 26, 2019 · 3 comments
Open

Some Image unable to load with glide #371

amishra-bluepi opened this issue Sep 26, 2019 · 3 comments

Comments

@amishra-bluepi
Copy link

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

@AliAzaz
Copy link

AliAzaz commented Oct 5, 2019

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

@amishra-bluepi
Copy link
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
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants