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
All the login stuff seems to be synchronous, which makes it hard to use properly from an asyncio context. Especially login needing callbacks (CredentialsPrompt) makes it nearly impossible.
The default prompt could still use the synchronous input even if the login stuff was asyncio, but custom asyncio prompts can't be used when the rest is synchronous.
The text was updated successfully, but these errors were encountered:
All the login stuff seems to be synchronous, which makes it hard to use properly from an asyncio context. Especially login needing callbacks (CredentialsPrompt) makes it nearly impossible.
The default prompt could still use the synchronous
input
even if the login stuff was asyncio, but custom asyncio prompts can't be used when the rest is synchronous.The text was updated successfully, but these errors were encountered: