Skip to content

KeyError #46

@choimyeongsu

Description

@choimyeongsu

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'

위의 에러가 뜨는데 혹시 어떻게 해애할까요..?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions