GoogleCloudPlatform / GoogleCloudPlatform/applied-ai-engineering-samples

Getting Started with the Vertex AI Agent API -

Open
#162 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
849
Forks
222
PR merge metrics
No merged PRs in 30d

Description

When running "Step 1: Create an Agent"'s first cell, the below error is thrown:

```

---------------------------------------------------------------------------
_InactiveRpcError Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py](https://localhost:8080/#) in error_remapped_callable(*args, **kwargs)
75 try:
---> 76 return callable_(*args, **kwargs)
77 except grpc.RpcError as exc:

6 frames
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "Method not found."
debug_error_string = "UNKNOWN:Error received from peer ipv4:142.251.183.95:443 {grpc_message:"Method not found.", grpc_status:12, created_time:"2025-01-08T18:40:46.523924146+00:00"}"
>

The above exception was the direct cause of the following exception:

MethodNotImplemented Traceback (most recent call last)
[/usr/local/lib/python3.10/dist-packages/google/api_core/grpc_helpers.py](https://localhost:8080/#) in error_remapped_callable(*args, **kwargs)
76 return callable_(*args, **kwargs)
77 except grpc.RpcError as exc:
---> 78 raise exceptions.from_grpc_error(exc) from exc
79
80 return error_remapped_callable

MethodNotImplemented: 501 Method not found.

```

![image](https://github.com/user-attachments/assets/d497dad3-f30c-4bbd-ab0c-aa5bab638a61)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.