Skip to content
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

korean_chatbot_data 를 fetch로 받을 시 HTTPError: HTTP Error 404: Not Found가 뜹니다. #212

Open
qsdcfd opened this issue Jan 1, 2023 · 2 comments

Comments

@qsdcfd
Copy link

qsdcfd commented Jan 1, 2023

korean_chatbot_data 를 fetch로 받을 시 HTTPError: HTTP Error 404: Not Found가 뜹니다.

환경: M1 Mac OS , local Jupyter notebook

@wjkim9653
Copy link

Colab Notebook 환경에서도 동일한 에러 발생합니다.

@mindmapper15
Copy link

chatbot_data 배포처에서 파일 이름을 바꿨네요

KOREAN_CHATBOT_FETCH_INFORMATION = [
{
'url': 'https://raw.githubusercontent.com/songys/Chatbot_data/master/ChatbotData%20.csv',
'destination': 'korean_chatbot_data/ChatbotData.csv',
'method': 'download'
}
]

url에서 파일 이름을 ChatbotData%20.csv 에서 ChatbotData.csv 으로 바꾸니까 됩니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants