mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #559] Search is broken #334
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#334
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 @omartijn on GitHub (Nov 24, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/559
Describe the bug
Since at least today search is broken and yields a "Failed to read JSON: invalid type: null, expected struct Album at line 1 column 29237". The message is identical, with the exception of the column.
To Reproduce
Open psst, enter text in the search field and press enter.
Expected behavior
Psst should display search results
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
69314f9fe8Additional context
I think something changed in the JSON for search results, breaking psst.
@SO9010 commented on GitHub (Dec 20, 2024):
Hello, Is this still an issue for you?
@omartijn commented on GitHub (Dec 20, 2024):
Nope, it seems to work fine again.
@SO9010 commented on GitHub (Dec 20, 2024):
Perfect thank you!