This issue only seems to happen when I have channel sharing enabled. Once I disable Channel sharing, PseudoTV loads up fine.
(Just to be clear. I’m using the vanilla version of PseudoTV. https://github.com/Steveb1968/script.pseudotv )
Code:
20:44:32 T:3576 WARNING: CPythonInvoker(7): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
20:44:39 T:3576 ERROR: EXCEPTION: Non-Existent Control 201
20:45:03 T:3576 ERROR: Previous line repeats 4 times.
20:45:03 T:3576 ERROR: EXCEPTION: Non-Existent Control 131
20:45:06 T:3576 ERROR: XFILE::CDirectory::Create - Error creating F:\
20:45:24 T:2820 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'TVOverlay' object has no attribute 'sleepTimeValue'
Traceback (most recent call last):
File "C:\Users\gonzo90017\AppData\Roaming\Kodi\addons\script.pseudotv-master\resources\lib\Overlay.py", line 683, in onAction
self.startSleepTimer()
File "C:\Users\gonzo90017\AppData\Roaming\Kodi\addons\script.pseudotv-master\resources\lib\Overlay.py", line 792, in startSleepTimer
if self.sleepTimeValue == 0:
AttributeError: 'TVOverlay' object has no attribute 'sleepTimeValue'
-->End of Python script error report<--