codestates / codestates/aneun-dongne
[Error Handling Log] 데이터베이스에 open api에서 받아온 데이터를 저장할 때 Conversion from collation utf8mb4_unicode_ci into latin1_swedish_ci impossible for parameter 에러가 뜨는 현상/손승이
Open
Error Handling Log
server
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
> ### 어떤 에러인가요?
> 데이터가 collation 오류로 데이터베이스에 저장되지 않음
> ### 에러 메시지
> ```shell
> $ Conversion from collation utf8mb4_unicode_ci into latin1_swedish_ci impossible for parameter
> ```
>
> ### 에러 핸들링 방법
> * mapx를 integer 형식으로 저장하게 되어 있는데 가끔 string 형식으로 받아온다
> mapx, mapy 받아오고 나서 해당 값을 Number() 처리 해줬더니 해결
> ```
>
> ### 에러 핸들링을 위해 참고한 레퍼런스 링크
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.