fc2-live-dl
fc2-live-dl copied to clipboard
ClientConnectorError [The semaphore timeout period has expired]
I got this error recently. I paste the full error message below.
[main] ClientConnectorError(ConnectionKey(host='live.fc2.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), OSError(22, 'The semaphore timeout period has expired', None, 121, None)) Cannot connect to host live.fc2.com:443 ssl:default [The semaphore timeout period has expired]
Hi, a few questions to help me debug the issue,
- Which OS, and what Python version?
- How did you install fc2-live-dl (pip, docker?)
- Does the error happen all the time?
- Can you run it again with
--log-level debug
- Which OS, and what Python version?
- Windows 11
- Python 3.11
- How did you install fc2-live-dl (pip, docker?)
- I used pip iirc.
- Does the error happen all the time?
- I just moved to a new place irl. This error happen all the time since I moved.
- Can you run it again with --log-level debug
- I do not know how should I perform this.