mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #602] Failure to scan "Duplicate entry" #430
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#430
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 @lachlan-00 on GitHub (May 30, 2017).
Original GitHub issue: https://github.com/koel/koel/issues/602
Just downloaded 3.6.2 and installed following the debian guide.
Server is debian stretch
DB is mariadb
Using node --version v6.10.3
Server runs and i can log into the web interface using the internal address
When i add my music and scan the server fails and stops.
Running manually from the command line it's a SQL error
This install is brand new so i'm not sure why it would generate an error like this. I do have a large library but it's failing really early in the sync.
@phanan commented on GitHub (May 30, 2017):
If you rename/remove the song, does the scan go through?
@lachlan-00 commented on GitHub (May 31, 2017):
Moved out and restarted and it's half way. (64,000/127,000)
So it looks like it's an issue with this track specifically.
No issue with the other 10 in the album though.
@lachlan-00 commented on GitHub (May 31, 2017):
Initial scan completed but very slowly. (about 1 hour per 10,000 songs.)
When i checked in the morning there are no albums in the web interface. The data appears in the mysql database so it's definitely scanned them.
Restarting the scan again now and it finished in minutes but failed again on a different song.
@lachlan-00 commented on GitHub (May 31, 2017):
Is there a limit to the library that i'm hitting?
I have +130,000 songs but it's never reported higher than 127,080 in a sync and nothing show up in the web interface.
I tested by making a single band the library (/mnt/music/Weezer) and it worked.
@lachlan-00 commented on GitHub (Jun 1, 2017):
Restarting sync will fix itself it just seems to take a few goes sometimes. The same track doesn't create the error so it could be some kind of bug but is not reproducible.
I've scanned my library multiple times in the last 2 days and the only time it's shown music in the UI is when i use a smaller folder.
Looks like Koel has lots of problems with large libraries but the scan itself is not a problem as all the music is going into the database correctly.
@phanan commented on GitHub (Jun 1, 2017):
Hmm, I certainly tried with bigger libraries, and Koel would work just
fine. If nothing is shown in the player, it must be another problem
altogether. What do you see in Chrome's console?
On Thu, Jun 1, 2017 at 07:18 lachlan notifications@github.com wrote: