mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #912] Option 'onevent' given more than once despite been given once #453
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#453
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 @nadigo on GitHub (Dec 18, 2021).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/912
Hi,
Running:
librespot --name name -u xxxx -p xxxx --backend pipe --onevent /music/onevent.shGetting error:
Error parsing command line options: Option 'onevent' given more than onceWhy?
Nadav
@JasonLG1979 commented on GitHub (Dec 19, 2021):
What version? Because with the latest git
--onevent /music/onevent.shworks just fine. I would check your args, the error message is pretty self explanatory it means that you have specified--oneventmore than once.You can not for example do:
@roderickvd commented on GitHub (Jan 12, 2022):
No feedback; closing.