Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 리커버릿
- 실시간로깅
- Python.h: No such file or directory
- vmware 반응 속도
- c++
- Seccomp bypass
- OpenAI 개발
- std::cerr
- python3.11 설치
- pip 에러 해결
- 임베디드 시스템 해킹
- pwn
- 개발
- Python3
- VSCode C++ 표준 버전 수정
- DYNAMIC Section
- z3 signed 이슈
- wsl2 복구
- python3.11 pip
- 공유 라이브러리는 왜 항상 같은 순서로 맵핑 될까?
- vhdx 파일 복구
- pwntools
- tool
- Recoverit
- 지훈현서
- Windows 부팅 오류
- GDB
- GEF
- python
- docker
Archives
- Today
- Total
목록python requests 모듈 429 error (1)
OZ1NG의 뽀나블(Pwnable)
[Tips] [Python] requests 모듈 - 429 에러
requests.get(URL).text 로 API의 값을 읽어오다 보면 requests.get(URL).status_code는 429 코드를 남기고 (정상적인 경우에는 200) requests.get(URL).text에 Too many API requests.라는 내용이 남으며 Traceback (most recent call last): File "c:\Users\000\Desktop\test.py", line 38, in Get_price_json json_result = json.loads(response_text) # response_text = requests.get(URL).text File "C:\Users\000\AppData\Local\Programs\Python\Python36-32\..
Tips
2021. 2. 3. 00:25