-
Notifications
You must be signed in to change notification settings - Fork 121
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' #39
Comments
동일한 오류를 겪고있습니다. 해결 희망합니다. |
spell_checker.py 의 window.__jindo2_callback._spellingCheck_0({"message":{"error":"유효한 키가 아닙니다."}}); 이후 json.loads 부터 막혀서 result 라는 key를 불러올 수 없는 것 같은데 |
hanspell은 네이버맞춤법 검사기에서 curl로 값들을 가져오는 방식입니다. 네이버에서 get 과정의 추가 키를 요구하는 것으로 수정하였습니다. 아래와 같이 수정해주시면 됩니다. 저 해결했습니다! 2가지 수정하였습니다. spell_checker.py 그리고 61번째 줄 수정
|
말씀주신 부분처럼 수정해보니 json_data is not defined 라는 오류가 뜨는데, 혹시 그러지 않으셨는지요? |
해결하신 방식으로 수정하여 진행했을 때 json_data는 정의되어 있지 않다라고 합니다. |
키는 이렇게 받으시고
json_data 는 위와 같이 구합니다 |
얼마만에 다시 이용해 보니 아래와 같은 오류가 발생합니다.
Traceback (most recent call last):
File "", line 1, in
File "/Users/username/opt/miniconda3/lib/python3.9/site-packages/hanspell/spell_checker.py", line 62, in check
html = data['message']['result']['html']
KeyError: 'result'
혹시 뭐가 문제인지 알 수 있을까요?
The text was updated successfully, but these errors were encountered: