You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh install. iOS client not responding keeps spinning. Node version 18.17.1.
App console eventually shows " ERROR Connection error: The network connection was lost."
Server console output below:
[1] [nodemon] restarting due to changes...
[1] [nodemon] restarting due to changes...
[1] [nodemon] restarting due to changes...
[1] [nodemon] starting `node dist/index.js`
[1] Server started on port 3050
[1] error: TypeError: Cannot read properties of undefined (reading '0')
[1] at /Users/.../rn-ai/server/dist/chat/gpt.js:73:46
[1] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
gopinaath
changed the title
Type erron on server console. (No response on iOS client)
Type erron on server console. (No response on iOS client). Using gpt3.5 turbo)
Jan 5, 2024
gopinaath
changed the title
Type erron on server console. (No response on iOS client). Using gpt3.5 turbo)
Type error on server console. (No response on iOS client). Using gpt3.5 turbo)
Jan 5, 2024
@dabit3 I'm also getting this error on the server when using OpenAI's GPT gpt-3.5-turbo model (on Android): [1] error: TypeError: Cannot read properties of undefined (reading '0')
Fresh install. iOS client not responding keeps spinning. Node version 18.17.1.
App console eventually shows "
ERROR Connection error: The network connection was lost
."Server console output below:
The text was updated successfully, but these errors were encountered: