Skip to content

KeyError: 'result' #45

@juyeon6273

Description

@juyeon6273

다음과 같은 에러가 발생합니다.

/py-hanspell-master/hanspell/spell_checker.py in check(text)
64
65 data = json.loads(r)
---> 66 html = data['message']['result']['html']
67 result = {
68 'result': True,

KeyError: 'result'

참고:
https://github.com/juyeon6273/py-hanspell.git
constants.py와 spell_checker.py를 수정했습니다.

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