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

Bug: #357

Closed
Jmnd89 opened this issue Nov 4, 2024 · 4 comments
Closed

Bug: #357

Jmnd89 opened this issue Nov 4, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Jmnd89
Copy link

Jmnd89 commented Nov 4, 2024

What happened?

Tried to transcribe a file.

Steps to reproduce

  1. step one...
  2. step two...

What OS are you seeing the problem on?

Window

Relevant log output

options: {
  "path": "C:\\Users\\jmillet\\Documents\\2024-11-04 09-01-14.wav",
  "lang": "en",
  "verbose": false,
  "n_threads": 11,
  "init_prompt": "",
  "temperature": 0.6,
  "translate": null,
  "max_text_ctx": 3,
  "word_timestamps": false,
  "max_sentence_len": 1
}

Caused by:
    no segements found!

Location:
    core\src\transcribe.rs:292:13
App Version: vibe 2.6.3
Commit Hash: d24ffccb0d05ea822ff1a3a6edb3b9871be9f368
Arch: x86_64
Platform: windows
Kernel Version: 10.0.19045
OS: windows
OS Version: 10.0.19045
Cuda Version: n/a
Models: ggml-distil-large-v3.bin, ggml-large-v3-turbo.bin, ggml-medium.bin
Default Model: "C:\\Users\\jmillet\\AppData\\Local\\github.com.thewh1teagle.vibe\\ggml-distil-large-v3.bin"
Cargo features: vulkan


{
    "avx": {
        "enabled": true,
        "support": true
    },
    "avx2": {
        "enabled": true,
        "support": true
    },
    "f16c": {
        "enabled": true,
        "support": true
    },
    "fma": {
        "enabled": true,
        "support": true
    }
}
@Jmnd89 Jmnd89 added the bug Something isn't working label Nov 4, 2024
@thewh1teagle
Copy link
Owner

Try with other file

@thewh1teagle
Copy link
Owner

Unfortunately I can't know from such error the cause. The only way we could know is running it from the terminal and see the error coming from whisper.cpp

taskkill /IM vibe.exe /F
set RUST_BACKTRACE=1
set RUST_LOG=vibe=debug,whisper_rs=debug
%localappdata%\vibe\vibe.exe

@Jmnd89
Copy link
Author

Jmnd89 commented Nov 5, 2024

No worries. It's happened on occasion where it kicks back that bug. I've been playing with your GUI wrapper. Thank you very much for putting it together. You can close this bug. All I just do is re-record and hit transcribe again, then it works.

I don't have enough time to mess with command line right now, too busy in life, but I'll get around to it. I was an IT guy in my former career way back when.

@thewh1teagle
Copy link
Owner

#370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants