mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #209] --onevent PROGRAM #144
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#144
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 @leszekb on GitHub (Apr 25, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/209
Program called onevent parameters becoms zombie, this behavior creates long list zombies after long time using librespot
@leszekb commented on GitHub (Apr 25, 2018):
compilation command:
cargo build --release --target armv7-unknown-linux-gnueabihf --no-default-features --features alsa-backend
@leszekb commented on GitHub (May 14, 2018):
Solution:
change .spawn() to .status() in src/player_event_handler.rs line 11.
@ComlOnline commented on GitHub (Jun 4, 2018):
Hi @leszekb could you submit a pull request for this?
@leszekb commented on GitHub (Jun 5, 2018):
The pull request #221 about this error is waiting 21 days for acceptance :-)
@ComlOnline commented on GitHub (Jun 5, 2018):
Opps, Sorry about that.
@erkia commented on GitHub (Oct 12, 2018):
Pull request #254 fixes this without blocking.
@StopMotionCuber commented on GitHub (Mar 18, 2019):
This seems to be fixed, I'd request the issue to be closed