-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freyr freezes consistently on certain albums/songs in [Embedding Metadata] stage #642
Comments
Can you include the full logs here in the issue? Just put it inside this <details>
<summary> Logs </summary>
```console
INSERT LOGS HERE
```
</details> But are you saying, at the 15th track, it didn't even finish printing the track name? That seems like a serious issue |
All good? |
I have the same issue, but only when I run freyr inside the lidarr container from linuxserver, using lidarr extended from randomatkninja. The logs are simply:
then, nothing else. If I run freyr from wsl, it completes with this log:
Is there a way to add more debug information while running freyr? |
Interesting, what happens when you download each song individually? |
update:
Maybe that helps narrowing down the issue? |
Just want to add, I did further testing with this on the same setup as #642 (comment). Manually running Freyr on the container (containing lidarr and randomatkninja's scripts) console works. It only freezes if Freyr was ran within the script context on my end. I have since moved on from the setup as it was unreliable for me. |
With the risk of maybe going off topic, but for the sake of debugging, I'm interested, how did you run the container manually? I've done a /bash inside the running container with docker -it, but the issue is still there. The main user is root, so I don't think it could be related to user rights. |
docker exec -it lidarr /bin/bash I've just spun up a fresh container and ran Freyr on the docker console, I've found that it freezes on the first attempt, but subsequent attempts and the issue is gone. This is not, however, the same if Freyr was ran within the script context as it freezes everytime. For reference, here's the command I used for Freyr which is basically the same as in randomatkninja's audio script: freyr --no-bar --no-net-check -d /config/extended/downloads/audio/incomplete deezer:album:9896728 |
An update: if I log into the user with id 1000 in the lidarr container (user 'abc'), and run the same command |
Freyr would freeze at certain songs on certain albums on the Embedding Metadata stage. Results are consistent on my end
In this case:
Service: Deezer
Album: Kendrick Lamar - To Pimp A Butterfly
Song: 15. I
Audio-2024_01_16_10_53_PM.txt
Behavior exists on different albums but not all albums are affected.
The text was updated successfully, but these errors were encountered: