We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed4c6a3 + cef3c0f commit 62c28b2Copy full SHA for 62c28b2
ydb/aio/iam.py
@@ -126,7 +126,8 @@ async def _make_token_request(self):
126
) as response:
127
if not response.ok:
128
self.logger.error(
129
- "Error while getting token from metadata: %s" % response.text()
+ "Error while getting token from metadata: %s"
130
+ % await response.text()
131
)
132
response.raise_for_status()
133
return await response.json()
0 commit comments