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
Summary: scanning a directory with n items never completes
Repo:
1- download the dmg file
2 - open and pick a directory (I'm using a directory with 1 sample)
current:
loads infinitely
expected:
scans and labels.
What I've tried:
pulled the repo and tested the dev build
Error is
thread 'tokio-runtime-worker' panicked at src/utils/extractor_music.rs:23:7:
assertion failed: status.success()
When I println!("Exit status: {:?}", status); on line 21 of Extractor_music.rs, I get Exit status: ExitStatus { code: Some(126) }
I'm not terribly familiar with rust or Tauri but I think the command could not be executed.
I tried downloading a new binary from https://essentia.upf.edu/extractors/ and adding just the one I needed but I'm not entirely sure how to hook it up. Any suggestions?
Update: when I run the following in the terminal: /Users//Documents/Code/pulp/src-tauri/binaries/streaming_extractor_music-x86_64-apple-darwin I get: dyld[35775]: Library not loaded: '/usr/local/opt/taglib/lib/libtag.1.dylib' Referenced from: '/Users/<myusername>/Documents/Code/pulp/src-tauri/binaries/streaming_extractor_music-x86_64-apple-darwin' Reason: tried: '/usr/local/opt/taglib/lib/libtag.1.dylib' (no such file), '/usr/local/lib/libtag.1.dylib' (no such file), '/usr/lib/libtag.1.dylib' (no such file) I homebrew installed all the dependcies and now the dmg app works but my local dev version crashes on launch. What am I missing?
Summary: scanning a directory with n items never completes
Repo:
1- download the dmg file
2 - open and pick a directory (I'm using a directory with 1 sample)
current:
loads infinitely
expected:
scans and labels.
What I've tried:
Error is
When I
println!("Exit status: {:?}", status);
on line 21 of Extractor_music.rs, I getExit status: ExitStatus { code: Some(126) }
I'm not terribly familiar with rust or Tauri but I think the command could not be executed.
I tried downloading a new binary from https://essentia.upf.edu/extractors/ and adding just the one I needed but I'm not entirely sure how to hook it up. Any suggestions?
System:
OSX 12.7.1 Monteray
processor: 2.7 GHz 12-Core Intel Xeon E5
The text was updated successfully, but these errors were encountered: