We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
Each time I use the bluepy API I got the following error messages:
~/.local/lib/python3.10/site-packages/bluepy/btle.py:296: ResourceWarning: unclosed file <_io.TextIOWrapper name=5 encoding='UTF-8'> self._helper = None ResourceWarning: Enable tracemalloc to get the object allocation traceback ~/.local/lib/python3.10/site-packages/bluepy/btle.py:296: ResourceWarning: unclosed file <_io.TextIOWrapper name=6 encoding='UTF-8'> self._helper = None ResourceWarning: Enable tracemalloc to get the object allocation traceback
Code is working but I get those annoying logs...
The text was updated successfully, but these errors were encountered:
btle: close the PIPEd stdin and stdout from _helper
3b47976
This commit is fixing issue IanHarvey#498 about the annoying log regarding the RessourceWarning. Signed-off-by: Yoan Dumas <[email protected]>
No branches or pull requests
Hey,
Each time I use the bluepy API I got the following error messages:
Code is working but I get those annoying logs...
The text was updated successfully, but these errors were encountered: