2019-04-07, 02:46 AM
I decided to give the new client a quick whirl, and even after migrating all my settings it wouldn't launch. Here's the error I got in the log:
It looks like you're trying to log some uname information, but I think the log call on line 41 of XNEWA_Settings.py needs to be xbmc.log(os.uname()[4]) instead of xbmc.log(os.uname()) . When I changed it (or remarked out the log line), it works fine on OSX. Haven't tried with Windows or my OSMC boxes yet. That's up next.
Code:
2019-04-06 16:36:43.205 T:123145568874496 DEBUG: Reading Settings.xml
2019-04-06 16:36:43.217 T:123145568874496 DEBUG: EXCEPTION: : Traceback (most recent call last):
File "/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knew4v5/default.py", line 45, in <module>
my_settings = XNEWA_Settings()
File "/Users/pkscout/Library/Application Support/Kodi/addons/script.kodi.knew4v5/resources/src/XNEWA_Settings.py", line 41, in __init__
xbmc.log(os.uname())
TypeError: argument 1 must be string, not tuple
It looks like you're trying to log some uname information, but I think the log call on line 41 of XNEWA_Settings.py needs to be xbmc.log(os.uname()[4]) instead of xbmc.log(os.uname()) . When I changed it (or remarked out the log line), it works fine on OSX. Haven't tried with Windows or my OSMC boxes yet. That's up next.