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