(2016-12-12, 22:12)jouster Wrote: You say you host it yourself. Do you find this easier? What do you use or recommend for this.
I have access to a raspberry pi or a NAS that can run host a server for the requirements if needed. I just need pointing in the right direction.
It's up to what you find difficult, I guess, but it's just a web server (Apache + mod_wsgi in my case). I prefer to host it locally for a number of reasons.. the biggest being that I already had the web server in place for other things, so I didn't see the need to employ another service in the middle. It's faster, I don't have to place any trust in a 3rd party, etc.
The downsides are obvious too, though: if you don't know what you're doing, it's potentially a bigger security risk than just making Kodi accessible to the outside world. You'll be maintaining it yourself, dealing with certificates yourself, etc etc.
So.. it's up to you to decide.
(2016-12-12, 22:12)jouster Wrote: I will look at my logs but I fear the results I'll see will just lead to more questions.
Not likely, actually. Either it's getting the requests or it's not. If the logs are empty, the problem is the skill set up on the dev console. If the logs aren't empty but are presenting some error, posting the error here should be enough for us to help you figure out what to do.
You can look at the screenshots in
@jonjon's post above if it helps.