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
log is here:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] done. [services.d] starting services [services.d] done. 2024-04-22 11:18:29,877 - pycec - WARNING - Be aware! Network is using shared event loop! 2024-04-22 11:18:29,917 - pycec.cec - INFO - found a CEC adapter: 2024-04-22 11:18:29,918 - pycec.cec - INFO - port: RPI 2024-04-22 11:18:29,918 - pycec.cec - INFO - vendor: 0x2708 2024-04-22 11:18:29,919 - pycec.cec - INFO - product: 0x1001 2024-04-22 11:18:31,400 - pycec.cec - INFO - connection opened 2024-04-22 11:18:31,911 - pycec - INFO - CEC initialized... Starting server. 2024-04-22 11:18:31,915 - pycec - INFO - Serving on ('0.0.0.0', 9526) /usr/lib/python3.9/site-packages/pycec/main.py:19: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. await asyncio.sleep(10, loop=loop)
how to solve it?
thx
Tibor /sorry my bad english/
The text was updated successfully, but these errors were encountered:
Are you talking about the warning? It requires an updated version of pyCEC, see konikvranik/pyCEC#80.
Sorry, something went wrong.
No branches or pull requests
log is here:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2024-04-22 11:18:29,877 - pycec - WARNING - Be aware! Network is using shared event loop!
2024-04-22 11:18:29,917 - pycec.cec - INFO - found a CEC adapter:
2024-04-22 11:18:29,918 - pycec.cec - INFO - port: RPI
2024-04-22 11:18:29,918 - pycec.cec - INFO - vendor: 0x2708
2024-04-22 11:18:29,919 - pycec.cec - INFO - product: 0x1001
2024-04-22 11:18:31,400 - pycec.cec - INFO - connection opened
2024-04-22 11:18:31,911 - pycec - INFO - CEC initialized... Starting server.
2024-04-22 11:18:31,915 - pycec - INFO - Serving on ('0.0.0.0', 9526)
/usr/lib/python3.9/site-packages/pycec/main.py:19: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
await asyncio.sleep(10, loop=loop)
how to solve it?
thx
Tibor /sorry my bad english/
The text was updated successfully, but these errors were encountered: