ecoute icon indicating copy to clipboard operation
ecoute copied to clipboard

Anyone got this error ?

Open markomeyyer opened this issue 1 year ago • 7 comments

PS C:\WINDOWS\system32\ecoute> python main.py C:\Users\Setup Game\AppData\Local\Programs\Python\Python310\lib\site-packages\whisper\timing.py:58: NumbaDeprecationWarning: The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0. See https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit for details. def backtrace(trace: np.ndarray): Traceback (most recent call last): File "C:\WINDOWS\system32\ecoute\main.py", line 3, in from GPTResponder import GPTResponder File "C:\WINDOWS\system32\ecoute\GPTResponder.py", line 2, in from keys import OPENAI_API_KEY File "C:\WINDOWS\system32\ecoute\keys.py", line 1, in OPENAI_API_KEY=sk-YUZEWEkiYtzMxAJmcRNiT3BlbkFJyQv8ZRVOAnbDdsNj

markomeyyer avatar Jun 18 '23 21:06 markomeyyer

I changed the API number just need an example on how to sort this please

markomeyyer avatar Jun 18 '23 21:06 markomeyyer

@markomeyyer please, put your API key between "" in keys.py file

OPENAI_API_KEY="sk-YUZEWEkiYtzMxAJmcRNiT3BlbkFJyQv8ZRVOAnbDdsNj"

rmhckrkz avatar Jun 19 '23 14:06 rmhckrkz

@markomeyyer please, put your API key between "" in keys.py file

OPENAI_API_KEY="sk-YUZEWEkiYtzMxAJmcRNiT3BlbkFJyQv8ZRVOAnbDdsNj"

OMG thank you thank you

markomeyyer avatar Jun 19 '23 15:06 markomeyyer

Hello,when I run python main.py,there is a error :“Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by ProxyError('Unable to connect to proxy', SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1125)'))))”. Can you help me?

NEUCFgod avatar Jun 21 '23 03:06 NEUCFgod

我已经将 API 密钥放在 keys.py 文件中的“”之间

NEUCFgod avatar Jun 21 '23 03:06 NEUCFgod

I have put my API key between "" in keys.py file, still error “Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by ProxyError('Unable to connect to proxy', SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1125)'))))”

NEUCFgod avatar Jun 21 '23 03:06 NEUCFgod

I have put my API key between "" in keys.py file, still error “Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/audio/transcriptions (Caused by ProxyError('Unable to connect to proxy', SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1125)'))))”

换梯子吧,你这个梯子没ssl或者ssl有bug

jiangyin14 avatar Feb 05 '24 12:02 jiangyin14