errors during mpd connection lead to endless loop
Bug #659469 reported by
Christian Weiske
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MPD Sound Menu |
Fix Committed
|
High
|
Vsevolod Velichko |
Bug Description
my mpd is password protected, and I did not have the MPD_PASSWORD environment variable set.
mpd-sound-menu starts up and shows in the menu. Now I press the "play" button in the sound menu and on the console I get:
> Disconnected from mpd!!
every second now I get that output, forever until I kill the process. The tool should show the error via i.e notification (or on the console if the starting process is a user-controlled shell) and end itself if a authentication connection error occurs.
Changed in mpd-sound-menu: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Vsevolod Velichko (torkvemada) |
To post a comment you must log in.
Added 4-seconds pause between connections. 20 unsuccessful connections in a row will cause mpd-sound-menu shut down.