Node crashes few minute, and login causes error #4

Open
opened 2022-09-19 09:21:25 -04:00 by hellojack · 0 comments
matrix_appservice_kakaotalk.kt.client.errors.CommandException: Unknown error (-809)
Sep 19 13:09:15 Oracle python[2013619]: raise _error_code_class_map.get(resp.status, CommandException)(resp)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/kt/client/error_helper.py", line 35, in raise_unsuccessful_response
Sep 19 13:09:15 Oracle python[2013619]: raise_unsuccessful_response(resp)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/kt/client/client.py", line 740, in _api_request_result
Sep 19 13:09:15 Oracle python[2013619]: return await self._api_request_result(result_type, command, mxid=self.user.mxid, **data)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/kt/client/client.py", line 538, in _api_user_request_result
Sep 19 13:09:15 Oracle python[2013619]: portal_info = await self.client.get_portal_channel_info(portal.channel_props)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/user.py", line 598, in _sync_channel
Sep 19 13:09:15 Oracle python[2013619]: await self._sync_channel_on_login(login_data)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/user.py", line 546, in _sync_channels

Logging in causes error, but i can login.

After logging in, chat isn't synced and node crashes few minute.

``` matrix_appservice_kakaotalk.kt.client.errors.CommandException: Unknown error (-809)
Sep 19 13:09:15 Oracle python[2013619]: raise _error_code_class_map.get(resp.status, CommandException)(resp)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/kt/client/error_helper.py", line 35, in raise_unsuccessful_response
Sep 19 13:09:15 Oracle python[2013619]: raise_unsuccessful_response(resp)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/kt/client/client.py", line 740, in _api_request_result
Sep 19 13:09:15 Oracle python[2013619]: return await self._api_request_result(result_type, command, mxid=self.user.mxid, **data)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/kt/client/client.py", line 538, in _api_user_request_result
Sep 19 13:09:15 Oracle python[2013619]: portal_info = await self.client.get_portal_channel_info(portal.channel_props)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/user.py", line 598, in _sync_channel
Sep 19 13:09:15 Oracle python[2013619]: await self._sync_channel_on_login(login_data)
Sep 19 13:09:15 Oracle python[2013619]: File "/home/ubuntu/app/kakaotalk/matrix_appservice_kakaotalk/user.py", line 546, in _sync_channels ``` Logging in causes error, but i can login. After logging in, chat isn't synced and node crashes few minute.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fair/matrix-appservice-kakaotalk#4
No description provided.