Code Monkey home page Code Monkey logo

Comments (15)

HappyTurboSnail avatar HappyTurboSnail commented on August 12, 2024 1

@kirillleogky Try to save the keys.py file in UTF-8. This you can do, for example, with Notepad++

from ecoute.

kirillleogky avatar kirillleogky commented on August 12, 2024 1

@kirillleogky Try to save the keys.py file in UTF-8. This you can do, for example, with Notepad++

Thank you It's worked!!

from ecoute.

SevaSk avatar SevaSk commented on August 12, 2024

Hey! I've updated the error message to be more descriptive. Could you pull the latest changes from the main branch and try this again? We should get more information this time.

from ecoute.

aiking2222 avatar aiking2222 commented on August 12, 2024

Same error.

from ecoute.

decentralisedknowledge avatar decentralisedknowledge commented on August 12, 2024

Same error here:
Python311\site-packages\whisper\timing.py:57: 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.
@numba.jit

from ecoute.

SevaSk avatar SevaSk commented on August 12, 2024

The "Python311\site-packages\whisper\timing.py:57: NumbaDeprecationWarning" message is just a warning and doesn't cause any issues here. With the updated error message I would like to see a screenshot of the error if anyone is still getting them.

from ecoute.

kirillleogky avatar kirillleogky commented on August 12, 2024

image

from ecoute.

mf avatar mf commented on August 12, 2024

@kirillleogky you did not follow the instructions. You need to grab your ChatGPT API key and then create a keys.py file with the line OPENAI_API_KEY = "INSERT HERE"

from ecoute.

mf avatar mf commented on August 12, 2024

from ecoute.

hulnglei1 avatar hulnglei1 commented on August 12, 2024

can not see any windows after run the main.py. with log below:
D:\huanglei\ecoute\ecoute>python main.py
C:\Users\Administrator\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):
[INFO] Adjusting for ambient noise from Default Mic. Please make some noise from the Default Mic...
[INFO] Completed ambient noise adjustment for Default Mic.
[INFO] Adjusting for ambient noise from Default Speaker. Please make or play some noise from the Default Speaker...

from ecoute.

SevaSk avatar SevaSk commented on August 12, 2024

can not see any windows after run the main.py. with log below: D:\huanglei\ecoute\ecoute>python main.py C:\Users\Administrator\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): [INFO] Adjusting for ambient noise from Default Mic. Please make some noise from the Default Mic... [INFO] Completed ambient noise adjustment for Default Mic. [INFO] Adjusting for ambient noise from Default Speaker. Please make or play some noise from the Default Speaker...

Where you playing some noise from the default speaker? It should continue to initialize after it hears some noise. If you where check what is set as the default speaker and make sure it makes to what you are listening too.

from ecoute.

hulnglei1 avatar hulnglei1 commented on August 12, 2024

can not see any windows after run the main.py. with log below: D:\huanglei\ecoute\ecoute>python main.py C:\Users\Administrator\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): [INFO] Adjusting for ambient noise from Default Mic. Please make some noise from the Default Mic... [INFO] Completed ambient noise adjustment for Default Mic. [INFO] Adjusting for ambient noise from Default Speaker. Please make or play some noise from the Default Speaker...

Where you playing some noise from the default speaker? It should continue to initialize after it hears some noise. If you where check what is set as the default speaker and make sure it makes to what you are listening too.

No, I can not hear any noise. it just stop without any log. Is that mean my laptop's default Speaker have some problem?

from ecoute.

NEUCFgod avatar NEUCFgod commented on August 12, 2024

When I run main.py,there comes a error named “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)'))))”,would mind helping me?

from ecoute.

1379584933 avatar 1379584933 commented on August 12, 2024

When I run main.py,there comes a error named “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)'))))”,would mind helping me?

"Hello, I have encountered the same problem. Have you solved it?"

from ecoute.

kirillleogky avatar kirillleogky commented on August 12, 2024

When I run main.py,there comes a error named “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)'))))”,would mind helping me?

"Hello, I have encountered the same problem. Have you solved it?"

@1379584933 check

from ecoute.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.