RandomNinjaAtk / docker-lidarr-extended

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

[Bug]: "sleep: missing operand" in the logs #254

Closed telix5000 closed 1 year ago

telix5000 commented 1 year ago

Describe the bug In the logs, I am seeing sleep: missing operand over and over. I didn't see this a few weeks ago. Hard to say which version introduced this as the container just spins up and auto-updates.

To Reproduce Unsure. It's in the logs, so I speculate sleep is missing a numerical value(?)

Expected behavior Typically I have seen the script sleep for a duration of time. Unsure what is going on now.

Log Data sleep: missing operand

Try 'sleep --help' for more information.

(repeat)

Docker Info: Lidarr version 1.2.3.3267

Additional context N/A

RandomNinjaAtk commented 1 year ago

Provide some logging output of the error to help us locate it

telix5000 commented 1 year ago

2023-06-02 13:24:20 :: AutoArtistAdder :: 1.0.5 :: Finding Top Album Artists... 2023-06-02 13:24:20 :: AutoArtistAdder :: 1.0.5 :: 10 Top Album Artists Found... 2023-06-02 13:24:21 :: AutoArtistAdder :: 1.0.5 :: 1 of 10 :: Lil Durk :: Searching Musicbrainz for Deezer artist id (3977201) 2023-06-02 13:24:21 :: AutoArtistAdder :: 1.0.5 :: 1 of 10 :: Lil Durk :: 3977201 already in Lidarr... 2023-06-02 13:24:21 :: AutoArtistAdder :: 1.0.5 :: 2 of 10 :: Guided by Voices :: Searching Musicbrainz for Deezer artist id (5053) 2023-06-02 13:24:21 :: AutoArtistAdder :: 1.0.5 :: 2 of 10 :: Guided by Voices :: 5053 already in Lidarr... 2023-06-02 13:24:22 :: AutoArtistAdder :: 1.0.5 :: 3 of 10 :: Green Day :: Searching Musicbrainz for Deezer artist id (52) 2023-06-02 13:24:22 :: AutoArtistAdder :: 1.0.5 :: 3 of 10 :: Green Day :: 52 already in Lidarr... 2023-06-02 13:24:23 :: AutoArtistAdder :: 1.0.5 :: 4 of 10 :: D.R.I. :: Searching Musicbrainz for Deezer artist id (94969) 2023-06-02 13:24:25 :: AutoArtistAdder :: 1.0.5 :: 4 of 10 :: D.R.I. :: Artist not found in Musicbrainz, please add "https://deezer.com/artist/94969" to the correct artist on Musicbrainz 2023-06-02 13:24:25 :: AutoArtistAdder :: 1.0.5 :: STATUS :: LIDARR BUSY :: Pausing/waiting for all active Lidarr tasks to end... sleep: missing operand Try 'sleep --help' for more information. sleep: missing operand Try 'sleep --help' for more information. sleep: missing operand Try 'sleep --help' for more information. sleep: missing operand Try 'sleep --help' for more information. sleep: missing operand Try 'sleep --help' for more information.

On Tue, Jun 6, 2023 at 12:52 AM RandomNinjaAtk @.***> wrote:

Provide some logging output of the error to help us locate it

— Reply to this email directly, view it on GitHub https://github.com/RandomNinjaAtk/docker-lidarr-extended/issues/254#issuecomment-1578115623, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2MAITMG4NECUVCJ6EUVDDXJ3OSJANCNFSM6AAAAAAY34H76U . You are receiving this because you authored the thread.Message ID: @.***>

-- Matthew Aaron Song @.***

RandomNinjaAtk commented 1 year ago

Thanks for the log, after the latest update builds, it should resolve the issue.