HoloArchivists / fc2-live-dl

Tool to download FC2 live streams

Home Page:https://pypi.org/project/fc2-live-dl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Event loop is closed

yuiiga opened this issue · comments

commented

2023-04-05 21:27:45 [main] fc2-live-dl v2.1.1 �[0m�[K
2023-04-05 21:27:45 �[36m[main] Using options: {
"url": "https://live.fc2.com/54514289/",
"quality": "3Mbps",
"latency": "mid",
"threads": 1,
"output": "%(date)s %(title)s (%(channel_name)s).%(ext)s",
"no_remux": false,
"keep_intermediates": false,
"extract_audio": false,
"cookies": null,
"write_chat": false,
"write_info_json": false,
"write_thumbnail": false,
"wait": false,
"wait_for_quality_timeout": 15,
"poll_interval": 5,
"log_level": "debug",
"trust_env_proxy": false,
"dump_websocket": false
} �[0m�[K
2023-04-05 21:27:45 [fc2 54514289] Fetching stream info �[0m�[K
2023-04-05 21:27:47 �[36m[fc2 54514289] Cancelling tasks �[0m�[K
2023-04-05 21:27:47 �[31m[main] TypeError("object of type 'int' has no len()") object of type 'int' has no len() �[0m�[K
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x000001E9AAD9BBE0>
Traceback (most recent call last):
File "C:\Users\H\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 116, in del
self.close()
File "C:\Users\H\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 108, in close
self._loop.call_soon(self._call_connection_lost, None)
File "C:\Users\H\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 750, in call_soon
self._check_closed()
File "C:\Users\H\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 515, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed

Which OS, and what Python version?
Windows 11
Python 3.10
How did you install fc2-live-dl (pip, docker?)
I used cmd

Hi, this issue has been fixed in the latest version 2.1.2. Please update with pip install --upgrade fc2-live-dl