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

[pup2.1.1] page.py calls _onLogEntryAdded -> helpers.releaseObject without await #462

Open
dgtlmoon opened this issue Feb 12, 2024 · 1 comment

Comments

@dgtlmoon
Copy link

site-packages/pyppeteer/page.py:251: RuntimeWarning: coroutine 'releaseObject' was never awaited
  helpers.releaseObject(self._client, arg)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

helpers.releaseObject is async function but _onLogEntryAdded is not in an async context

dgtlmoon added a commit to dgtlmoon/pyppeteer-ng that referenced this issue Feb 12, 2024
@dgtlmoon
Copy link
Author

dgtlmoon@79e8e92

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