-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Python 3.13.4 (main, Jun 3 2025, 15:34:24) [Clang 16.0.0 (clang-1600.0.26.6)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import yandexcloud
>>> from yandex.cloud.quotamanager.v1.quota_limit_service_pb2_grpc import QuotaLimitServiceStub
>>> sdk = yandexcloud.SDK()
>>> q = sdk.client(QuotaLimitServiceStub)
Traceback (most recent call last):
File "<python-input-4>", line 1, in <module>
q = sdk.client(QuotaLimitServiceStub)
File "/Users/.../venv/lib/python3.13/site-packages/yandexcloud/_sdk.py", line 86, in client
service = _service_for_ctor(stub_ctor)
File "/Users/.../venv/lib/python3.13/site-packages/yandexcloud/_sdk.py", line 138, in _service_for_ctor
raise RuntimeError(f"Unknown service {stub_ctor}")
RuntimeError: Unknown service <class 'yandex.cloud.quotamanager.v1.quota_limit_service_pb2_grpc.QuotaLimitServiceStub'>Metadata
Metadata
Assignees
Labels
No labels