mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #112] Albums view throws error #82
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#82
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 @panmona on GitHub (Aug 18, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/112
When I go to the Albums page I get the following error:
Failed to read JSON: invalid type: null, expected a string at line 18201 column 20Environment: Manjaro Linux 21.1.0
@jpochyla commented on GitHub (Aug 18, 2021):
Which artist is it?
@joelarmstrong commented on GitHub (Aug 19, 2021):
I have the same issue, or a similar one (loading the "Albums" tab on the sidebar). The offending album (Electric Wizard - Come My Fanatics) has a null label:
After creating a custom deserializer that handles null
labels (instead of just a missinglabel) the tab loads fine.@panmona commented on GitHub (Aug 19, 2021):
Sorry I meant to write Albums page.
Thank you @joelarmstrong for chiming in with the data!
@jpochyla commented on GitHub (Aug 19, 2021):
Uff, thanks! Spotify API can be a bit weird sometimes (seems like label is not even documented anymore). Can you please confirm that
eb7384a(in master) fixes the issue? Thanks!@panmona commented on GitHub (Aug 19, 2021):
@jpochyla Yes that fixes the issue for me.