RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
276 stars 24 forks source link

[Bug]: #121

Closed Saorn closed 1 year ago

Saorn commented 1 year ago

Describe the bug Fresh install is throwing the following errors when running the Video.sh script:

/config/extended/scripts/Video.sh: line 590: syntax error near unexpected token fi' /config/extended/scripts/Video.sh: line 590:fi'

To Reproduce copied cookies.txt to config folder and started up the docker and waited.

Expected behavior I'm assuming to download videos

Log Data full log from the Video.sh run

2022-11-07 18:45:11 :: Extended Video :: ----------------------------------------------------------------------------- 2022-11-07 18:45:11 :: Extended Video :: |~) . | . |\ |o. o |~||| 2022-11-07 18:45:11 :: Extended Video :: |~(|| |(|()| | || ||| ||(_||~| | |< 2022-11-07 18:45:11 :: Extended Video :: Presents: lidarr-extended (1.0.055) 2022-11-07 18:45:11 :: Extended Video :: Docker Version: amd64-1.0.33 2022-11-07 18:45:11 :: Extended Video :: May the vidz be with you! 2022-11-07 18:45:11 :: Extended Video :: ----------------------------------------------------------------------------- 2022-11-07 18:45:11 :: Extended Video :: Donate: https://github.com/sponsors/RandomNinjaAtk 2022-11-07 18:45:11 :: Extended Video :: Project: https://github.com/RandomNinjaAtk/docker-lidarr-extended 2022-11-07 18:45:11 :: Extended Video :: Support: https://github.com/RandomNinjaAtk/docker-lidarr-extended/discussions 2022-11-07 18:45:11 :: Extended Video :: ----------------------------------------------------------------------------- 2022-11-07 18:45:16 :: Extended Video :: 2022-11-07 18:45:16 :: Extended Video :: Lift off in... 2022-11-07 18:45:17 :: Extended Video :: 5 2022-11-07 18:45:18 :: Extended Video :: 4 2022-11-07 18:45:19 :: Extended Video :: 3 2022-11-07 18:45:20 :: Extended Video :: 2 2022-11-07 18:45:21 :: Extended Video :: 1 2022-11-07 18:45:22 :: Extended Video :: To kill script, use the following command: 2022-11-07 18:45:22 :: Extended Video :: kill -9 2022-11-07 18:45:22 :: Extended Video :: kill -9 2022-11-07 18:45:24 :: Extended Video :: Lidarr Version: 1.1.0.2649 2022-11-07 18:45:24 :: Extended Video :: CONFIG :: Download Location :: /downloads-lidarr-extended/videos 2022-11-07 18:45:24 :: Extended Video :: CONFIG :: Music Video Location :: /music-videos 2022-11-07 18:45:24 :: Extended Video :: CONFIG :: Subtitle Language set to: en 2022-11-07 18:45:24 :: Extended Video :: CONFIG :: yt-dlp format: bestvideo*+bestaudio/best 2022-11-07 18:45:24 :: Extended Video :: CONFIG :: Cookies File Found! (/config/cookies.txt) 2022-11-07 18:45:24 :: Extended Video :: CONFIG :: Complete /config/extended/scripts/Video.sh: line 590: syntax error near unexpected token fi' /config/extended/scripts/Video.sh: line 590:fi'

RandomNinjaAtk commented 1 year ago

Good find, I'll have it fixed soon

RandomNinjaAtk commented 1 year ago

Should be fixed after you grab the latest image update.

Saorn commented 1 year ago

yep, running fine now.