Sigue siendo imposible configurar los canales en la versión media server.
El error en la ventana del erinal es el siguiente
Código: Seleccionar todo
Exception in thread 434b51873ac2bb33e80f3751c0999e2b:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/Volumes/TETSUO/Users/sergio/Public/pelisalacarta/platformcode/controllers/html.py", line 48, in run
launcher.run(item)
File "/Volumes/TETSUO/Users/sergio/Public/pelisalacarta/platformcode/launcher.py", line 117, in run
exec "itemlist = channelmodule." + item.action + "(item)"
File "<string>", line 1, in <module>
File "/Volumes/TETSUO/Users/sergio/Public/pelisalacarta/channels/configuracion.py", line 45, in mainlist
if not config.OLD_PLATFORM:
AttributeError: 'module' object has no attribute 'OLD_PLATFORM'
He intentado hacerlo editando el archivo pordede.xml
Gracias