-
mycroft works: client.emit( Message( 'recognizer_loop:utterance', { 'utterances': [ sys.argv [ 1 ] ], 'lang$ what is the API to send a message using ovos_bus_client please Looked at ovos-bus-client and tried this. what does error mean? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
works the same way as mycroft the error you are running into is because OVOS messagebus is not supposed to be accessed from external devices, this is a security measure, you seem to be trying to connect from a different machine given the ip address you posted, this is not safe and discouraged by default more info here: https://openvoiceos.github.io/ovos-technical-manual/bus_service/ |
Beta Was this translation helpful? Give feedback.
works the same way as mycroft
the error you are running into is because OVOS messagebus is not supposed to be accessed from external devices, this is a security measure, you seem to be trying to connect from a different machine given the ip address you posted, this is not safe and discouraged by default
more info here: https://openvoiceos.github.io/ovos-technical-manual/bus_service/