retrofit2.HttpException: HTTP 400 오류가 발생했다.
다행히 금방 발견할 수 있었고, 이유는 단순 오타였다.
다음에는 주소를 좀 더 꼼꼼히 확인해야겠다.
public/tickers/ALL_KRW -> public/ticker/ALL_KRW
@GET("public/ticker/ALL_KRW")
suspend fun getCurrentCoinList() : CurrentPriceList
'안드로이드앱' 카테고리의 다른 글
java.lang.IllegalStateException 오류 해결하기 (0) | 2023.09.26 |
---|---|
ViewPage2_ImageSlide 뷰페이저2 자동 이미지 슬라이드 만들어보기 (0) | 2023.09.26 |
java.lang.IllegalStateException: Fragment ShopFragment not attached to a context 오류해결 (0) | 2023.09.04 |
API Key, Server Key, AndroidManifest에 사용 할 숨기기 (0) | 2023.08.20 |
java.lang.NoClassDefFoundError 오류해결 (0) | 2023.08.19 |