[GH-ISSUE #1296] player.await_end_of_track exit with exit code: 1 #594

Closed
opened 2026-02-27 19:31:26 +03:00 by kerem · 0 comments
Owner

Originally created by @thedtvn on GitHub (Jun 9, 2024).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1296

Describe the bug
when run examples/play.rs it return exit code: 1 when call player.await_end_of_track

To reproduce
Steps to reproduce the behavior:

  1. install librespot to cargo
  2. clone examples then
  3. run
  4. See error

Log
A full log so we may trace your problem (launch librespot with --verbose). Format the log as code.

   Compiling music_api v0.1.0 (C:\Users\duong\Desktop\code\rust\music_api)
    Finished dev [unoptimized + debuginfo] target(s) in 5.01s
     Running `target\debug\music_api.exe`
Connecting...
Playing...
error: process didn't exit successfully: `target\debug\music_api.exe` (exit code: 1)

image

Host (what you are running librespot on):

  • OS: Win 11
  • Platform: Dell Vostro 15 5510
Originally created by @thedtvn on GitHub (Jun 9, 2024). Original GitHub issue: https://github.com/librespot-org/librespot/issues/1296 **Describe the bug** when run examples/play.rs it return exit code: 1 when call player.await_end_of_track **To reproduce** Steps to reproduce the behavior: 1. install librespot to cargo 2. clone examples then 3. run 4. See error **Log** A full log so we may trace your problem (launch `librespot` with `--verbose`). Format the log as code. ``` Compiling music_api v0.1.0 (C:\Users\duong\Desktop\code\rust\music_api) Finished dev [unoptimized + debuginfo] target(s) in 5.01s Running `target\debug\music_api.exe` Connecting... Playing... error: process didn't exit successfully: `target\debug\music_api.exe` (exit code: 1) ``` ![image](https://github.com/librespot-org/librespot/assets/80153297/8b0149ff-3600-419f-b616-7ef7fae093fd) **Host (what you are running `librespot` on):** - OS: Win 11 - Platform: Dell Vostro 15 5510
kerem 2026-02-27 19:31:26 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#594
No description provided.