Skip to content

Facing issue while sending message #58

@AndyDesign999

Description

@AndyDesign999

Sometime crash occure, when click of send message.
Platform : Android

Log:

 [Error: Actions may not have an undefined "type" property. You may have misspelled an action type string constant.]
 ERROR  The above error occurred in task sendStoppedStyping
    created by takeLatest(DIALOGS_STOP_TYPING_REQUEST, sendStoppedStyping)
    created by rootSaga
Tasks cancelled due to error:
takeLatest(DIALOGS_STOP_TYPING_REQUEST, sendStoppedStyping)
rootSaga
takeLatest(INIT_QB_REQUEST, appStart)
takeLatest(CHAT_CONNECT_AND_SUBSCRIBE, connectAndSubscribe)
takeLatest(AUTH_LOGIN_REQUEST, loginSaga)
takeLatest(AUTH_LOGOUT_REQUEST, logout)
takeLatest(AUTH_GET_SESSION_REQUEST, getSession)
takeLatest(CHAT_IS_CONNECTED_REQUEST, isChatConnected)
takeLeading(CHAT_CONNECT_REQUEST, chatConnect)
takeLatest(AUTH_LOGOUT_REQUEST,CHAT_DISCONNECT_REQUEST, chatDisconnect)
takeLeading(DIALOGS_GET_REQUEST,CHAT_CONNECT_SUCCESS,CHAT_RECONNECT_SUCCESS, getDialogs)
takeLatest(DIALOGS_CREATE_REQUEST, createDialog)
takeLatest(DIALOGS_EDIT_REQUEST, updateDialog)
takeEvery(DIALOGS_JOIN_REQUEST, joinDialog)
takeEvery(DIALOGS_LEAVE_REQUEST, leaveDialogs)
takeLatest(DIALOGS_START_TYPING_REQUEST, sendIsTyping)
takeEvery(MESSAGES_GET_SUCCESS, updateDialogLastMessage)
takeLatest(CHAT_CONNECT_SUCCESS,CHAT_RECONNECT_SUCCESS, joinDialogs)
takeLatest(FILE_UPLOAD_REQUEST, uploadFile)
takeEvery(FILE_PRIVATE_URL_REQUEST, getPrivateUrl)
takeLatest(FILE_GET_INFO_REQUEST, getFileInfo)
takeLatest(INIT_QB_REQUEST_SUCCESS, QBFileEventsSaga)
takeLatest(GET_INFO_REQUEST, getSdkInfo)
takeEvery(MESSAGES_MARK_DELIVERED_REQUEST, markAsDelivered)
takeEvery(MESSAGES_MARK_READ_REQUEST, markAsRead)
takeEvery(MESSAGES_GET_REQUEST, getMessages)
takeEvery(MESSAGES_SEND_REQUEST, sendMessage)
takeEvery(MESSAGES_SYSTEM_SEND_REQUEST, sendSystemMessage)
takeEvery(CREATE_PUSH_SUBSCRIPTIONS, checkAndCreateSubscriptions)
takeEvery(REMOVE_PUSH_SUBSCRIPTIONS, removeSubscriptions)
takeLatest(USERS_CREATE_REQUEST, createUser)
takeEvery(USERS_GET_REQUEST, getUsers)
takeLatest(USERS_UPDATE_REQUEST, updateUser)

Screenshot_1708350052

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions