BotBuilder-Samples
BotBuilder-Samples copied to clipboard
Samples (python/wip/python_quart) fail due to RuntimeError
Context
For more information, see the parent issue. #3436
Sample information
- Sample type: Samples
- Sample language: python
- Sample name: python/wip/python_quart - 02.echo-bot and 13.core-bot
Describe the bug
The Bots throw the error RuntimeError: wsgi app should be either Application or async function returning Application, got <Quart 'app'>. at startup time.
| Bots | Status |
|---|---|
| samples/python/wip/python_quart/02.echo-bot | • Work in Progress folder. • Fails due to, RuntimeError: wsgi app should be either Application or async function returning Application, got <Quart 'app'> . |
| samples/python/wip/python_quart/13.core-bot | • Work in Progress folder. • Fails due to, RuntimeError: wsgi app should be either Application or async function returning Application, got <Quart 'app'> . |
Expected behavior
Being able to communicate with the bot.
Actual behavior
Fails at startup due to a RuntimeError.