局域网如何连接openaipublic.blob.core.windows.net? #210

Closed
opened 2026-02-21 17:26:23 -05:00 by yindo · 4 comments
Owner

Originally created by @immno on GitHub (Jun 25, 2023).

Originally assigned to: @takatost on GitHub.

为什么会请求这个地址?在局域网中如何破解?

dify-api-1       | During handling of the above exception, another exception occurred:
dify-api-1       |
dify-api-1       | Traceback (most recent call last):
dify-api-1       |   File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
dify-api-1       |     resp = conn.urlopen(
dify-api-1       |   File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 798, in urlopen
dify-api-1       |     retries = retries.increment(
dify-api-1       |   File "/usr/local/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
dify-api-1       |     raise MaxRetryError(_pool, url, error or ResponseError(cause))
dify-api-1       | urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /gpt-2/encodings/main/vocab.bpe (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6c2485b8e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Originally created by @immno on GitHub (Jun 25, 2023). Originally assigned to: @takatost on GitHub. 为什么会请求这个地址?在局域网中如何破解? ``` dify-api-1 | During handling of the above exception, another exception occurred: dify-api-1 | dify-api-1 | Traceback (most recent call last): dify-api-1 | File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send dify-api-1 | resp = conn.urlopen( dify-api-1 | File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 798, in urlopen dify-api-1 | retries = retries.increment( dify-api-1 | File "/usr/local/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment dify-api-1 | raise MaxRetryError(_pool, url, error or ResponseError(cause)) dify-api-1 | urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='openaipublic.blob.core.windows.net', port=443): Max retries exceeded with url: /gpt-2/encodings/main/vocab.bpe (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f6c2485b8e0>: Failed to establish a new connection: [Errno 111] Connection refused')) ```
yindo added the 🙋‍♂️ question label 2026-02-21 17:26:23 -05:00
yindo closed this issue 2026-02-21 17:26:23 -05:00
Author
Owner
@immno commented on GitHub (Jun 26, 2023): 好像有相关的修复提交: https://github.com/openai/whisper/discussions/1121 https://github.com/openai/whisper/commit/b5851c6c40e753606765ac45b85b298e3ae9e00d
Author
Owner

@github-actions[bot] commented on GitHub (Jul 26, 2023):

Close due to it's no longer active, if you have any questions, you can reopen it.

@github-actions[bot] commented on GitHub (Jul 26, 2023): Close due to it's no longer active, if you have any questions, you can reopen it.
Author
Owner

@zdm0100 commented on GitHub (Jul 31, 2023):

遇到了跟你一样的问题,如何解决呢?

@zdm0100 commented on GitHub (Jul 31, 2023): 遇到了跟你一样的问题,如何解决呢?
Author
Owner

@lifeofbow commented on GitHub (Aug 23, 2023):

解决了吗大佬们

@lifeofbow commented on GitHub (Aug 23, 2023): 解决了吗大佬们
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#210