250x250
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
- 꾸준히
- selenium
- JavaScript
- Codestates
- 딥러닝
- 부트캠프
- 코딩테스트
- 자료구조
- 재미져
- 빅데이터
- 기초통계
- SQL
- 독서
- python
- 열심히
- yolo
- pandas
- 리뷰
- 2021
- 주간보고
- 코드스테이츠
- 매일매일
- MYSQL
- 노마드코더
- 성실히
- 파이썬
- leetcode
- 선형회귀
- Ai
- bootcamp
Archives
- Today
- Total
코딩일기
TypeError: the JSON object must be str, bytes or bytearray, not TextIOWrapper 본문
카테고리 없음
TypeError: the JSON object must be str, bytes or bytearray, not TextIOWrapper
daje 2022. 9. 22. 12:06728x90
반응형
안녕하십니까 다제입니다.
오늘의 에러를 정리하기 위해 포스팅 하였습니다.
TypeError: the JSON object must be str, bytes or bytearray, not TextIOWrapper
위와 같은 TypeError: the JSON object must be str, bytes or bytearray, not TextIOWrapper 에러가 발생하게 될때가 있는데
저는 json을 불러오는 과정에서 에러가 발생하였습니다.
json.loads -> json.load로 불러오면 에러를 해결할 수 있습니다.
간단한 내용이라서 길게 적지 않도록 하겠습니다.
감사합니다.
728x90
반응형