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
DEBUG:asyncio:Using selector: EpollSelector
WARNING:aiohttp.internal:The object should be created within an async function
Stack (most recent call last):
File "./main.py", line 3, in<module>
File "./iSponsorBlockTV/helpers.py", line 218, in app_start
File "/usr/local/lib/python3.11/site-packages/rich_click/rich_command.py", line 367, in __call__
File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
File "/usr/local/lib/python3.11/site-packages/rich_click/rich_command.py", line 152, in main
File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1666, in invoke
File "/usr/local/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
File "/usr/local/lib/python3.11/site-packages/click/core.py", line 783, in invoke
File "/usr/local/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
File "./iSponsorBlockTV/helpers.py", line 162, in cli
File "/usr/local/lib/python3.11/site-packages/click/core.py", line 783, in invoke
File "/usr/local/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
File "./iSponsorBlockTV/helpers.py", line 194, in start
File "./iSponsorBlockTV/main.py", line 155, in main
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 776, in __init__
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 232, in __init__
File "/usr/local/lib/python3.11/site-packages/aiohttp/helpers.py", line 308, in get_running_loop
The text was updated successfully, but these errors were encountered:
Describe the bug
Recently, iSponsorBlockTV has stopped connecting to the Apple TV YouTube app.
The error message is:
ERROR:asyncio:Unclosed client session
This may be similar to #210
If you'd like me to perform any other actions or diagnostics please let me know.
As an aside - I'm incredibly appreciative of what you've created!
Steps taken to resolve
I've attempted the following:
Screenshots
iSponsorBlockTV server
OS: Raspberry Pi 4B
Device: Apple TV 4K (3rd generation) Wi-Fi + Ethernet
OS: tvOS 18.2.1
Additional context
docker-compose.yml
config.json
Log output with
--debug
argument enabled:The text was updated successfully, but these errors were encountered: