walletconnect v2.0 연결기 두번째 이야기 - 연결 완료!

양태환·2023년 7월 26일

졸업작품

목록 보기
4/7

이제 프로젝트를 합칠 때 난 오류들을 차차차차 쌓아나가보려고 합니다.
오류를 적어놔야 나중에 다시 할 때 어디까지 했는지도 기억나고
어떤 오류를 거쳤었는지 복기해볼 수도 있고
다음에 비슷한 오류가 있으면 찾아볼 수도 있어서
적어놓는 게 좋더라구요.

어쨋든 한숨 한 번만 쉬고 시작하겠습니다.
에효효효효효효ㅛ효효효효효효ㅛ훃~
하하하하하하하하핳하ㅏㅏㅏ

  1. bodyStrem 오류가 뜹니다. 몸통개울오류이죠 이건 뭐 워낙 범위가 광범위할 것 같아요. 일단 풀어봅시다.
TypeError: Cannot read properties of undefined (reading 'bodyStream')
    at getResponse (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\api\rest\cache\wrapFetchWithCache.js:147:62)
    at async Object.getNativeModuleVersionsAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\api\getNativeModuleVersions.js:14:21)
    at async Object.getVersionedNativeModulesAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\bundledNativeModules.js:44:20)
    at async Object.getCombinedKnownVersionsAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\getVersionedPackages.js:37:47)
    at async getVersionedDependenciesAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\validateDependenciesVersions.js:72:35)
    at async validateDependenciesVersionsAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\doctor\dependencies\validateDependenciesVersions.js:49:27)
    at async startAsync (C:\Users\yyang\cryptopayment\expoWC2_3\example\node_modules\@expo\cli\build\src\start\startAsync.js:132:9)

잘 보면
@expo\cli\build\src\api\rest\cache\wrapFetchWithCache.js:147:62)
캐시관련 위치에서 오류가 났음을 알 수 있네요
그러면 expo 캐시를 리셋하는
-c 옵션을 붙여서 명령어를 입력해보겠습니다.

yarn example android -c 를 입력하니 이제 최종 보스인 것 같은 상대가 나옵니다.

  1. 고치고 고쳤던 오류인데 계속 같은 오류가 나네요. 저 파일이 unable to resovle가 될 수가 없는데 말이죠.

와우
알고보니 진짜 파일 경로가 바뀌었어야하더라구요.
역시 컴파일러도 컴퓨터야 컴퓨터~!
틀리지 않았네요.
틀린건 역시 인간
후훗
어쨌거나 실행이 되었으니 기쁩니다.

profile
당신의 오류 제가 잡아드립니다.

0개의 댓글