Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'cp949' codec can't decode byte 0xec in position 29: illegal multibyte sequence #19

Open
whodelyou opened this issue Mar 27, 2023 · 1 comment

Comments

@whodelyou
Copy link

whodelyou commented Mar 27, 2023

KOSPI 종목 정보 가져오는 Sample을 Local PC jupyter 노트북에서 실행 시 아래와 같은 에러가 발생합니다.

작업환경 : Windows 11 / VSCode / xxxxx.ipynb (Jupyter Notebook)
venv : python 3.9 64bit

Error msg : UnicodeDecodeError: 'cp949' codec can't decode byte 0xec in position 29: illegal multibyte sequence

스크린샷 2023-03-27 231732

@whodelyou
Copy link
Author

encoding을 utf-8로 변환 시 조회가 가능합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant