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

[Bug] SlackTaskClient.GetChannelListAsync() returns unknown_method #305

Closed
sommmen opened this issue May 11, 2022 · 2 comments · May be fixed by #318
Closed

[Bug] SlackTaskClient.GetChannelListAsync() returns unknown_method #305

sommmen opened this issue May 11, 2022 · 2 comments · May be fixed by #318

Comments

@sommmen
Copy link

sommmen commented May 11, 2022

Hiya,

Just trying out this library, i'm getting a unknown_method error message.

image

@sommmen
Copy link
Author

sommmen commented May 11, 2022

All apis seem to work except GetChannelList...

        var userListResponse = await _slackClient.GetUserListAsync();

        userListResponse.AssertOk();

        var conversationsListResponse = await _slackClient.GetConversationsListAsync();

        conversationsListResponse.AssertOk();

        var channelListResponse = await _slackClient.GetChannelListAsync();

        channelListResponse.AssertOk();

@sommmen
Copy link
Author

sommmen commented May 11, 2022

Ill close this issue. Seems like i needed the conversations api anyways and there are more pressing issues on the backlog.

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

Successfully merging a pull request may close this issue.

1 participant