问题
Steps to Reproduce (unexpected behavior in bold):
- I successfully create an app contact via the Python Starter App
- I successfully subscribe to timeline notifications
- I take a photo with Glass
- I share that photo with my app contact
- The photo is duplicated on the timeline
- The app's callbackUrl is never pinged (yet POSTing manually via curl works fine)
- Attempting to delete the duplicated photo card makes the Glass OS glitch out until reboot
回答1:
Posting some sample code with actual URLs may help us spot a possible error, but two things you may want to look into as you're debugging:
Don't forget that the URL in your contact must be HTTPS. HTTP URLs are not supported.
Check the contact object that is returned when you create the contact. It may be worth checking to make sure the URL and everything else is as you expect it to be... and then test against THAT URL.
Can you also clarify what you mean by "glitch out" in this case?
来源:https://stackoverflow.com/questions/19712811/subscriptions-not-receiving-timeline-notifications