[GH-ISSUE #2] get artists error #2

Closed
opened 2026-02-28 14:28:01 +03:00 by kerem · 1 comment
Owner

Originally created by @jpgrovy on GitHub (May 5, 2024).
Original GitHub issue: https://github.com/entriphy/sp-playcount/issues/2

Album endpoint is working fine. Any idea why the artist endpoint isn’t working anymore?

Originally created by @jpgrovy on GitHub (May 5, 2024). Original GitHub issue: https://github.com/entriphy/sp-playcount/issues/2 Album endpoint is working fine. Any idea why the artist endpoint isn’t working anymore?
kerem closed this issue 2026-02-28 14:28:01 +03:00
Author
Owner

@kaizinbr commented on GitHub (Jul 18, 2024):

I was testing and the error occurred cuz the return of query_artist_overview.py has

return {
            ...
            "includePrerelease": "true"
        }

its just a syntax error, when using it change the syntax do python Boolean like True or False like this:

"includePrerelease": True
<!-- gh-comment-id:2237687889 --> @kaizinbr commented on GitHub (Jul 18, 2024): I was testing and the error occurred cuz the return of `query_artist_overview.py` has ``` return { ... "includePrerelease": "true" } ``` its just a syntax error, when using it change the syntax do python Boolean like `True` or `False` like this: ``` "includePrerelease": True ```
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sp-playcount#2
No description provided.