Forum Discussion
norxnd
Nov 20, 2020Brass Contributor
Bot framework cannot find auth token.
2020-11-20T10:33:55.530099+00:00 app[web.1]: await context.send_activity(Activity(type=ActivityTypes.typing))
2020-11-20T10:33:55.530099+00:00 app[web.1]: File "/app/.heroku/python/lib/pyt...
Varaprasad-MSFT
Nov 23, 2020Microsoft
We are not able to repro the issue at our end, Are you trying to send message to user using with authentication? If yes could you please check this sample.
norxnd
Nov 23, 2020Brass Contributor
Varaprasad-MSFT First, this sample is for Csharp dotnet core but Im using Python. Second idk. Are you trying to send message to user using with authentication? I have token from header and Im putting it into Adapter and then sending activity via
TURN CONTEXT GIVEN BY ADAPTER.send_activity()
I didn't change this part of the code and it stopped working on Friday.
- Varaprasad-MSFTNov 25, 2020Microsoft
Here is the Sample in Python, please have a look for reference and let us know if you need any help.