Android Studio 403 File not found error

Website URL

https://lord-shiva.great-site.net/crackit.jpg

Error Message

Caused by: java.io.FileNotFoundException

Load failed for [https://lord-shiva.great-site.net/crackit.jpg] with dimensions [316x525]
class com.bumptech.glide.load.engine.GlideException: Failed to load resource
There was 1 root cause:
com.bumptech.glide.load.HttpException(Failed to connect or obtain data, status code: 403)
call GlideException#logRootCauses(String) for more detail
Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE
There was 1 root cause:
com.bumptech.glide.load.HttpException(Failed to connect or obtain data, status code: 403)
call GlideException#logRootCauses(String) for more detail
Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetch failed
There was 1 root cause:
com.bumptech.glide.load.HttpException(Failed to connect or obtain data, status code: 403)
call GlideException#logRootCauses(String) for more detail
Cause (1 of 1): class com.bumptech.glide.load.HttpException: Failed to connect or obtain data, status code: 403
2024-09-08 14:02:00.739 8521-8521 Glide com.shiftalttechnologies.shivam I Root cause (1 of 1)
com.bumptech.glide.load.HttpException: Failed to connect or obtain data, status code: 403

Other Information

I was included url in my application and trying to load image using glide library. It return error

Please read

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.