mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #590] Pressing Enter before a screen has loaded crashes the application #243
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#243
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 @ericonr on GitHub (Sep 22, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/590
If I press Enter three times consecutively, the final key press, which happens before the
Made For Youscreen has loaded, crashesspotify-tui.Can be seen here: https://asciinema.org/a/bKrlOAK9VmXWvZrrsmE492mGE
@sputnick1124 commented on GitHub (Sep 28, 2020):
Looks like it's coming from this unwrap.
@Rigellute commented on GitHub (Sep 30, 2020):
Good bug report thank you.
And good stuff debugging the error @sputnick1124