mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #113] iconv(): Detected an incomplete multibyte character in input string #81
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#81
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 @gau1991 on GitHub (Dec 18, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/113
Hi
Around 4GB songs.,
Getting this error each time:
@etopian commented on GitHub (Dec 18, 2015):
in app/models/Artist.php
@gau1991 commented on GitHub (Dec 18, 2015):
@etopian ,
Thanks, its works fine +1
@phanan commented on GitHub (Dec 19, 2015):
This fix has been introduced since yesterday. Try pulling the new code.
@gau1991 commented on GitHub (Dec 19, 2015):
@phanan
I have latest code only, still I am getting this error. But @etopian fix works fine
@phanan commented on GitHub (Dec 19, 2015):
Ah... Just realized that I haven't pushed the fix yet.
@maxengel commented on GitHub (Jul 17, 2017):
Did this ever get pushed? I get the following with my initial scan (excerpt):
QueryException in Connection.php line 651: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '??T' for key 'artists_name_unique' (SQL: insert intoartists(name,updated_at,created_at) values (��The Postal Service, 2017-07-17 03:00:32, 2017-07-17 03:00:32))@JaneX8 commented on GitHub (Sep 19, 2018):
I also still have a similar error and cannot get more than 1 song in my library.
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '??K' for key 'artists_name_unique'@JaneX8 commented on GitHub (Sep 19, 2018):
It's very frustrating. I've spend hours trying to fix this with no solution. That's sad cause the slogan includes "*that works". Any thoughts anyone? @phanan