Noob question concerning accessing a remote plex server via the PleXBMC addon to my Raspberry PI. A friend of mine recently
gave me access to his remote Plex server which has been online for several months. I'm trying to access it from my Raspberry PI
using the PleXBMC addon.
My set up: PleXBMC 3.4.5
/home/xbian/.xbmc/userdata/addon_data/plugin.video.plexbmc/settings/xml:
SSH tunnel from localhost:32400 to :32400
When PleXBMC tries to connect to it receives an XLM file from the remote server and then bombs out with an exception:
===========================================================================================================
10:06:51 T:2608854080 NOTICE: PleXBMC -> getURL: ====== XML returned =======
10:06:51 T:2608854080 NOTICE: <?xml version="1.0" encoding="UTF-8"?>
10:06:51 T:2608854080 NOTICE: PleXBMC -> getURL: ====== XML finished ======
10:06:51 T:2608854080 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type:
Error Contents: 'NoneType' object is not callable
Traceback (most recent call last):
File "/home/xbian/.xbmc/addons/plugin.video.plexbmc-3.4.5/default.py", line 5306, in
displaySections()
File "/home/xbian/.xbmc/addons/plugin.video.plexbmc-3.4.5/default.py", line 1180, in displaySections
ds_servers=discoverAllServers()
File "/home/xbian/.xbmc/addons/plugin.video.plexbmc-3.4.5/default.py", line 307, in discoverAllServers
local_server = getLocalServers(das_host, das_port)
File "/home/xbian/.xbmc/addons/plugin.video.plexbmc-3.4.5/default.py", line 411, in getLocalServers
server=etree.fromstring(html)
File "", line 123, in XML
TypeError: 'NoneType' object is not callable
-->End of Python script error report
============================================================================================================
Since I'm such a noob that I'm not even sure if what I'm doing is the proper way to remotely access his server or not, so any help
with my set up or the actual exception that I am seeing would be greatly appreciated.
George