-
Notifications
You must be signed in to change notification settings - Fork 359
Description
What happened?
Attemptiing to run the examples/helloworld demo and recieving a 405 Methond Not Allowed when trying to test.
Environment
Python 3.12.0
Dependencies :
annotated-types==0.7.0
anyio==4.9.0
asttokens==3.0.0
certifi==2025.4.26
click==8.2.0
comm==0.2.2
debugpy==1.8.13
decorator==5.2.1
executing==2.2.0
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
httpx-sse==0.4.0
idna==3.10
ipykernel==6.29.5
ipython==9.0.2
ipython_pygments_lexers==1.1.1
jedi==0.19.2
jupyter_client==8.6.3
jupyter_core==5.7.2
matplotlib-inline==0.1.7
mypy==1.15.0
mypy_extensions==1.1.0
nest-asyncio==1.6.0
packaging==24.2
parso==0.8.4
pexpect==4.9.0
platformdirs==4.3.7
prompt_toolkit==3.0.50
psutil==7.0.0
ptyprocess==0.7.0
pure_eval==0.2.3
pydantic==2.11.4
pydantic_core==2.33.2
Pygments==2.19.1
python-dateutil==2.9.0.post0
pyzmq==26.4.0
six==1.17.0
sniffio==1.3.1
sse-starlette==2.3.5
stack-data==0.6.3
starlette==0.46.2
tornado==6.4.2
traitlets==5.14.3
typing-inspection==0.4.0
typing_extensions==4.13.2
uvicorn==0.34.2
wcwidth==0.2.13
Relevant log output
(a2a) tonyruiz@tonyruiz:~/a2a/a2a-python/examples/helloworld$ python __main__.py
INFO: Started server process [23531]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
INFO: 127.0.0.1:45704 - "GET / HTTP/1.1" 405 Method Not Allowed
^CINFO: Shutting down
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [23531]Code of Conduct
- I agree to follow this project's Code of Conduct