mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #1779] error drag and drop images #981
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#981
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 @HecFranco on GitHub (Jul 11, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1779
Describe the bug
I am using the docker version and I can't upload images to the album and artist, drag and drop fails.
To reproduce
I try to upload the image using drag and drop and it doesn't seem to upload. The json response always resolves to null.
In the logs I found this:
[2024-07-11 10:51:27] production.ERROR: Failed attempt {"error":"[object] (Intervention\Image\Exception\NotSupportedException(code: 0): Webp format is not supported by PHP installation. at /var/www/html/vendor/intervention/image/src/Intervention/Image/Gd/Encoder.php:68)
I was already able to solve it, and this:
[2024-07-11 10:57:27] production.ERROR: Failed attempt {"error":"[object] (Intervention\Image\Exception\NotReadableException(code: 0): Unable to init from given binary data. at /var/www/html/vendor/intervention/image/src/Intervention/Image/Gd/Decoder.php:131)
Expected behavior
I hope I can upload the image.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
@phanan commented on GitHub (Jul 11, 2024):
I see the problem now. Will issue a fix.
@phanan commented on GitHub (Jul 11, 2024):
Closed (hopefully) in v7.0.1.