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
I've been messing around in Rust (Tauri v2) making a way to read song metadata while walking through a directory and add it to a SQLite file. And I have been getting an error around read #1250. Where I get an IO Error. I have commented out my SQLite functions and I got the same error. I also commented out the Symphonia code, and it worked just fine (the code scanned through the entire directory.)
This is the error I get:
thread 'tokio-runtime-worker' panicked at src\helper.rs:53:10:
unsupported format: IoError(Custom { kind: UnexpectedEof, error: "out of bounds" })
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've been messing around in Rust (Tauri v2) making a way to read song metadata while walking through a directory and add it to a SQLite file. And I have been getting an error around read #1250. Where I get an IO Error. I have commented out my SQLite functions and I got the same error. I also commented out the Symphonia code, and it worked just fine (the code scanned through the entire directory.)
This is the error I get:
And line 53 is this:
Could it be an issue of the probe not being released from memory? Or is too many times the function is being called in a row?
Beta Was this translation helpful? Give feedback.
All reactions