-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
KeyError Traceback (most recent call last)
in <cell line: 4>()
2
3 sent = "맞춤법 틀리면 외 않되? "
----> 4 spelled_sent = spell_checker.check(sent)
5
6 hanspell_sent = spelled_sent.checked
/usr/local/lib/python3.10/dist-packages/hanspell/spell_checker.py in check(text)
60
61 data = json.loads(r.text)
---> 62 html = data['message']['result']['html']
63 result = {
64 'result': True,
KeyError: 'result'
위의 에러가 뜨는데 혹시 어떻게 해애할까요..?
KG-H, nicehcy2, eunseopark03 and Craft374
Metadata
Metadata
Assignees
Labels
No labels