Skip to content

Macro Rendering Error

File: reference/services/account-service.md

Exception: Cannot find protobuf object with name services.account.v1.Account.Login

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/mkdocs_macros/plugin.py", line 527, in render
    return md_template.render(**page_variables)
  File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
    self.environment.handle_exception()
  File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 34, in top-level template code
  File "/home/runner/work/sdk/sdk/mkdocs_macros_main.py", line 65, in proto_method_tabs
    method = get_entity(method_name)
  File "/home/runner/work/sdk/sdk/mkdocs_macros_main.py", line 497, in get_entity
    index_entry = get_index_entry(name)
  File "/home/runner/work/sdk/sdk/mkdocs_macros_main.py", line 475, in get_index_entry
    raise Exception(f"Cannot find protobuf object with name {name}")
Exception: Cannot find protobuf object with name services.account.v1.Account.Login