a2aproject / a2aproject/a2a-samples
CrewAI Sample Failing
- Linguagem predominante
- Jupyter Notebook
- Estrelas
- 1.8k
- Forks
- 751
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
### What happened?
```
return session_data[image_key]
~~~~~~~~~~~~^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
ERROR:a2a.server.apps.jsonrpc.jsonrpc_app:Request Error (ID: ce21095b-602b-4455-b171-bdfe0c3ea043): Code=-32603, Message=''NoneType' object is not subscriptable'
```
Getting this error when testing the CrewAI Sample
### Relevant log output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Guia de contribuição
Direção de pesquisa
The error occurs in the CrewAI sample, likely in a2a/server/apps/jsonrpc/jsonrpc_app.py where session_data[image_key] is accessed. First, locate the CrewAI sample code and run it to reproduce the error. Examine the session_data variable to understand why it is None. Check the sample's setup and the JSON-RPC request flow to see what triggers this condition.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- ai-infra-agents
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100