티스토리챌린지

코딩/Error

[error: NodeJS & SQLite] An error occurred: TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and null

NodeJS를 사용하여 SQLite Dataabase를 연결하는 중이었다.서버 실행 시 아래와 같은 에러가 발생했다. An error occurred: TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and null at file:///C:/Users/Owner/Desktop/engine_templates/dist/app.js:88:22 at new Promise () at selectIFC (file:///C:/Users/Owner/Desktop/engine_templates/dist/app.js:86:12) at main (file:///C:/Users/Owner/Desktop/engine_template..

코딩/Error

[git error] error: bad signature 0x00000000 fatal: index file corrupt

vscode에서 코딩을 하다가.. 갑자기 노트북이 과부하가 왔는지 멈춰버렸다. (노트북 성능 때문에 예전에도 그랬었다.) 그래서 그냥 노트북을 강제종료 하고 다시 시작했다. 그리고 vscode를 들어갔는데.. source control에서 갑자기 uncommited changes가 다 사라져있었다.. git graph를 보려니깐 이렇게 떴다. 커밋 안한 코드들이 많은데.. 콘솔창에 git status 명령어를 입력하니 다음과 같은 에러가 발생했다. 구글링해 본 결과, git - How to fix the error: bad signature 0x00000000 index file corrupt - Stack Overflow How to fix the error: bad signature 0x0000000..

eunslog
'티스토리챌린지' 태그의 글 목록