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

ID로 한글 입력시 에러 발생 #7

Open
phg98 opened this issue Oct 26, 2021 · 0 comments
Open

ID로 한글 입력시 에러 발생 #7

phg98 opened this issue Oct 26, 2021 · 0 comments

Comments

@phg98
Copy link
Owner

phg98 commented Oct 26, 2021

아래와 같이 ERR_UNESCAPED_CHARACTERS 에러 발생한다.
Github ID로 다국어가 가능한지는 모르겠지만, 에러발생하지 않도록 조치는 필요할 듯.
encodeURI()를 사용하면 된다고 한다. 참조 : https://ssangq.netlify.app/posts/err-unescaped-characters

2021-10-25 22:54:01:989 [DEBUG] http://badge.hacktoberfestkorea.com:5000/p
rs?username=본인의_깃헙_아이디
2021-10-25 22:54:01:994 [ERROR] TypeError [ERR_UNESCAPED_CHARACTERS]: Requ
est path contains unescaped characters
at new ClientRequest (_http_client.js:147:13)
at Object.request (http.js:46:10)
at RedirectableRequest._performRequest (/home/bitnami/hacktoberfest-badge/node_modules
/follow-redirects/index.js:272:24)
at new RedirectableRequest (/home/bitnami/hacktoberfest-badge/node_modules/follow-redi
rects/index.js:61:8)
at Object.request (/home/bitnami/hacktoberfest-badge/node_modules/follow-redirects/ind
ex.js:463:14)
at dispatchHttpRequest (/home/bitnami/hacktoberfest-badge/node_modules/axios/lib/adapt
ers/http.js:202:25)
at new Promise ()
at httpAdapter (/home/bitnami/hacktoberfest-badge/node_modules/axios/lib/adapters/http
.js:46:10)
at dispatchRequest (/home/bitnami/hacktoberfest-badge/node_modules/axios/lib/core/disp
atchRequest.js:53:10)
at Axios.request (/home/bitnami/hacktoberfest-badge/node_modules/axios/lib/core/Axios.
js:108:15) {
code: 'ERR_UNESCAPED_CHARACTERS'
}

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

1 participant