Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite Loading sections (failed getChannelGroups) #12418

Closed
jrainville opened this issue Oct 11, 2023 · 0 comments · Fixed by status-im/status-go#4185
Closed

Infinite Loading sections (failed getChannelGroups) #12418

jrainville opened this issue Oct 11, 2023 · 0 comments · Fixed by status-im/status-go#4185
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jrainville
Copy link
Member

Bug Report

Description

Experienced by @stefandunca on 0.14.0

He started not having any chat sections.

Upon seeing his logs, it's because getChannelGroups failed:

�[91mERR�[0m 2023-10-11 09:56:15.113+03:00 �[1merror doing rpc request                   �[0m topics="�[93mrpc�[0m" �[91mtid�[0m=�[94m15348351�[0m �[91mfile�[0m=�[94mcore.nim:40�[0m �[91mmethodName�[0m=�[94mchat_getChannelGroups�[0m �[91mexception�[0m=�[94m"\nstatus-go error [methodName:chat_getChannelGroups, code:-32000, message:chat not found ]\n"�[0m

Full logs here: https://drive.google.com/drive/folders/1IQjsVOO4gU3LOIH9F7rCz7o1P99yhYvQ?usp=sharing

A quick inspection of the code seems to show that getting the members of a chat can return that error when the chat is not found.

I'm not sure how that can happen though, since we are looping the chats already.

Steps to reproduce

Just open the app. Ask @stefandunca for more details

Expected behavior

The app opens normally and the chat sections are there.

Also, have an error message when getChannelGroups fails

Actual behavior

No chat sections and infinite Loading sections

Additional Information

  • Status desktop version: 0.14.0
  • Operating System: Mac
@jrainville jrainville added bug Something isn't working messenger-team labels Oct 11, 2023
@jrainville jrainville added this to the 0.15 milestone Oct 11, 2023
@jrainville jrainville self-assigned this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant