mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-02 22:56:57 -05:00
Manual Import: Unable to load manual import items #3650
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr#3650
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @steve1977 on GitHub (Apr 1, 2024).
Is there an existing issue for this?
Current Behavior
My issue seems identical with the issue reported below:
https://github.com/lidarr/Lidarr/issues/2035
I disabled "proxy" in Lidarr, but it doesn't fix the issue.
Expected Behavior
I see there are a couple of other issues that are closed about this, it seems not enough information was provided to track down the problem. It happens very consistently for me so I'll have a go at it.
When there are too many files for the manual import call to process, import stops and gives me an error message
Steps To Reproduce
Go to /wanted/missing
Click on Manual Import
Select a directory with enough files that it'll take longer than one minute for the ImportDecisionMaker to read the files and IdentificationService to identify the albums.
Environment
What branch are you running?
Master
Trace Logs?
https://gist.github.com/steve1977/82fdbcc3f4f573d8184fdc453e795c51
Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.
trace- that are relevant and show this issue.@github-actions[bot] commented on GitHub (Apr 1, 2024):
👋 @steve1977, In order to help you further we'll need to see logs. You'll need to enable trace logging and replicate the problem that you encountered. Guidance on how to enable trace logging can be found in our troubleshooting guide.
@steve1977 commented on GitHub (Apr 1, 2024):
https://gist.github.com/steve1977/82fdbcc3f4f573d8184fdc453e795c51
@mynameisbogdan commented on GitHub (Apr 1, 2024):
You need to provide trace logs containing the issue you're describing. Your logs don't provide any errors at all, just normal processing of unmapped files.
@steve1977 commented on GitHub (Apr 1, 2024):
I thought I did, sorry. Please see below:
https://gist.github.com/steve1977/f8380003264ad57f1b1053b0eca645bd
@mynameisbogdan commented on GitHub (Apr 1, 2024):
No errors in this one either, but looks to me you're trying to load the whole directory of
/data/usenet/Music/.@steve1977 commented on GitHub (Apr 1, 2024):
This is my "import folder". I am trying to contain one single album that is pretagged by Picard. Unfortunately, it is a 5,000 track album. Maybe, this exceeds Lidarr capability to import it?
@mynameisbogdan commented on GitHub (Apr 1, 2024):
5000 tracks album? What do you think? 😂
What album is that?
My guess is going to be yes, it takes too long to process them so the UI gives up eventually.
There's a reason in Radarr there's a limit for max 100 movies in the manual import.
@steve1977 commented on GitHub (Apr 2, 2024):
Any work-around?
https://musicbrainz.org/release/d996abaa-ce14-45c7-944a-9c62adee19fe
@thezak48 commented on GitHub (Apr 2, 2024):
You are not gonna like it but split the files into folders of 60 items and manually import each folder separately
@steve1977 commented on GitHub (Apr 2, 2024):
I can do more than 60 ;-) And this wouldn't be the worst outcome.
However, it also doesn't work. Once I import 2,000-ish, I cannot even import one single file. Probably related to lidarr scanning the folder for existing files.
@gshpychka commented on GitHub (Mar 17, 2025):
It is failing for me with a couple hundred. Trying to import a downloaded artist discography. What I expect is for it to load, with paging if necessary.
@bakerboy448 commented on GitHub (Sep 6, 2025):
To be resolved with https://github.com/Lidarr/Lidarr/issues/1753 when pulled