일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Python
- 깃헙
- HUFS 모각코 캠프
- 알고리즘
- 백준 17451번
- react
- 백준 1253번
- 백준 15787번
- MySQL
- 자바
- 백준 3085번
- 그리디
- 모각코
- 백준 2512번
- AWS
- SQL
- 명품자바
- 백준 1331번
- SWEA 15612번
- 백준
- java_programming
- 다이나믹 프로그래밍
- 백준 16918번
- ubuntu
- javascript
- 머신러닝과 딥러닝
- 백준 18310번
- 백준 1987
- 그래프
- 다이나믹프로그래밍
Archives
- Today
- Total
차곡차곡
[React/Error] API 에러 (Request failed with status code 429) 본문
Web programming/React
[React/Error] API 에러 (Request failed with status code 429)
sohy 2022. 7. 20. 21:52문제 상황
axios를 이용해서 newsapi로부터 데이터를 받아오는 과정에서 429 에러가 났다.

해결 방법
없음 ㅋㅋ 검색 해보니까 429 에러는 요청을 너무 많이 보내서 그렇다고 한다.
How to Fix 429 Too Many Requests Error
The HTTP 429 error is returned when too many requests are made to a page within a short period of time. Find out more about the causes and fixes.
kinsta.com
며칠 뒤에 다시 해보니까 잘 돌아간다 ! 요청 너무 많이 해서 그런 거 맞는 듯. 기다리는 게 답
'Web programming > React' 카테고리의 다른 글
[React] 리액트 폰트 적용하기 (0) | 2022.08.12 |
---|---|
[React] 부트스트랩 적용하기 (2) | 2022.08.04 |
[React/Error] axios.get 에러 TypeError: Cannot read properties of undefined (reading 'get') (0) | 2022.07.20 |
[React] #10 외부 API를 연동하여 뉴스 뷰어 만들기 (0) | 2022.07.20 |
[React] #9 리액트 라우터로 SPA 개발하기 (0) | 2022.07.17 |