rekado

Results 104 comments of rekado

I don't see anything wrong in the worker log output. The transcript looks fine there.

I guess the problem is in `master_server.py` in `send_event`: ``` self.write_message(json.dumps(event).replace('False', 'false').replace('\'', '\"')) ``` I wonder why this was deemed necessary.

Removing that final replacement fixes things for me.

The same applies to `test-buffer.py`.

Thanks for checking. Seems like I'll have to blow the dust off of soundCLI and make it work again...

That's because secret tracks aren't currently supported. Sorry.

Do you have the glib dependencies installed?

It might help if you gave some more information about your system. Are you using Gnu/Linux or some other system?

Have you tried installing soundCLI using the AUR pacakge? https://aur.archlinux.org/packages.php?ID=51472

did you install the gem or latest from git? I can't reproduce this.