ponlponl123 / -Prototype-AIVTuber

I'm not Neuro-Sama, I'm an artificial intelligence created by DevPattarapong It is currently in development using OpenAI models and Live2D characters.
https://www.twitch.tv/ponlponl123
MIT License
378 stars 44 forks source link

Undefiend data #25

Open ilNikk opened 1 year ago

ilNikk commented 1 year ago

Hi, i have this problem, when i text on channel the app crash Can someone help me? my discord il_Nikk#5936 thx

Error: Request failed with status code 429
    at createError (C:\Users\nicol\Desktop\AI4\node_modules\axios\lib\core\createError.js:16:15)
    at settle (C:\Users\nicol\Desktop\AI4\node_modules\axios\lib\core\settle.js:17:12)
    at IncomingMessage.handleStreamEnd (C:\Users\nicol\Desktop\AI4\node_modules\axios\lib\adapters\http.js:322:11)
    at IncomingMessage.emit (node:events:525:35)
    at IncomingMessage.emit (node:domain:489:12)
    at endReadableNT (node:internal/streams/readable:1359:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
C:\Users\nicol\Desktop\AI4\main.js:122
                Text: '<speak><prosody pitch="high">'+message+".................... "+gptResponse.data.choices[0].text+'</prosody></speak>',
                                                                                                  ^

TypeError: Cannot read properties of undefined (reading 'data')
    at client.<anonymous> (C:\Users\nicol\Desktop\AI4\main.js:122:99)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Node.js v18.16.0