You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Me and my friends followed all the steps of your github. When we try to use IntentRequest-PublishHelloIntent or GoodByeHelloIntent rosbridge give us the following error:
[ERROR] [1550832635.141955]: [Client 0] [id: publish:/alexa_msgs:2] publish: Expected a JSON object for type std_msgs/String but received a <type 'unicode'>
With the LaunchRequest it doesn't appear.
Can you help us?
Thank you very much
The text was updated successfully, but these errors were encountered:
It looks like the JS roslib does not accept 'std_msgs/String' without the 'data':'message' format anymore. Updated master branch (82adcc2) and the error is gone. I don't have access to an Echo to test the end effect right now. Let me know if it still doesn't work.
Hi,
Me and my friends followed all the steps of your github. When we try to use IntentRequest-PublishHelloIntent or GoodByeHelloIntent rosbridge give us the following error:
[ERROR] [1550832635.141955]: [Client 0] [id: publish:/alexa_msgs:2] publish: Expected a JSON object for type std_msgs/String but received a <type 'unicode'>
With the LaunchRequest it doesn't appear.
Can you help us?
Thank you very much
The text was updated successfully, but these errors were encountered: