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

Can not send Slack message because slack:method_deprecated #3

Open
duanvnc opened this issue Feb 26, 2021 · 0 comments
Open

Can not send Slack message because slack:method_deprecated #3

duanvnc opened this issue Feb 26, 2021 · 0 comments

Comments

@duanvnc
Copy link

duanvnc commented Feb 26, 2021

Hi there,

I got an error message for channels.list method

How to fix it?

can not read channel list. error message from slack:method_deprecated: ValueErrorTraceback (most recent call last):  File "/var/task/notifier.py", line 30, in run    process_code_pipeline(event)  File "/var/task/notifier.py", line 38, in process_code_pipeline    message = find_slack_message_for_update(pipeline_execution_id)  File "/var/task/slack_helper.py", line 16, in find_slack_message_for_update    channel_id = find_channel_id(SLACK_CHANNEL)  File "/var/task/slack_helper.py", line 42, in find_channel_id    raise ValueError(f'can not read channel list. error message from slack:{err_message}')ValueError: can not read channel list. error message from slack:method_deprecated
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

1 participant