Need help with RSS Editor - dmxcasper2 - 2016-06-05
I've run into the following problem when trying to edit the RSS feed in the RSS Editor addon. When I click on edit under settings, I get an error. Can someone help me interpret the error string below. Sorry I'm not that good with XML.
Code: 22:23:13 T:18216 INFO: initializing python engine.
22:23:13 T:18216 DEBUG: CPythonInvoker(117, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): start processing
22:23:13 T:18216 DEBUG: -->Python Interpreter Initialized<--
22:23:13 T:18216 DEBUG: CPythonInvoker(117, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): the source file to load is "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py"
22:23:13 T:18216 DEBUG: CPythonInvoker(117, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): setting the Python path to C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
22:23:13 T:18216 DEBUG: CPythonInvoker(117, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): entering source directory C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor
22:23:13 T:18216 DEBUG: CPythonInvoker(117, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): instantiating addon using automatically obtained id of "script.rss.editor" dependent on version 2.1.0 of the xbmc.python api
22:23:13 T:18216 DEBUG: [SCRIPT] '<xbmcaddon.Addon object at 0x1A731CE0>: version 2.0.4' initialized!
22:23:13 T:18216 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: 'NoneType' object has no attribute 'toxml'
Traceback (most recent call last):
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py", line 17, in <module>
ui = rssEditor.GUI("script-RSS_Editor-rssEditor.xml", __cwd__, "default", setNum = 'set1')
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\resources\lib\rssEditor.py", line 14, in __init__
self.parser = XMLParser()
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\resources\lib\xmlParser.py", line 66, in __init__
self.feedsList = self.getCurrentRssFeeds()
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\resources\lib\xmlParser.py", line 90, in getCurrentRssFeeds
feedsList[setName]['feedslist'].append({'url':feed.firstChild.toxml(), 'updateinterval':feed.attributes['updateinterval'].value})
AttributeError: 'NoneType' object has no attribute 'toxml'
-->End of Python script error report<--
22:23:13 T:8292 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
22:23:13 T:49564 DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
RE: Need help with RSS Editor - User 272336 - 2016-06-05
Hi,
Tough to tell from a partial log except that it seems you are running Windows and that there seems to be a versioning dependency issue.
I just tested the RSS editor 2.0.4 on Kodi 16.1 on Win7 with no issue.
What versions do you have and have you attempted a re-install?
RE: Need help with RSS Editor - dmxcasper2 - 2016-06-05
(2016-06-05, 04:38)OTinley Wrote: Hi,
Tough to tell from a partial log except that it seems you are running Windows and that there seems to be a versioning dependency issue.
I just tested the RSS editor 2.0.4 on Kodi 16.1 on Win7 with no issue.
What versions do you have and have you attempted a re-install?
Thank you for the quick reply. Yes, I am running Windows 10. I am using RSS Editor ver. 2.0.4 and I'm running KODI Jarvis with AEON MQ6 skin.
I posted below my entire debug log for execution of the RSS Editor.
Code: 02:03:01 T:54244 NOTICE: special://profile/ is mapped to: special://masterprofile/
02:03:01 T:54244 NOTICE: -----------------------------------------------------------------------
02:03:01 T:54244 NOTICE: Starting Kodi (16.1 Git:20160424-c327c53). Platform: Windows NT x86 32-bit
02:03:01 T:54244 NOTICE: Using Release Kodi x32 build
02:03:01 T:54244 NOTICE: Kodi compiled Apr 24 2016 by MSVC 180040629 for Windows NT x86 32-bit version 6.0 (0x06000000)
02:03:01 T:54244 NOTICE: Running on HP-Pavilion VT637AAR-ABA HPE-112Y with Windows 10, kernel: Windows NT x86 64-bit version 10.0
02:03:01 T:54244 NOTICE: Host CPU: AMD Phenom(tm) II X4 925 Processor, 4 cores available
02:03:01 T:54244 NOTICE: Desktop Resolution: 1920x1200 32Bit at 59Hz
02:03:01 T:54244 NOTICE: Running with administrator rights
02:03:01 T:54244 NOTICE: Aero is enabled
02:03:01 T:54244 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
02:03:01 T:54244 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
02:03:01 T:54244 NOTICE: special://masterprofile/ is mapped to: C:\Users\Conrad\AppData\Roaming\Kodi\userdata
02:03:01 T:54244 NOTICE: special://home/ is mapped to: C:\Users\Conrad\AppData\Roaming\Kodi\
02:03:01 T:54244 NOTICE: special://temp/ is mapped to: C:\Users\Conrad\AppData\Roaming\Kodi\cache
02:03:01 T:54244 NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
02:03:01 T:54244 NOTICE: Local hostname: MAIN-PC
02:03:01 T:54244 NOTICE: Log File is located: C:\Users\Conrad\AppData\Roaming\Kodi\kodi.log
02:03:01 T:54244 NOTICE: -----------------------------------------------------------------------
02:03:01 T:54244 NOTICE: load settings...
02:03:01 T:54244 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
02:03:01 T:54244 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
02:03:01 T:54244 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
02:03:01 T:54244 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
02:03:01 T:54244 NOTICE: Contents of special://profile/advancedsettings.xml are...
<!-- Created using Easy Advanced Settings addon -->
<advancedsettings>
<network>
<buffermode>2</buffermode>
<cachemembuffersize>157286400</cachemembuffersize>
<readbufferfactor>20</readbufferfactor>
</network>
<fanartres>500</fanartres>
<imageres>800</imageres>
</advancedsettings>
02:03:01 T:54244 NOTICE: Default DVD Player: dvdplayer
02:03:01 T:54244 NOTICE: Default Video Player: dvdplayer
02:03:01 T:54244 NOTICE: Default Audio Player: paplayer
02:03:01 T:54244 NOTICE: Disabled debug logging due to GUI setting. Level 0.
02:03:01 T:54244 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
02:03:01 T:54244 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
02:03:01 T:54244 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
02:03:01 T:54244 NOTICE: Loaded playercorefactory configuration
02:03:01 T:54244 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
02:03:01 T:54244 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
02:03:01 T:54244 NOTICE: CWakeOnAccess::LoadFromXML - unable to load:C:\Users\Conrad\AppData\Roaming\Kodi\userdata\wakeonlan.xml
02:03:01 T:55260 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "Digital Audio (HDMI) (High Definition Audio Device)" seems to be not supported.
02:03:01 T:55260 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "Digital Audio (HDMI) (High Definition Audio Device)" seems to be not supported.
02:03:01 T:55260 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "Digital Audio (HDMI) (High Definition Audio Device)" seems to be not supported.
02:03:01 T:55260 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "Digital Audio (HDMI) (High Definition Audio Device)" seems to be not supported.
02:03:01 T:55260 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "Digital Audio (HDMI) (High Definition Audio Device)" seems to be not supported.
02:03:01 T:55260 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "Digital Audio (HDMI) (High Definition Audio Device)" seems to be not supported.
02:03:01 T:55260 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "Digital Audio (HDMI) (High Definition Audio Device)" seems to be not supported.
02:03:02 T:55260 NOTICE: Found 2 Lists of Devices
02:03:02 T:55260 NOTICE: Enumerated DIRECTSOUND devices:
02:03:02 T:55260 NOTICE: Device 1
02:03:02 T:55260 NOTICE: m_deviceName : {BACB1F3E-B1C8-4465-A424-FB9487C28055}
02:03:02 T:55260 NOTICE: m_displayName : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
02:03:02 T:55260 NOTICE: m_channels : FL,FR
02:03:02 T:55260 NOTICE: m_sampleRates : 48000
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
02:03:02 T:55260 NOTICE: Device 2
02:03:02 T:55260 NOTICE: m_deviceName : {BC6838E6-BBB9-4C34-849C-CF1065C502B1}
02:03:02 T:55260 NOTICE: m_displayName : HDMI - Digital Audio (HDMI) (High Definition Audio Device)
02:03:02 T:55260 NOTICE: m_displayNameExtra: DIRECTSOUND: Digital Audio (HDMI) (High Definition Audio Device)
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
02:03:02 T:55260 NOTICE: m_channels : FL,FR
02:03:02 T:55260 NOTICE: m_sampleRates : 44100
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
02:03:02 T:55260 NOTICE: Device 3
02:03:02 T:55260 NOTICE: m_deviceName : {F918E742-2DE3-4026-9D89-B92F4B7779D5}
02:03:02 T:55260 NOTICE: m_displayName : Speakers - Speakers (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_displayNameExtra: DIRECTSOUND: Speakers (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_PCM
02:03:02 T:55260 NOTICE: m_channels : FL,FR
02:03:02 T:55260 NOTICE: m_sampleRates : 48000
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_FLOAT
02:03:02 T:55260 NOTICE: Device 4
02:03:02 T:55260 NOTICE: m_deviceName : default
02:03:02 T:55260 NOTICE: m_displayName : default
02:03:02 T:55260 NOTICE: m_displayNameExtra:
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_PCM
02:03:02 T:55260 NOTICE: m_channels : FL,FR
02:03:02 T:55260 NOTICE: m_sampleRates : 48000
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_FLOAT
02:03:02 T:55260 NOTICE: Enumerated WASAPI devices:
02:03:02 T:55260 NOTICE: Device 1
02:03:02 T:55260 NOTICE: m_deviceName : {BACB1F3E-B1C8-4465-A424-FB9487C28055}
02:03:02 T:55260 NOTICE: m_displayName : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_IEC958
02:03:02 T:55260 NOTICE: m_channels : FL,FR
02:03:02 T:55260 NOTICE: m_sampleRates : 192000,96000,48000,44100
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
02:03:02 T:55260 NOTICE: Device 2
02:03:02 T:55260 NOTICE: m_deviceName : {BC6838E6-BBB9-4C34-849C-CF1065C502B1}
02:03:02 T:55260 NOTICE: m_displayName : HDMI - Digital Audio (HDMI) (High Definition Audio Device)
02:03:02 T:55260 NOTICE: m_displayNameExtra: WASAPI: Digital Audio (HDMI) (High Definition Audio Device)
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
02:03:02 T:55260 NOTICE: m_channels : FL,FR
02:03:02 T:55260 NOTICE: m_sampleRates : 192000,48000,44100,32000
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
02:03:02 T:55260 NOTICE: Device 3
02:03:02 T:55260 NOTICE: m_deviceName : {F918E742-2DE3-4026-9D89-B92F4B7779D5}
02:03:02 T:55260 NOTICE: m_displayName : Speakers - Speakers (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_displayNameExtra: WASAPI: Speakers (Realtek High Definition Audio)
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_PCM
02:03:02 T:55260 NOTICE: m_channels : FL,FR,FC,LFE,SL,SR,BL,BR
02:03:02 T:55260 NOTICE: m_sampleRates : 192000,96000,48000,44100
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
02:03:02 T:55260 NOTICE: Device 4
02:03:02 T:55260 NOTICE: m_deviceName : default
02:03:02 T:55260 NOTICE: m_displayName : default
02:03:02 T:55260 NOTICE: m_displayNameExtra:
02:03:02 T:55260 NOTICE: m_deviceType : AE_DEVTYPE_PCM
02:03:02 T:55260 NOTICE: m_channels : FL,FR,FC,LFE,SL,SR,BL,BR
02:03:02 T:55260 NOTICE: m_sampleRates : 192000,96000,48000,44100
02:03:02 T:55260 NOTICE: m_dataFormats : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
02:03:02 T:54244 NOTICE: Running database version Addons20
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.exodus
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.kodil
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.xxxadultxbmc
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.Rodrigo
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.bbtsip.tv
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.mods-kodi
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.sd-xbmc.org
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.boogie
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.filmkodi.com
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.BassFox-Official
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.BlazeRepo
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.noobsandnerds
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.phantom
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.dudehere.plugins
02:03:02 T:54244 NOTICE: ADDONS: Using repository repo.natko1412
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.OperationRobocop
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.featherence
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.iWillFolo.xbmc
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.shani
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.podgod
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.xbmcadult
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.tknorris.release
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.RenegadesTV
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.Kinkin
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.eldorado
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.xbmchub
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.VinManJSV
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.foreverguest
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.mdrepo
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.xbmc.org
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.xbmc-israel
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.awesome
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.metalkettle
02:03:02 T:54244 NOTICE: ADDONS: Using repository xbmc.repo.ivueguide
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.entertainmentrepobackup
02:03:02 T:54244 NOTICE: ADDONS: Using repository repository.whitecream
02:03:02 T:54244 NOTICE: Found screen: HP w2408 Wide LCD Monitor on ATI Radeon HD 4300/4500 Series, adapter 0.
02:03:02 T:54244 NOTICE: Found screen: HP w2408 Wide LCD Monitor on ATI Radeon HD 4300/4500 Series, adapter 1.
02:03:02 T:54244 NOTICE: Primary mode: 1920x1200@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Secondary mode: 1920x1200@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x960@ 30.00i - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 800x600@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 848x480@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 848x480@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x900@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1360x1024@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1600x1000@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1600x1200@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 25.00i - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 30.00i - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1200@ 59.94 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1200@ 60.00 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 640x480@ 75.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 29.97i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 30.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 29.97i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 30.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 29.97i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 30.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x480@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x576@ 25.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 720x576@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 720x960@ 30.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 800x600@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 800x600@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 800x600@ 75.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 848x480@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 848x480@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1024x768@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1024x768@ 75.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x648@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1152x864@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x720@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x720@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x720@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x768@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x800@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x900@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x960@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1280x1024@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1280x1024@ 75.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1360x768@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1360x1024@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Previous line repeats 2 times.
02:03:02 T:54244 NOTICE: Additional mode: 1440x900@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1600x1000@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1600x1200@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1680x1050@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1680x1050@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 25.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 30.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1776x1000@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 25.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 29.97i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 30.00i #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 50.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1080@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1200@ 59.94 #2 - Full Screen
02:03:02 T:54244 NOTICE: Additional mode: 1920x1200@ 60.00 #2 - Full Screen
02:03:02 T:54244 NOTICE: Checking resolution 16
02:03:02 T:54244 ERROR: Window Translator: Can't find window filestackingdialog
02:03:02 T:54244 ERROR: Previous line repeats 1 times.
02:03:02 T:54244 NOTICE: Running database version Addons20
02:03:02 T:54244 NOTICE: Running database version ViewModes6
02:03:02 T:54244 NOTICE: Running database version Textures13
02:03:02 T:54244 NOTICE: Running database version MyMusic56
02:03:02 T:54244 NOTICE: Running database version MyVideos99
02:03:02 T:54244 NOTICE: Running database version TV29
02:03:02 T:54244 NOTICE: Running database version Epg11
02:03:03 T:54244 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
02:03:03 T:54244 NOTICE: DVDPlayer: Opening: special://media/introMovie.mp4
02:03:03 T:54244 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
02:03:03 T:17900 NOTICE: Creating InputStream
02:03:03 T:17900 ERROR: CDVDPlayer::OpenInputStream - error opening [special://media\introMovie.mp4]
02:03:03 T:17900 NOTICE: CDVDPlayer::OnExit()
02:03:03 T:54244 ERROR: PlayMedia could not play media: special://media\introMovie.mp4
02:03:03 T:54244 NOTICE: ActiveAE DSP - starting
02:03:03 T:54244 ERROR: CScriptInvocationManager::ExecuteAsync - Not executing non-existing script C:\Users\Conrad\AppData\Roaming\Kodi\addons\plugin.audio.jango\playerMP3.py
02:03:03 T:54244 ERROR: CScriptInvocationManager::ExecuteAsync - Not executing non-existing script C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.navi-x\service.py
02:03:03 T:54244 NOTICE: initialize done
02:03:03 T:54244 NOTICE: Running the application...
02:03:04 T:54244 NOTICE: CDVDPlayer::CloseFile()
02:03:04 T:54244 NOTICE: DVDPlayer: waiting for threads to exit
02:03:04 T:54244 NOTICE: DVDPlayer: finished waiting
02:03:04 T:54244 NOTICE: CDVDPlayer::CloseFile()
02:03:04 T:54244 NOTICE: DVDPlayer: waiting for threads to exit
02:03:04 T:54244 NOTICE: DVDPlayer: finished waiting
02:03:04 T:54244 NOTICE: starting upnp client
02:03:04 T:16932 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
02:03:04 T:16932 NOTICE: UDP: Listening on port 9777
02:03:12 T:16096 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> Starting NextUp Service
02:03:12 T:16096 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> ======== START NEXTUP SERVICE NOTIFICATION ========
02:03:12 T:16096 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> KODI Version: 16.1 Git:20160424-c327c53
02:03:12 T:16096 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> NEXTUP SERVICE NOTIFICATION Version: 1.0.25
02:03:12 T:16096 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> Platform: Windows
02:03:12 T:51916 NOTICE: Skin Helper Service --> skin helper service version 1.0.90 started
02:03:12 T:51916 NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
02:03:13 T:26304 NOTICE: SCRIPT.SERVICE.LASTVK: Last.VK service started
02:03:14 T:31856 NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.05.21.2
02:03:14 T:31856 NOTICE: version 4.6.1 started
02:03:14 T:31856 NOTICE: finished
02:03:18 T:31024 NOTICE: [TVonline] Subscription service starting...
02:03:18 T:50636 NOTICE: [TV4ME] Subscription service starting...
02:03:18 T:47844 NOTICE: DudeHere Common Routines Service: Starting...
02:03:18 T:47844 NOTICE:
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMM DudeHere - 2016 - http://forums.tvaddons.ag MMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
02:03:18 T:47844 NOTICE: DudeHere Common Routines Service: Version: 0.4.22
02:03:18 T:47844 NOTICE: DudeHere Common Routines Service: Repository installed: True
02:03:18 T:47844 NOTICE: DudeHere Common Routines Service: Transmogrifier installed: False
02:03:18 T:47844 NOTICE: DudeHere Common Routines Service: Walter Sobchak installed: False
02:03:18 T:52024 NOTICE: 1Channel: Service: Installed Version: 2.5.77
02:03:18 T:52024 NOTICE: 1Channel: Loading sqlite3 as DB engine
02:03:18 T:53784 NOTICE: Stream All The Sources: Service: Installed Version: 2.0.28
02:03:19 T:52024 NOTICE: 1Channel: Service: Resetting...
02:03:19 T:52024 NOTICE: 1Channel: Service: starting...
02:03:19 T:41088 NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.05.21.2
02:03:19 T:41088 NOTICE: version 4.6.1 started
02:03:20 T:53784 NOTICE: Stream All The Sources: Service: starting...
02:03:20 T:49372 NOTICE: [SPECTO]: ->---------- PARAMS: {'action': 'service'}
02:03:20 T:49372 NOTICE: [SPECTO]: ->---------- PARAMS2: ?action=service
02:03:20 T:41088 WARNING: Attempt to use invalid handle 3
02:03:20 T:41088 WARNING: Previous line repeats 29 times.
02:03:20 T:41088 NOTICE: finished
02:03:28 T:20220 ERROR: XFILE::CDirectory::GetDirectory - Error getting
02:03:28 T:18240 NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.05.21.2
02:03:28 T:18240 NOTICE: version 4.6.1 started
02:03:28 T:18240 WARNING: Attempt to use invalid handle 4
02:03:28 T:18240 WARNING: Previous line repeats 29 times.
02:03:28 T:18240 NOTICE: finished
02:03:29 T:29892 ERROR: XFILE::CDirectory::GetDirectory - Error getting
02:03:53 T:54244 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
02:03:53 T:54244 NOTICE: Enabled debug logging due to GUI setting. Level 2.
02:03:53 T:54244 DEBUG: ------ Window Init () ------
02:03:56 T:54244 DEBUG: Keyboard: scancode: 0x01, sym: 0x001b, unicode: 0x001b, modifier: 0x0
02:03:56 T:54244 DEBUG: CInputManager::OnKey: escape (0xf01b) pressed, action is PreviousMenu
02:03:56 T:54244 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
02:03:56 T:54244 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
02:03:56 T:54244 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
02:03:56 T:54244 DEBUG: ------ Window Init (Settings.xml) ------
02:04:00 T:54244 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib.dll)
02:04:02 T:54244 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
02:04:02 T:54244 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
02:04:02 T:54244 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
02:04:02 T:54244 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
02:04:02 T:54244 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
02:04:02 T:54244 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
02:04:02 T:54244 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
02:04:02 T:54244 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
02:04:03 T:54244 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
02:04:03 T:54244 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
02:04:03 T:54244 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
02:04:03 T:54244 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
02:04:03 T:54244 DEBUG: Keyboard: scancode: 0x48, sym: 0x0111, unicode: 0x0000, modifier: 0x0
02:04:03 T:54244 DEBUG: CInputManager::OnKey: up (0xf080) pressed, action is Up
02:04:04 T:54244 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
02:04:04 T:54244 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
02:04:04 T:54244 DEBUG: Activating window ID: 10019
02:04:04 T:54244 DEBUG: ------ Window Deinit (Settings.xml) ------
02:04:04 T:54244 DEBUG: ------ Window Init (SettingsCategory.xml) ------
02:04:05 T:54244 DEBUG: Keyboard: scancode: 0x4d, sym: 0x0113, unicode: 0x0000, modifier: 0x0
02:04:05 T:54244 DEBUG: CInputManager::OnKey: right (0xf083) pressed, action is Right
02:04:06 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:06 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:06 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:06 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:06 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:06 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:06 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:06 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:07 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:07 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:07 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:07 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:07 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:07 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:07 T:54244 DEBUG: Keyboard: scancode: 0x50, sym: 0x0112, unicode: 0x0000, modifier: 0x0
02:04:07 T:54244 DEBUG: CInputManager::OnKey: down (0xf081) pressed, action is Down
02:04:08 T:54244 DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
02:04:08 T:54244 DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
02:04:08 T:45276 DEBUG: Thread LanguageInvoker start, auto delete: false
02:04:08 T:45276 INFO: initializing python engine.
02:04:08 T:45276 DEBUG: CPythonInvoker(34, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): start processing
02:04:08 T:45276 DEBUG: -->Python Interpreter Initialized<--
02:04:08 T:45276 DEBUG: CPythonInvoker(34, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): the source file to load is "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py"
02:04:08 T:45276 DEBUG: CPythonInvoker(34, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): setting the Python path to C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
02:04:08 T:45276 DEBUG: CPythonInvoker(34, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): entering source directory C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor
02:04:08 T:45276 DEBUG: CPythonInvoker(34, C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py): instantiating addon using automatically obtained id of "script.rss.editor" dependent on version 2.1.0 of the xbmc.python api
02:04:08 T:45276 DEBUG: [SCRIPT] '<xbmcaddon.Addon object at 0x1966B560>: version 2.0.4' initialized!
02:04:08 T:45276 WARNING: CSkinInfo: failed to load skin settings
02:04:08 T:45276 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: 'NoneType' object has no attribute 'toxml'
Traceback (most recent call last):
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\default.py", line 17, in <module>
ui = rssEditor.GUI("script-RSS_Editor-rssEditor.xml", __cwd__, "default", setNum = 'set1')
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\resources\lib\rssEditor.py", line 14, in __init__
self.parser = XMLParser()
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\resources\lib\xmlParser.py", line 66, in __init__
self.feedsList = self.getCurrentRssFeeds()
File "C:\Users\Conrad\AppData\Roaming\Kodi\addons\script.rss.editor\resources\lib\xmlParser.py", line 90, in getCurrentRssFeeds
feedsList[setName]['feedslist'].append({'url':feed.firstChild.toxml(), 'updateinterval':feed.attributes['updateinterval'].value})
AttributeError: 'NoneType' object has no attribute 'toxml'
-->End of Python script error report<--
02:04:08 T:54244 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
02:04:09 T:45276 INFO: Python script stopped
02:04:09 T:45276 DEBUG: Thread LanguageInvoker 45276 terminating
02:04:14 T:54244 DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
02:04:17 T:54244 INFO: XCURL::DllLibCurlGlobal::CheckIdle - Closing session to https://www.dropbox.com (easy=0D765688, multi=0D124C40)
02:04:18 T:54244 DEBUG: ------ Window Init (Pointer.xml) ------
02:04:20 T:54244 DEBUG: CWinEventsWin32::WndProcWindow is active
02:04:20 T:54244 DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Windows\explorer.exe
02:04:23 T:54244 DEBUG: ------ Window Deinit (Pointer.xml) ------
RE: Need help with RSS Editor - MetalChris - 2016-06-05
Removing the banned add-ons (wiki) might help.
Need help with RSS Editor - spoyser - 2016-06-05
(2016-06-05, 15:10)MetalChris Wrote: Removing the banned add-ons (wiki) might help.
Why would that make any difference?
Sent from my iPhone
RE: Need help with RSS Editor - MetalChris - 2016-06-05
(2016-06-05, 16:07)spoyser Wrote: (2016-06-05, 15:10)MetalChris Wrote: Removing the banned add-ons (wiki) might help.
Why would that make any difference?
Sent from my iPhone
You'll notice in the log that a number of the banned add-ons are starting, and running, numerous background services. These may be interfering with proper operation, and consuming unnecessary resources. Of course, it's entirely possible that my suggestion may make no difference at all, but it's been my experience that a cleaner, leaner system will run better, and have less issues. It's also been my experience that people with banned add-ons installed receive less help from this community, so removing them may result in more suggestions from more knowledgeable people than myself.
|