-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 Internal error #33
Comments
@pannal So just |
Yes or use one of the releases (binary or docker based) |
Same issue :(
|
Can you retry with the latest version, please? Edit: Use git master, there isn't a release yet. |
If it doesn't, can you please post the content of |
Recloned the repo and I'm still getting errors:
|
And does the non-relay connection work? Why do you select the one with port 8443? |
Of course not. My public IP is NATed, hence Plex Relay. |
Can you try a |
OK and Kitana can't run on the machine or the network of the PMS? |
Yep that's working.
That's what I'm doing now but its good to be able to access plugins remotely plus negates the need for setting up fake domain names in Also can you add an example systemd unit file config somewhere? |
For future versions, better make that call:
Notice v2 in the url, as well as the X-Plex-Client-Identifier is req. |
I don't understand nothing about programming.
But here is the error when I try to use Kitana.
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/cherrypy/_cprequest.py", line 638, in respond
self._do_respond(path_info)
File "/usr/local/lib/python3.5/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
response.body = self.handler()
File "/usr/local/lib/python3.5/site-packages/cherrypy/lib/encoding.py", line 219, in call
self.body = self.oldhandler(*args, **kwargs)
File "/usr/local/lib/python3.5/site-packages/cherrypy/_cpdispatch.py", line 54, in call
return self.callable(*self.args, **self.kwargs)
File "kitana.py", line 489, in servers
servers = self.discover_pms(server_name=server_name, server_addr=server_addr)
File "kitana.py", line 406, in discover_pms
https_required = device["httpsRequired"] == "1"
KeyError: 'httpsRequired'
The text was updated successfully, but these errors were encountered: