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
Traceback (most recent call last):
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 467, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 462, in _make_request
httplib_response = conn.getresponse()
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\http\client.py", line 1375, in getresponse
response.begin()
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\http\client.py", line 318, in begin
version, status, reason = self._read_status()
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\http\client.py", line 287, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\adapters.py", line 486, in send
resp = conn.urlopen(
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
retries = retries.increment(
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\util\retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cfwus02.opapi.win', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\toolbox.py", line 183, in decorated
yield from f(main_input, llm_kwargs, plugin_kwargs, chatbot_with_cookie, history, *args, **kwargs)
File ".\crazy_functions\总结音视频.py", line 184, in 总结音视频
yield from AnalyAudio(parse_prompt, file_manifest, llm_kwargs, chatbot, history)
File ".\crazy_functions\总结音视频.py", line 83, in AnalyAudio
response = requests.post(url, headers=headers, files=files, data=data, proxies=proxies).text
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\api.py", line 115, in post
return request("post", url, data=data, json=json, **kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\adapters.py", line 513, in send
raise ProxyError(e, request=request)
requests.exceptions.ProxyError: HTTPSConnectionPool(host='cfwus02.opapi.win', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response')))
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
whisper API有消耗 3.5可以正常使用
`[Local Message] 插件调用出错:
Traceback (most recent call last):
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 467, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 462, in _make_request
httplib_response = conn.getresponse()
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\http\client.py", line 1375, in getresponse
response.begin()
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\http\client.py", line 318, in begin
version, status, reason = self._read_status()
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\http\client.py", line 287, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\adapters.py", line 486, in send
resp = conn.urlopen(
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\connectionpool.py", line 799, in urlopen
retries = retries.increment(
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\urllib3\util\retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cfwus02.opapi.win', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".\toolbox.py", line 183, in decorated
yield from f(main_input, llm_kwargs, plugin_kwargs, chatbot_with_cookie, history, *args, **kwargs)
File ".\crazy_functions\总结音视频.py", line 184, in 总结音视频
yield from AnalyAudio(parse_prompt, file_manifest, llm_kwargs, chatbot, history)
File ".\crazy_functions\总结音视频.py", line 83, in AnalyAudio
response = requests.post(url, headers=headers, files=files, data=data, proxies=proxies).text
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\api.py", line 115, in post
return request("post", url, data=data, json=json, **kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "C:\Users\Cralin\Desktop\OneKeyInstallerForWindowsAndMacOS\installer_files\env\lib\site-packages\requests\adapters.py", line 513, in send
raise ProxyError(e, request=request)
requests.exceptions.ProxyError: HTTPSConnectionPool(host='cfwus02.opapi.win', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by ProxyError('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response')))
`
Beta Was this translation helpful? Give feedback.
All reactions