kimcore / chzzk

네이버 라이브 스트리밍 서비스 치지직의 비공식 API 라이브러리
MIT License
160 stars 11 forks source link

메시지가 고정 해제될 때 오류 발생 #17

Closed yj0524 closed 7 months ago

yj0524 commented 8 months ago

Bun 최신 버전, Node.js 21에서 공통적으로 발생하는 문제입니다.

SyntaxError: "undefined" is not valid JSON at JSON.parse () at ChzzkChat.parseChat (/home/ubuntu/chzzkbot/node_modules/chzzk/dist/chat/chat.js:257:30) at ChzzkChat. (/home/ubuntu/chzzkbot/node_modules/chzzk/dist/chat/chat.js:243:46) at Generator.next () at /home/ubuntu/chzzkbot/node_modules/chzzk/dist/chat/chat.js:8:71 at new Promise () at __awaiter (/home/ubuntu/chzzkbot/node_modules/chzzk/dist/chat/chat.js:4:12) at ChzzkChat.handleMessage (/home/ubuntu/chzzkbot/node_modules/chzzk/dist/chat/chat.js:196:16) at callListener (/home/ubuntu/chzzkbot/node_modules/ws/lib/event-target.js:290:14) at WebSocket.onMessage (/home/ubuntu/chzzkbot/node_modules/ws/lib/event-target.js:209:9)

Node.js v21.6.1



메시지가 고정 해제되었을 때에 대한 예외처리가 필요해 보입니다.
kimcore commented 7 months ago

1.5.0 버전에서 수정되었습니다. 제보 감사합니다!