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

Missing channels #9

Open
Karry opened this issue Jan 19, 2018 · 5 comments
Open

Missing channels #9

Karry opened this issue Jan 19, 2018 · 5 comments

Comments

@Karry
Copy link
Contributor

Karry commented Jan 19, 2018

Hi. New version (1.4) don't show me all channels, It shows me just eight channels, but I am subscribed in more than twenty channels. Here is startup log: https://gist.github.com/Karry/5ea75368a43f49e22f6dd137d233b134

Problem seems to be that application load just first 100 channels, but I am subscribed just in eight from this batch...

$ curl -sq  "https://slack.com/api/conversations.list?token=xoxp-00000000000-00000000000-000000000000-00000000000000000000000000000000&types=public_channel,private_channel,mpim,im" | jq '.channels | length'
100
$ curl -sq  "https://slack.com/api/conversations.list?token=xoxp-00000000000-00000000000-000000000000-00000000000000000000000000000000&types=public_channel,private_channel,mpim,im" | jq '.channels[].is_member'  | grep -c true
8
@markussammallahti
Copy link
Owner

Thanks for the info, I'll implement pagination for the channels list.

@markussammallahti
Copy link
Owner

markussammallahti commented Jan 26, 2018

Newest version 1.4.1 has pagination and all channels should be visible. Can you check that the app works for you?

@Karry
Copy link
Contributor Author

Karry commented Jan 26, 2018

Thank you, it works perfectly!

@Karry Karry closed this as completed Jan 26, 2018
@Karry
Copy link
Contributor Author

Karry commented Jan 26, 2018

Sorry, I was too fast. I have to reopen this issue. I see more channels than with previous release, I see loading of more pages in log, but there is several missing channels on list... These channels are not visible in "join channel" page either. I will try to investigate it later, I am not able to run Mer SDK right now (virtualbox don't work on Linux 4.14.15 yet).

@Karry Karry reopened this Jan 26, 2018
@reinouts
Copy link

reinouts commented Nov 5, 2018

I'm on 1.4.2. Not sure if it is the same issue but it seems that channels that were created after slackfish was first authorized for a slack space don't become visible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants