인프런 커뮤니티 질문&답변

ahndy39님의 프로필 이미지
ahndy39

작성한 질문수

하울의 안드로이드 인스타그램 클론 만들기

하울스타그램 상세화면 페이지 만들기

glide 사용시 에러가 나는것같습니다.

작성

·

1.4K

0

 class com.bumptech.glide.load.engine.GlideException: Failed to load resource

    There were 3 causes:

    java.io.FileNotFoundException(/com.google.android.gms.tasks.zzu@cc767ac: open failed: ENOENT (No such file or directory))

    java.io.FileNotFoundException(open failed: ENOENT (No such file or directory))

    java.io.FileNotFoundException(open failed: ENOENT (No such file or directory))

     call GlideException#logRootCauses(String) for more detail

      Cause (1 of 3): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, LOCAL

    There was 1 cause:

    java.io.FileNotFoundException(/com.google.android.gms.tasks.zzu@cc767ac: open failed: ENOENT (No such file or directory))

     call GlideException#logRootCauses(String) for more detail

        Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetch failed

    There was 1 cause:

    java.io.FileNotFoundException(/com.google.android.gms.tasks.zzu@cc767ac: open failed: ENOENT (No such file or directory))

     call GlideException#logRootCauses(String) for more detail

          Cause (1 of 1): class java.io.FileNotFoundException: /com.google.android.gms.tasks.zzu@cc767ac: open failed: ENOENT (No such file or directory)

      Cause (2 of 3): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class android.os.ParcelFileDescriptor, LOCAL

    There was 1 cause:

    java.io.FileNotFoundException(open failed: ENOENT (No such file or directory))

     call GlideException#logRootCauses(String) for more detail

        Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetch failed

    There was 1 cause:

    java.io.FileNotFoundException(open failed: ENOENT (No such file or directory))

     call GlideException#logRootCauses(String) for more detail

          Cause (1 of 1): class java.io.FileNotFoundException: open failed: ENOENT (No such file or directory)

      Cause (3 of 3): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class android.content.res.AssetFileDescriptor, LOCAL

    There was 1 cause:

    java.io.FileNotFoundException(open failed: ENOENT (No such file or directory))

     call GlideException#logRootCauses(String) for more detail

        Cause (1 of 1): class java.io.FileNotFoundException: open failed: ENOENT (No such file or directory)

이미지를 불러오지 못하는데, 뭐가 문제인지 모르겠습니다.

답변 2

0

store 에 저장된 파일이 storage 에도 존재하는지 한번 확인해보세요~

0

하울님의 프로필 이미지
하울
지식공유자

흠.. 이 메세지로는 확인이 힘듭니다. 혹시 load에 정확히 url 주소가 들어가나요?

ahndy39님의 프로필 이미지
ahndy39

작성한 질문수

질문하기