-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Partial Downloads Attempted to be Imported #61
Comments
I got another case:
|
So from the logs it seems like there is a connection error that leads to an unhandled exception and so soularr crashes. |
I have been having the same problem. I then have to go into the failed imports folder and stitch them together. Maybe a delay to ensure all downloads are complete before the import, or a query that all downloads are complete before the import begins. |
Looking at the logs above it seems that the connection to your slskd container is dropping mid way through a run so the albums don't fully download. Then on the next run it tries to import the partial downloads since they are in your downloads folder still. Not sure why your connection is dropping but I will try to catch that error. Although not much can be done if your connection to Slskd drops. |
I have been seeing an issue where an album is not yet completed, but soularr seems to think it is. It then tries to import a partial album, which fails. The partial album is placed in
failed_imports
then the rest of the album downloads, another album completes, and then the second part of the original album is attempted to be imported, but fails and is placed infailed_imports
. The logs don't really say much:The text was updated successfully, but these errors were encountered: