Lab 13 initial code set up does not work
See original GitHub issueLab/Demo: 13
Task: Test the bot in the Bot Framework Emulator
Description of issue Starter template code does not work. Repro steps:
- Clone repo
- follow the instructions given in the lab (cookiecutter https://github.com/microsoft/botbuilder-python/releases/download/Templates/echo.zip) 3.Start app
- go to the localhost and port defined and go to api/messages (localhost:3978/api/messages)
- No chat pane pops up like the lab mentions, cannot send messages to the bot with requests using something like postman either

======== Running on http://localhost:3978 ========
(Press CTRL+C to quit)
Traceback (most recent call last):
File "F:\anaconda2\envs\tf_gpu_env\lib\site-packages\botbuilder\core\integration\aiohttp_channel_service_exception_middleware.py", line 20, in aiohttp_error_middleware
response = await handler(request)
File "F:\anaconda2\envs\tf_gpu_env\lib\site-packages\aiohttp\web_urldispatcher.py", line 931, in _handle
raise self._http_exception
aiohttp.web_exceptions.HTTPMethodNotAllowed: Method Not Allowed
Traceback (most recent call last):
File "F:\anaconda2\envs\tf_gpu_env\lib\site-packages\botbuilder\core\integration\aiohttp_channel_service_exception_middleware.py", line 20, in aiohttp_error_middleware
response = await handler(request)
File "F:\anaconda2\envs\tf_gpu_env\lib\site-packages\aiohttp\web_urldispatcher.py", line 931, in _handle
raise self._http_exception
aiohttp.web_exceptions.HTTPNotFound: Not Found
botbuilder-core 4.14.2
botbuilder-schema 4.14.2
botframework-connector 4.14.2
botframework-streaming 4.14.2
aiohttp 3.8.3
asyncio 3.4.3
cookiecutter 1.7.0
Issue Analytics
- State:
- Created a year ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Processing - Chapter 13 - Lab
Objectives. Students who complete this lab will demonstrate that they can: Design and implement inheritance and polymorphic behavior.
Read more >Place of Service Code Set
Place of Service Code(s) Place of Service Name Place of Service Description
28‑30 Unassigned N/A
35‑40 Unassigned N/A
43‑48 Unassigned N/A
Read more >jupyter server : not started, no kernel in vs code
For me the problem is that VSCode can't find the kernel, even in using the select interpreter option. The most reliable solution that...
Read more >Configuring sharing options for students using Lab tools
We recently updated our default settings so that students who are under 13 will not be able to share these projects with others...
Read more >Create a lab for classroom training - Azure Lab Services
Learn how to set up a lab for classroom training with Azure Lab Services. Assign lab creators, customize lab VM image, and invite...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ah cheers, thanks for helping me. I should try to read a bit better next time.
In Bot Framework Emulator, you’ve connected to http://localhost:3980/api/messages, but your bot is running on http://localhost:3978/api/messages.