Description
When using SlackClient to call users.profile.set I get a invalid_profile error which is documented as a missing URL encoding of the payload.
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
slackclient version: 1.0.7
python version: 3.6
OS version(s): macOS 10.12 & AWS Lambda
Steps to reproduce:
- Use sc.api_call() to call "users.profile.set" with a valid status_text & status_emoji payload
- print() the results
- You see a invalid_profile error
Expected result:
Write the profile changes
Actual result:
Getting an error
Description
When using SlackClient to call users.profile.set I get a invalid_profile error which is documented as a missing URL encoding of the payload.
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
slackclient version: 1.0.7
python version: 3.6
OS version(s): macOS 10.12 & AWS Lambda
Steps to reproduce:
Expected result:
Write the profile changes
Actual result:
Getting an error