mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #92] Fail to run some particular titles: Unknown server response #71
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#71
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 @Soulou on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/92
OS: Linux
Version: Current master at the time of the issue creation
Build: Release version
Which song:
Slowly - Supermodified - Amon Tobin
Logs from the terminal:
psst-gui just skips the song and start playing the next.
If you need more information, please just ask.
@jpochyla commented on GitHub (Aug 18, 2021):
I've seen this as well, it's possible we're doing the track re-linking wrong.
@felixkiessling commented on GitHub (Aug 24, 2021):
Same here. Got the message "error while loading: Permission denied (os error 13)" on macos.
@kunzjacq commented on GitHub (Aug 29, 2021):
Indeed, having the same problem, I found that it is related to an incorrect logic in
in
metadata.rs.In its current form, this function returns false (i.e. the track is authorized to play) when there is a nonempty list of allowed countries and the user country code is not in that list, which is wrong.
If this function is replaced by:
the errors dissapear.
@jpochyla commented on GitHub (Aug 29, 2021):
Thanks a lot @kunzjacq! ❤️ Included in
105f6cc