-
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
JSONDecodeError: Expecting value; line1 column 1(char0) 오류 #31
Comments
hanspell에서 사용하는 네이버 맞춤법의 url이 변경되었습니다. base_url = "https://m.search.naver.com/p/csearch/ocontent/util/SpellerProxy" (풀리퀘 요청은 했으나 언제 머지 될지는 모르겠네요.) |
base_url = "https://m.search.naver.com/p/csearch/ocontent/util/SpellerProxy" 이 url로 변경하였는데도 같은 에러가 발생합니다 |
해결방법을 찾았습니다. hanspell 파일에서 아래 3가지 사항들을 수정해주시면 됩니다.
에서
로 hanspell 파일 위치 찾는 명령어 |
@YoonseongHer 님 방법으로 하니 해결되네요! 감사합니다. |
spell_checker.py 약 61번째줄 (-2로 하셔야 합니다.) |
위 3가지를 모두 적용했는데도 오류가 뜹니다ㅜㅜ |
@YoonseongHer 님이 알려주신 코드 기반으로 spell_checker.py와 constants.py 파일을 아래 내용으로 변경하시면 됩니다. constants.py
spell_checker.py
|
수정하시고 py-hanspell 내에서 다시 python setup.py install 해보셨을까요? |
제가 수정한 버전으로 한번 테스트해보실 수 있을까요?
|
@jungin500 제가 VScode 주피터 환경에서 실행해본 결과 실행되지 않습니다 ㅠㅜ |
@jungin500 헉 껐다가 키니까 실행됩니다!!! 감사합니다😁🥰 |
@Nyukist 제가 너무 늦게 봤네요ㅜㅜ껐다가 키니까 실행됩니다! 감사합니다!! |
@jungin500 기존에 공유주신 버전으로 설치해서 잘 사용하고 있었는데, 금일부터 동일한 오류가 발생합니다. |
@miiiiiion0 현재 제 환경에서는 증상 확인이 어렵습니다. Error log나 예제 등 구체적인 증상 공유 부탁드립니다. |
@jungin500 상단과 동일하게 JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
@miiiiiion0
위 재설치 과정 후 결과를 확인해보시는 것이 좋습니다. |
@jungin500 말씀주신 부분대로 진행해도 동일한 오류가 발생하네요 ㅠㅠ 코랩 환경에서 하고 있고, pip install git+https://github.com/ssut/py-hanspell 이후 해당 코드로 다시 설치도 해보았습니다. 사전에 공유주신 설치 파일(! pip install git+https://github.com/jungin500/py-hanspell)에 변경사항이 있을까요? |
안녕하세요. 기존에 hanspell을 사용하여 프로젝트를 하고 있는 컴퓨터공학과 학생입니다.
다름이 아니라, 며칠 전까지만 해도 오류 없이 잘 실행되던 코드가 제목과 같이 오류가 생성되어 이렇게 issue를 남기게 되었습니다.
혹시 몰라, try-except 예외처리를 해줬는데, 오류 없이 실행은 되긴 하지만, 맞춤법이 수정되지 않고, 공백만 출력되었습니다.
관련하여, solution 주실 수 있으신 분 계시면 감사하겠습니다.
The text was updated successfully, but these errors were encountered: