We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
colab에서 코드를 돌리고 있습니다.
첫번째 해결 방법인 passportKey, _callback 키를 가져와서 입력해봤습니다.
(주기적으로 키 번호가 바뀌는 것을 인지하고 있습니다) payload = { 'passportKey' : 'c5f8a67b9f85b45009b57c9ede6ee783b3e9f0cf', '_callback' : 'jQuery112409013021542316217_1708686518553', 'q': text, 'color_blindness': '0', }
두번째 해결 방법인 data를 바꿨습니다.
import re
json_data = re.search(r'((.*))', r.text).group(1) data = json.loads(json_data)
이렇게 두가지 모두 수정해서 실행 했는데 계속 result 오류가 발생합니다. 너무 화납니다. 저랑 같은 상황이신 분 계신가요?
The text was updated successfully, but these errors were encountered:
저도 그렇습니다! 해결방안은 아직 없나 보네요ㅠㅠ
Sorry, something went wrong.
코랩에서만 발생되는 문제인 것 같습니다. 주피터 노트불에서 실행하니 잘되네요!
No branches or pull requests
colab에서 코드를 돌리고 있습니다.
첫번째 해결 방법인 passportKey, _callback 키를 가져와서 입력해봤습니다.
(주기적으로 키 번호가 바뀌는 것을 인지하고 있습니다)
payload = {
'passportKey' : 'c5f8a67b9f85b45009b57c9ede6ee783b3e9f0cf',
'_callback' : 'jQuery112409013021542316217_1708686518553',
'q': text,
'color_blindness': '0',
}
두번째 해결 방법인 data를 바꿨습니다.
import re
이렇게 두가지 모두 수정해서 실행 했는데 계속 result 오류가 발생합니다. 너무 화납니다.
저랑 같은 상황이신 분 계신가요?
The text was updated successfully, but these errors were encountered: