2016-11-01, 19:56
(2016-11-01, 19:55)jingai Wrote: Well, I think if you really want to diagnose the problem, executing the command remotely is the next step.I'll start with the port. That's something I understand
The two commands I gave you to try via curl are the exact commands the PlayMovie Intent sends in this case.
The only other thing I can think is even a little feasible is that maybe Comcast is throttling bandwidth on certain ports. If you're using port 80 or 8080, they may be throttling it to prevent you from running a web server at home. It's a long shot, but maybe try changing the port to something else.
If you're not afraid of going into the code a little, in alexa_play_movie() in wsgi.ini (around line 973 if your copy is current) you can add some additional print statements around things to see how long they're taking to execute. Particularly, I'd check around kodi.GetMovies(), kodi.matchHeard(), and kodi.PlayMovie(). I think kodi.matchHeard() is the only thing left here that could be the problem, but it'd be odd for this to take 10 seconds.
Sent from my HTC6535LVW