-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error messages around user[data] and around ['data']['channel'] #526
Comments
in machine/clients/singletons/slack.py, the payload data structure seems to have changed... what was (payload['data']['user']) is now (payload['user']) .... at least for _on_user_change |
I will have a look at it. Is there any action in Slack that guarantees triggering this error, so I can reproduce? |
Also @dorel14 please use triple back-ticks next time so your stack trace is readable :)
|
Here it is :) my logs are now well formatted I think it is each time slack machine send a message and have to set a listener in case someone answer to this message |
Hi also have this kind of message when creating a new channel
|
I fixed this in v0.25.0. Please upgrade |
Hello
i migrate to lastest slack-machine and have a lot fo messages like these in my log file
Is this coming from one of my plugins ?
The text was updated successfully, but these errors were encountered: