Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"When I skip too fast, it crashes" #4

Open
oldlaptop opened this issue Nov 19, 2021 · 1 comment
Open

"When I skip too fast, it crashes" #4

oldlaptop opened this issue Nov 19, 2021 · 1 comment

Comments

@oldlaptop
Copy link
Owner

[08:23:33] <abacus> oldlaptop: hey, I met a bug in mprand :o
[08:24:21] <abacus> when I skip too fast, it crashes: https://www.toptal.com/developers/hastebin/raw/moheregabe

Contents of the pastebin:

mprand: details: key "song" not known in dictionary
    while executing
"dict get $status song"
    (lambda term " {} {

log "starting..." 1

if {[info exists ::env(MPD_HOST)..." line 39)
    invoked from within
"apply { {} {

log "starting..." 1

if {[info exists ::env(MPD_HOST)]} {
        set host $::env(MPD_HOST)
} else {
        set host localhost
}

if {[info exists ::..."
    invoked from within
"::main"
@oldlaptop
Copy link
Owner Author

This is, more precisely, caused by another client stopping playback while on or after the last song, which is only possible by racing mprand (and winning). tkmprand is confused as well, though not in precisely the same way.

oldlaptop added a commit that referenced this issue Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant