We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
x
[ ]
Filling out the following details about bugs will help us solve your issue sooner.
slackclient version: 1.0.7
python version: 3.6
OS version(s): macOS 10.12 & AWS Lambda
Write the profile changes
Getting an error
The text was updated successfully, but these errors were encountered:
i haven't gotten around to trying to reproduce this one just yet, but i want you to know that you're issue isn't being ignored. thanks!
Sorry, something went wrong.
Can you post the code you're running?
This is working for me:
sc.api_call( "users.profile.set", profile={ "status_text": "riding a train", "status_emoji": ":mountain_railway:" } )
Does your token have the users.profile:write scope?
users.profile:write
Successfully merging a pull request may close this issue.
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:
Expected result:
Write the profile changes
Actual result:
Getting an error
The text was updated successfully, but these errors were encountered: