DevYukine / red_oxide

A CLI helping with uploading to Redacted, inspired by REDBetter
MIT License
106 stars 21 forks source link

thread 'main' panicked error #9

Closed nigiriemoji closed 1 year ago

nigiriemoji commented 1 year ago

Hello I'm having issues running red_oxide on debian (openmediavault). Below is the command that I ran with the config.json as well. I have flac, lame, sox, and imdl all installed within my red_oxide folder.

root@omv:/home/red_oxide# ./red_oxide_Linux_x86_64-unknown-linux-gnu transcode --config-file /home/red_oxide/config.json https://LINKTOMY.PL
[✅] Logged in as MYUSERNAME on the Redacted API
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/main.rs:177:37
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
{
  "api_key": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "torrent_directory": "/srv/MUSIC/downloads/Torrents/RED",
  "content_directory": "/srv/MUSIC/downloads/FLAC",
  "transcode_directory": "/srv/MUSIC/downloads/Torrents",
  "spectrogram_directory": "/srv/MUSIC/downloads/Specs",
  "move_transcode_to_content": false,
  "automatic_upload": true,
  "skip_hash_check": false,
  "skip_spectrogram": false,
  "allowed_transcode_formats": ["Flac", "Mp3320", "Mp3V0"],
  "concurrency": 16
}
mslmn commented 1 year ago

@nigiriemoji How did you remedy this issue?

Marcus051333 commented 1 year ago

@nigiriemoji How did you remedy this issue?

I am wondering too