-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Looking for a way to handle error #26
Comments
The case you mention can definitely occur, you will see something similar if you try to load a url and get a 404 for example. I'll look in to adding an exception handler. There is one for ImagePresenters if you're using them directly: https://github.com/bumptech/glide/blob/master/library/src/com/bumptech/glide/presenter/ImagePresenter.java#L246 Out of curiosity, what would you want to do in the error listener/exception handler? Try loading the image again? |
It could be great if there's a ErrorListener to check and handle errors. I'm in a situation where I could get Javascript/JS files along with images.
If the downsampler couldn't downsample it would be great if I could get a error listener.
The text was updated successfully, but these errors were encountered: