mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #813] koel:sync breaks on invalid Exif #572
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#572
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 @kopf on GitHub (Sep 27, 2018).
Original GitHub issue: https://github.com/koel/koel/issues/813
Affected version
v3.7.2of koel. Using https://github.com/0xcaff/docker-koel .Bug report
The following error occurs when performing a sync of my collection (running
php artisan -vvv koel:syncinside the container):I'd love to provide you with the file in question, but I can't work it out from the log, since the name of the file being scanned is logged after it's been processed. If you have any tips on how to figure out which file it is, please let me know.
Template questionnaire
Hey, thanks for contributing to Koel! To save time for both of us, please make sure these checkboxes are checked before submitting the issue:
All checked? Now also make sure your issue
@phanan commented on GitHub (Sep 27, 2018):
Hmm, I think this error is relevant. You can look at the function call in
File.phpand temporarily fix it there.@kopf commented on GitHub (Sep 27, 2018):
Yep! Changing L368 to:
did the job. thanks. Shall I open a PR? I've literally 0 PHP experience, so I'm afraid I wouldn't be up to writing a test.
@phanan commented on GitHub (Sep 27, 2018):
Glad it works for you. I'm rewriting this part largely, so a PR isn't really necessary. Thanks for the offer though!