[SOLVEDish] Re: Problem with MPD client but probably POE user error

[email protected] (John) Wed, 05 Feb 2014 15:27:21 -0600
Newsgroups perl.poe
Message-ID <[email protected]>
> So, based on what I see this doesn't make much sense.  Next step for me
> based on my level of knowledge is to start hacking these to gain some
> insight.  If anyone has better direction please let me know.

I added some print statements in POE's Aliases.pm in the sub 
_data_alias_resolve to see what aliases POE thought existed at any point 
in time.  It turns out that at the time _start is executed the mpd alias 
was not registered yet!  I figure it is timing and not location.

Anyway, for debugging purposes I added a delayed event and that worked!

I will work with it to get a better understanding if it is timing or 
just having it in _start but it seems I should be good not rushing things.

John