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

KeyError: Result 에러에 대한 간단한 해결책 공유드립니다. #47

Open
DeokbaeKwak opened this issue Dec 19, 2023 · 1 comment

Comments

@DeokbaeKwak
Copy link

다른 분들이 남겨주신 Issue를 참고해서 단기적인 해결책을 찾았습니다.

spell_checker.py 파일에서 payload에 "passportKey"라는 키를 추가하고, 밸류는 네이버에서 맞춤법 검사기를 검색한 뒤 나오는 창에서 개발자도구를 연 뒤, ctrl + F를 이용해 passportKey를 찾아서 복사 붙여넣기 합니다. passportKey는 매일마다 다른 값으로 바뀌는 것 같으니 참고하세요.
payload의 수정 예시는 아래와 같습니다.

payload = { "passportKey": '4e41822344245ac366e86a871a21a5816ead030b', 'color_blindness': '0', 'q': text }

@vividbaek
Copy link

감사합니다! 참고해서 잘 적용했습니다 :)

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

2 participants