mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1537] Error 500 on home #873
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#873
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 @tomdoo on GitHub (Oct 20, 2022).
Original GitHub issue: https://github.com/koel/koel/issues/1537
Describe the bug
Error 500 on Home
To reproduce
Steps to reproduce the behavior:
Error message
Environment
@phanan commented on GitHub (Oct 22, 2022):
Can't seem to reproduce this. Please give more details.
@MarS0K commented on GitHub (Oct 23, 2022):
PostgreSQL Logs:
2022-10-23 03:16:53.984 UTC [4538] ERROR: column "interactions.play_count" must appear in the GROUP BY clause or be used in an aggregate function at character 2652022-10-23 0 3:16:53.984 UTC [4538] STATEMENT: select "artists".* from "artists" left join "songs" on "artists"."id" = "songs"."artist_id" left join "interactions" on "interactions"."song_id" = "songs"."id" and "interactions"."user_id" = $1 where "artists"."id" not in ($2, $3) group by "artists"."id" order by "play_count" desc limit 6There was no error before Koel 6.3.0.
@phanan commented on GitHub (Oct 23, 2022):
Closed in #1538.