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

Failed to copy recorded audio to documents on Linux #462

Open
SyndicatedPillbug opened this issue Dec 31, 2024 · 0 comments
Open

Failed to copy recorded audio to documents on Linux #462

SyndicatedPillbug opened this issue Dec 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SyndicatedPillbug
Copy link

What happened?

A bug happened!

Steps to reproduce

tried to record audio

What OS are you seeing the problem on?

No response

Relevant log output

options: {
  "path": "/home/user-name/Documents/2024-12-30 21-26-33.wav",
  "lang": "en",
  "verbose": false,
  "n_threads": 4,
  "init_prompt": "",
  "temperature": 0.4,
  "translate": null,
  "max_text_ctx": null,
  "word_timestamps": false,
  "max_sentence_len": 1
}

Caused by:
    audio file doesn't exist

Location:
    core/src/transcribe.rs:160:9
App Version: vibe 3.0.0
Commit Hash: 371af90
Arch: x86_64
Platform: linux
Kernel Version: 22.0.0
OS: linux
OS Version: 22.0.0
Cuda Version: n/a
Models: ggml-distil-large-v3.bin, ggml-medium-q8_0.bin
Default Model: ggml-distil-large-v3.bin"
Cargo features: vulkan


CPU feature detection is not supported on this architecture.


<details>
<summary>logs</summary>


Error: ffmpeg not found

Location:
    core/src/audio.rs:55:42

Location:
    desktop/src-tauri/src/cmd/audio.rs:223:88
Error: Failed to copy file to documents directory

Caused by:
    No such file or directory (os error 2)

Location:
    desktop/src-tauri/src/cmd/audio.rs:232:66

Location:
    desktop/src-tauri/src/cmd/audio.rs:232:132

</details>
@SyndicatedPillbug SyndicatedPillbug added the bug Something isn't working label Dec 31, 2024
@thewh1teagle thewh1teagle changed the title App reports bug Failed to copy recorded audio to documents on Linux Jan 1, 2025
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

1 participant