Hi Dag, On 20.07.05, Dag Wieers wrote:
On Thu, 12 May 2005, Stefan Wimmer wrote:
* Joerg Lehmann <joerg@luga.de> [2005-05-11 19:20]:
Absolutely not. Seems like up to this point everything went smoothly. What happens if you start the player, i.e. try to play a song?
Nothing happens - this is the point :-/
It does not play music and it does not show anything more in the info-window ...
Sorry that I can't give you more information :(
I have exactly the same problem. If I do not start with -d something or debugfile set pytone refuses to play songs. It started a month ago and I tried to debug it several times but always reverted to enabled debugging.
The only explanation I currently have is that this is a race condition during the PyTone startup. Maybe a first start for debugging this problem would be to add some log.info calls in the player code (hoping that this doesn't influence the race ;-)). A first try would be to replace all log.debug by log.info calls in src/services/players/internal.py. Let's see what happens... Jörg