flutter_chat_app_with_nodejs icon indicating copy to clipboard operation
flutter_chat_app_with_nodejs copied to clipboard

Askless throwing errors

Open DannyFilo opened this issue 8 months ago • 20 comments

Hello, when running your original code Askless is runnig errors all the time (when running npm server + 2 flutter clients connected).

Additionally after loggin-in loggin-out on the flutter client ... messages "from today" dissapear and are not showing on both clients (although chat works)

No idea how to fix it. Would you also be so kind and add small doc how to change column names in database ? Seems your code is havy "column name" dependend (all 3 packages npm server, askless library and flutter code). For example changing "userId" in database to "Id" .. seems to be really heavy work.

Flutter app side errors

I/flutter (12514): listenToTypingSubscription CALLED I/flutter (12514): Askless [ERROR]: (waitForAuthentication) Ops, this shouldn't happen, the App says it is authenticated but the server says is not authenticated I/chatty (12514): uid=10173(com.wisetap.flutter_chat_app_with_mysql.flutter_chat_app_with_mysql) 1.ui identical 1 line I/flutter (12514): Askless [ERROR]: (waitForAuthentication) Ops, this shouldn't happen, the App says it is authenticated but the server says is not authenticated

NPM server errors

onReceived MESSAGES: notifyMessagesWereUpdated: {"receivedAt":"2023-10-12T11:41:26.274Z","senderHasOutdatedVersion":true} info: onClientReceiveOutputWithSuccess being ignored for route messages-were-updated (listen) onReceived messages callback: messages senderReceivedMessagesUpdates is empty/null warning: respondWithError: the client "(no ID)" could not perform the operation on (READ)askless-internal/call/receive, result is PENDING_AUTHENTICATION, authentication is "pending", did you handle the onUnauthenticatedListener on the App side? (initAndConnect) error: listen: the error is "PENDING_AUTHENTICATION", calling stopListening... {"code":"PENDING_AUTHENTICATION","description":"Could not perform the operation on (LISTEN) "askless-internal/call/receive" because authentication is required"} error: onClientStartsListening not called [READ/LISTEN] conversations-with-unreceived-messages has been called by the client 1": conversations-with-unreceived-messages" sending -> [] info: onClientReceiveOutputWithSuccess being ignored for route conversations-with-unreceived-messages (listen) info: onClientReceiveOutputWithSuccess being ignored for route askless-internal/call/receive (listen)

DannyFilo avatar Oct 12 '23 11:10 DannyFilo