mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #202] spotify-player doesn't display anything. #104
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#104
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 @whitetxt on GitHub (May 22, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/202
Describe the bug
spotify-player does not display anything to console. It even sends the notification for the currently playing song but does not show anything in console.
To Reproduce
spotify_playerExpected behavior
The app opens.
Log and backtrace
Log:
No backtrace was generated
Screenshots
https://github.com/aome510/spotify-player/assets/54776821/fb0212f5-2b4a-4e4b-b186-7eccb552e1f8
Environment
Additional context
Sometimes it might start, but its about a 10% chance.
@aome510 commented on GitHub (May 22, 2023):
Does it work without
sixelornotifyfeature? Also, what terminal are you using rn?@whitetxt commented on GitHub (May 23, 2023):
I'm using Konsole v22.12.3 (Which has sixel support)
It appears to be a problem with
sixelsupport, as it works with justnotify&lyric-finder@aome510 commented on GitHub (May 23, 2023):
Not all terminals with
sixelare supported as the app relies on a third-party library for that. It's documented in https://github.com/aome510/spotify-player#image (Notes).You can find a list of supported terminals here.
I suggest raising an issue in the library repo instead. I'll close this issue for now.