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 try to use gpm and i fail on the command gpm update.
I get this error :
λ gpm update
INFO gpm::gpm::command::update > running the "update" command
Updating all repositories
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: InvalidData, error: "stream did not contain valid UTF-8" }', src\gpm\command\update.rs:39:42
I see in update.rs source that the file causing the error is source.list. I convert it to utf 8 and everything was OK.
Maybe can you add an error message instead letting rust panic ?
Thanks for your job and sorry for my english ;)
Jonathan
The text was updated successfully, but these errors were encountered:
Hello,
i try to use gpm and i fail on the command gpm update.
I get this error :
I see in update.rs source that the file causing the error is source.list. I convert it to utf 8 and everything was OK.
Maybe can you add an error message instead letting rust panic ?
Thanks for your job and sorry for my english ;)
Jonathan
The text was updated successfully, but these errors were encountered: