I am seeing the Google Hangout Documentation, and I tried to make work the Getting Started example https://developers.google.com/+/hangouts/getting-started, I follow the steps, I downloaded the simpleHangoutApp.xml file and for server I started one in my computer with python(I am using arch linux) I started the server with the line console:
python -m http.server 8000
resulting in this:
Serving HTTP on 0.0.0.0 port 8000
I think my server is working ok, when follow the step 2 of the above link I do not have problem, in the step 3 in the url I put IP:8000/simpleHangoutApp.xml, IP obviously is my IP, then I save and start the hangout, then is when come the problems, in the center of the hangout screen appear the next:
There was an error loading the application.
This application failed to start because it has not provided the required information.
I think the problem could something related with my server because I tried with the example url:
https://plushangoutstarter.appspot.com/static/simpleHangoutApp.xml
And the example works excelent, please if somebody has suggestions I would be very thankful, I am trying to adapt an utility with a Hangout and I need to develop something, but if I can connect at least, I think I am stuck.