Mark Scheel
Mark Scheel

Reputation: 2963

Google Glass Mirror Api Playground not inserting correctly

I have run the Glassware starter project and been able to add cards to my timeline and see them on my glass hardware. That site url is:

https://glass-java-starter-demo.appspot.com/

But when I go to the Mirror API Playground and follow the directions, authorizing and push the blue insert button, nothing gets inserted on Glass. I have waited as long as 12 hours and still nothing.

Further, something is being inserted as you can see in this API Console screen capture:

enter image description here

Does anyone have any suggestions, I have recreated my client id many times being very careful to include the javascript origin, I have tried making my client id set up look like the one in the cat demo project instructions. But no luck.

The playground gives no error and based on the console feedback I believe it is going somewhere just not to my glass hardware. Its supposed to insert into my glass hardware right? This is how we are supposed to test rendering of timeline items, correct?

Upvotes: 2

Views: 385

Answers (1)

Mark Scheel
Mark Scheel

Reputation: 2963

I don't know why, but this can no longer be reproduced. One suggestion from Alain was to always start fresh in a new incognito window and to be sure you are logged in as the same user the glass hardware is registered with. My working Client Id has two "Redirect URIs" and one "JavaScript origins".

Upvotes: 1

Related Questions