You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi there,
I got an error message for channels.list method
How to fix it?
The text was updated successfully, but these errors were encountered: