You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When running "Step 1: Create an Agent"'s first cell, the below error is thrown:
The text was updated successfully, but these errors were encountered: