Skip to content
New issue

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

drive.google.com timeout #141

Open
mazhenguo opened this issue Jun 2, 2024 · 0 comments
Open

drive.google.com timeout #141

mazhenguo opened this issue Jun 2, 2024 · 0 comments

Comments

@mazhenguo
Copy link

Skip frame extraction
*** Error completing request
*** Arguments: (0, 'D:\Stable\file\PP', 'C:\Users\mazhe\AppData\Local\Temp\gradio\00cde2e62cb25584e7b416c2b8951747cc02e1b9\51a5b2f62494e7449e25ebdba7e36856.mp4', -1, -1, 0, 0.04, False, False, 'girl', '', 0.05, 11, 11, 10, 300, 8.5, True, 'hm-mkl-hm', True, False, False, 0, None, 1, 'mp4', '', 'Fit video length', 5, 0, 0, 'Normal') {}
Traceback (most recent call last):
File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\util\connection.py", line 95, in create_connection
raise err
File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
sock.connect(sa)
TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request
    self._validate_conn(conn)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\connectionpool.py", line 1042, in _validate_conn
    conn.connect()
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\connection.py", line 363, in connect
    self.sock = conn = self._new_conn()
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\connection.py", line 179, in _new_conn
    raise ConnectTimeoutError(
urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x0000017B855C7C10>, 'Connection to drive.google.com timed out. (connect timeout=None)')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\requests\adapters.py", line 439, in send
    resp = conn.urlopen(
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
    retries = retries.increment(
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\urllib3\util\retry.py", line 592, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=13oBl5MTVcWER3YU4fSxW3ATlVfueFQPY (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000017B855C7C10>, 'Connection to drive.google.com timed out. (connect timeout=None)'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\modules\call_queue.py", line 57, in f
    res = list(func(*args, **kwargs))
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\modules\call_queue.py", line 36, in f
    res = func(*args, **kwargs)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\extensions\ebsynth_utility\ebsynth_utility.py", line 79, in ebsynth_utility_process
    ebsynth_utility_stage1(dbg, project_args, frame_width, frame_height, st1_masking_method_index, st1_mask_threshold, tb_use_fast_mode, tb_use_jit, clipseg_mask_prompt, clipseg_exclude_prompt, clipseg_mask_threshold, clipseg_mask_blur_size, clipseg_mask_blur_size2, is_invert_mask)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\extensions\ebsynth_utility\stage1.py", line 209, in ebsynth_utility_stage1
    create_mask_transparent_background(frame_path, frame_mask_path, tb_use_fast_mode, tb_use_jit, st1_mask_threshold)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\extensions\ebsynth_utility\stage1.py", line 151, in create_mask_transparent_background
    remover = Remover(fast=tb_use_fast_mode, jit=tb_use_jit, device=devices.get_optimal_device_name())
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\transparent_background\Remover.py", line 81, in __init__
    gdown.download(self.meta.url, os.path.join(ckpt_dir, ckpt_name), fuzzy=True, proxy=self.meta.http_proxy)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\gdown\download.py", line 161, in download
    res = sess.get(url, stream=True, verify=verify)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\requests\sessions.py", line 555, in get
    return self.request('GET', url, **kwargs)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\requests\sessions.py", line 542, in request
    resp = self.send(prep, **send_kwargs)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\requests\sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "D:\Stable\sd-webui-aki\sd-webui-aki-v4.8\python\lib\site-packages\requests\adapters.py", line 504, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=13oBl5MTVcWER3YU4fSxW3ATlVfueFQPY (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000017B855C7C10>, 'Connection to drive.google.com timed out. (connect timeout=None)'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant