Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracemalloc RunTime Warning: no await in coroutine for get-remote-key-list #132

Open
sabrsulab opened this issue Aug 10, 2022 · 0 comments

Comments

@sabrsulab
Copy link

The coroutine in the get-remote-key-list method needs
await {coroutine}
to be implemented immediately following the call for get_remote_keys_list in order to function properly.
This issue is throwing the following runtime error:
sys:1: RuntimeWarning: coroutine 'get_remote_keys_list' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

That one liner is a fix for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant