lostb1t / replex

Remix your Plex hubs
204 stars 7 forks source link

Using UNRAID Community App #152

Closed jl94x4 closed 1 month ago

jl94x4 commented 1 month ago

thread 'main' panicked at src/main.rs:14:54: calledResult::unwrap()on anErrvalue: Error { tag: Tag(Default, 1), profile: Some(Profile(Uncased { string: "default" })), metadata: Some(Metadata { name: "REPLEX_environment variable(s)", source: None, provide_location: Some(Location { file: "src/config.rs", line: 144, col: 24 }), interpolater: }), path: ["force_direct_play_for"], kind: InvalidType(Bool(false), "a string"), prev: None } note: run withRUST_BACKTRACE=1environment variable to display a backtrace

Getting this when running.


  -d
  --name='REPLEXTrue'
  --net='bridge'
  --pids-limit 2048
  -e TZ="Europe/London"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Plexified"
  -e HOST_CONTAINERNAME="REPLEXTrue"
  -e 'REPLEX_HOST'='http://192.168.1.22:32400'
  -e 'REPLEX_TOKEN'='xaw9Dk7u5nEMq-kAkEy'
  -e 'REPLEX_INTERLEAVE'='true'
  -e 'REPLEX_EXCLUDE_WATCHED'='false'
  -e 'REPLEX_HUB_RESTRICTIONS'='true'
  -e 'REPLEX_DISABLE_CONTINUE_WATCHING'='false'
  -e 'REPLEX_DISABLE_USER_STATE'='false'
  -e 'REPLEX_DISABLE_LEAF_COUNT'='false'
  -e 'REPLEX_HERO_ROWS'='movies.recent,top.rated,tv.recentlyaired,tv.toprated,tv.inprogress,movie.recentlyreleased'
  -e 'REPLEX_FORCE_MAXIMUM_QUALITY'='false'
  -e 'REPLEX_FORCE_DIRECT_PLAY_FOR'='4k'
  -e 'REPLEX_VIDEO_TRANSCODE_FALLBACK_FOR'='false'
  -e 'REPLEX_AUTO_SELECT_VERSION'='false'
  -e 'REPLEX_DISABLE_RELATED'='true'
  -e 'REPLEX_REDIRECT_STREAMS'='false'
  -e 'REPLEX_REDIRECT_STREAMS_URL'=''
  -e 'REPLEX_CACHE_TTL'='0'
  -e 'RUST_LOG'='info,replex=info'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:80]/'
  -p '90:90/tcp' 'ghcr.io/lostb1t/replex'
a0b7698434f5a32f459dfe79103d2c0d7685858a7249d5c06afb89ce87d7651d```
lostb1t commented 1 month ago

REPLEX_VIDEO_TRANSCODE_FALLBACK_FOR does not accept false as a value. It should just be not set if not used.

Also the unraid template isn't something i support. Create a issue at the template repo or in replex discussions