dictation-toolbox / aenea

Client-server library for using voice macros from Dragon NaturallySpeaking and Dragonfly on remote/non-windows hosts.
GNU Lesser General Public License v3.0
211 stars 62 forks source link

Fix broken test-client.py script #200

Closed drmfinlay closed 5 years ago

drmfinlay commented 5 years ago

This should close #197. I've just used some code from aenea.communications to pass the security token with all server function calls. Sorry I took a while to get to this!

I've also added a missing entry in the AeneaLoggingManager class for the "server" logger. I noticed this because the security token warning messages weren't showing in the server output, only the following unhelpful message:

No handlers could be found for logger "server"

Edit: referenced the wrong issue.

calmofthestorm commented 5 years ago

Thanks for the fix! Sadly a lot of the test stuff I wrote is rotting badly, and I no longer even remember which era half of it is from or what it was intended to do:/

drmfinlay commented 5 years ago

No worries!

Yeah, that is unfortunate. I think the important thing is that Aenea works :-)