mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #809] Duplicate entry bug and missing dependencies in preinstaller #570
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#570
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 @JaneX8 on GitHub (Sep 26, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/809
I noticed that the issues:
Have similar problems regarding the duplicate key. After struggling a long time I've finally managed to install Koel en wanted to start indexing. Then only one file was indexed and basically everything stopped working. I've tried it with and without docker, with PostgreSQL and MySQL, nothing seems to work. I wish it cost me an hour to get everything up and running but it costed me 10 so far and it's still not working. I'm thinking about writing the basic functionality myself now which would cost me the same time. But fact is Koel is looking nice and I would like to give it a try. It just doesn't work. How do I fix this?
The few rules at the site:
Are misleading and too good to be true. I had to find and preinstall dependencies manually and edit PHP config and ENV files in order to work around the errors. Just to get a up-and-running interface. Any help? The duplicate key problem is now what I'm stuck on, just like the other issues are describing without a solution. I've tried truncating tables and removing one entry or file without luck too.
@phanan commented on GitHub (Sep 26, 2018):
First thing first, the commands ("rules") are not "too good to be true." Granted, it's for development purpose (using PHP server) but below is my personal Koel installation/update script:
You see, all it takes is five statements (actually 4, as
git submodule update --recursive --remoteis only necessary because I'm onmasterbranch).Now to your struggling – I'm sorry it doesn't work right out of the box for you, but honestly I don't know where to start (to help you).
@JaneX8 commented on GitHub (Sep 27, 2018):
Thanks for your reply.
The dependency problems where with the attempt without docker. If there is an encoding problem can we please fix that so it's rock-solid for all possible encoding?
@phanan commented on GitHub (Sep 27, 2018):
Again, I can not really fix a problem without knowing what the problem is i.e. without having the songs with funny encoding(s). And tbh, yours is a very edge case.
@JaneX8 commented on GitHub (Sep 29, 2018):
I expect it has something to do with encoding stuff in the filenames/paths. Can that be? Letters like "äëöïüáéóíú".
@phanan commented on GitHub (Sep 29, 2018):
No, it’s the md3 tags for artist.
Aat2ya9873 notifications@github.com schrieb am So. 30. Sep. 2018 um 00:15:
@JaneX8 commented on GitHub (Oct 1, 2018):
So, can we make a fix that handles all possible characters in filenames/paths and md3 tags properly?
@phanan commented on GitHub (Oct 1, 2018):
I think we're going around in circle. You're asking me to "fix" something without giving any materials/evidence. Yes, I get it, it doesn't work for you, but that piece of information isn't helpful. You can at least provide me with the problematic files.
@phanan commented on GitHub (Oct 1, 2018):
Also, you said "The dependency problems where[sic] with the attempt without docker." Doesn't that mean it's NOT a problem with Koel, and instead with your own server/environment, which in turn renders a good part of this issue report an unconstructive rant?
@phanan commented on GitHub (Oct 1, 2018):
I'm closing this issue because it's pretty misleading. If you want to report the actual issue with encoding, please open another one and provide more information i.e. the files with errors.