Description
Describe your issue here.
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.3.1
python version: 3.6.8
OS version(s): Windows 10
Steps to reproduce:
- Start RTM client with run_async set to false
- Cancel and change to true and rerun
- Cancel and remove arg and rerun
- Try a web_api get method I was user_info
Expected result:
What you expected to happen
Wait until client returns with a response
Actual result:
What actually happened
Returns an async task item
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
assert result["ok"] == True TypeError: '_asyncio.Task' object is not subscriptable
Description
Describe your issue here.
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.3.1
python version: 3.6.8
OS version(s): Windows 10
Steps to reproduce:
Expected result:
What you expected to happen
Wait until client returns with a response
Actual result:
What actually happened
Returns an async task item
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
assert result["ok"] == True TypeError: '_asyncio.Task' object is not subscriptable