elgatito / plugin.video.elementum

Elementum add-on for Kodi. Development of this addon has been stopped!
http://elementum.surge.sh
MIT License
485 stars 159 forks source link

Settings were not initialized, Save addon settings, then restart Kodi #758

Open shlivk opened 3 years ago

shlivk commented 3 years ago

Elementum keeps crashing and reloading configuration, then brings up the settings page.

I already tried to delete the settings.xml file, but that did not help. Log output:

2021-05-20 20:29:31.822 T:107026 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-20 20:29:31.822 T:107025 WARNING : [plugin.video.elementum] elementum: starting jsonrpc service 2021-05-20 20:29:31.822 T:99933 INFO : JSONRPC Server: New connection added 2021-05-20 20:29:31.823 T:99933 INFO : JSONRPC Server: Disconnection detected 2021-05-20 20:29:31.823 T:107026 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-20 20:29:31.825 T:107026 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/amirglaser/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-20 20:29:31.826 T:107026 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-20 20:29:31.826 T:107026 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/amirglaser/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-20 20:29:31.826 T:107026 WARNING : [plugin.video.elementum] Binary dir: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-20 20:29:31.826 T:107026 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'USER': 'amirglaser', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LOGNAME': 'amirglaser', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.n9IXXbOTDw/Listeners', 'HOME': '/Users/amirglaser', 'SHELL': '/bin/bash', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x0', 'TMPDIR': '/var/folders/sg/rz7dch0d44n5_hpj2q44gjhr0000gn/T/', 'XPC_SERVICE_NAME': 'org.xbmc.kodi.16132', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-20 20:29:31.855 T:107026 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-20 20:29:31.855 T:107026 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 8 2021-05-20 20:29:31.855 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-20 20:29:31.855 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-20 20:29:31.874 T:107026 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/amirglaser/.kodi/temp/elementum_library , Torrents = /Users/amirglaser/.kodi/temp/elementum_torrents , Storage = 1 2021-05-20 20:29:31.875 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-20 20:29:31.875 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/amirglaser/.kodi/temp/elementum_library 2021-05-20 20:29:31.888 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/amirglaser/.kodi/temp/elementum_torrents 2021-05-20 20:29:31.889 T:107026 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(runtime._type)(0x511d2e0), concrete:(runtime._type)(nil), asserted:(runtime._type)(0x50f2c80), missingMethod:""} 2021-05-20 20:29:36.728 T:107026 WARNING : [plugin.video.elementum] 2021-05-20 20:29:36.729 T:107026 WARNING : [plugin.video.elementum] System information: darwin_x64 2021-05-20 20:29:36.729 T:107026 WARNING : [plugin.video.elementum] Kodi build version: 19.1 (19.1.0) Git:20210508-85e05228b4 2021-05-20 20:29:36.729 T:107026 WARNING : [plugin.video.elementum] OS type: Darwin 2021-05-20 20:29:36.729 T:107026 WARNING : [plugin.video.elementum] uname: uname_result(system='Darwin', node='MacBook-Pro-2.local', release='19.6.0', version='Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST 2021; root:xnu-6153.141.16~1/RELEASE_X86_64', machine='x86_64', processor='i386') 2021-05-20 20:29:41.733 T:107026 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-20 20:29:41.734 T:99933 INFO : JSONRPC Server: New connection added 2021-05-20 20:29:41.734 T:107026 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-20 20:29:41.734 T:99933 INFO : JSONRPC Server: Disconnection detected 2021-05-20 20:29:41.778 T:107026 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/amirglaser/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-20 20:29:41.779 T:107026 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-20 20:29:41.779 T:107026 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/amirglaser/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-20 20:29:41.779 T:107026 WARNING : [plugin.video.elementum] Binary dir: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-20 20:29:41.824 T:107026 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'USER': 'amirglaser', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LOGNAME': 'amirglaser', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.n9IXXbOTDw/Listeners', 'HOME': '/Users/amirglaser', 'SHELL': '/bin/bash', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x0', 'TMPDIR': '/var/folders/sg/rz7dch0d44n5_hpj2q44gjhr0000gn/T/', 'XPC_SERVICE_NAME': 'org.xbmc.kodi.16132', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/amirglaser/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-20 20:29:41.855 T:107026 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-20 20:29:41.856 T:107026 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 8 2021-05-20 20:29:41.856 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-20 20:29:41.875 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-20 20:29:41.875 T:107026 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/amirglaser/.kodi/temp/elementum_library , Torrents = /Users/amirglaser/.kodi/temp/elementum_torrents , Storage = 1 2021-05-20 20:29:41.875 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-20 20:29:41.875 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/amirglaser/.kodi/temp/elementum_library 2021-05-20 20:29:41.876 T:107026 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/amirglaser/.kodi/temp/elementum_torrents 2021-05-20 20:29:41.888 T:107026 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(runtime._type)(0x511d2e0), concrete:(runtime._type)(nil), asserted:(runtime._type)(0x50f2c80), missingMethod:""} 2021-05-20 20:29:44.293 T:99722 WARNING : CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running 2021-05-20 20:29:47.374 T:107026 WARNING : Skipped 7 duplicate messages.. 2021-05-20 20:29:47.374 T:107026 WARNING : [plugin.video.elementum] 2021-05-20 20:29:47.374 T:107026 WARNING : [plugin.video.elementum] System information: darwin_x64 2021-05-20 20:29:47.375 T:107026 WARNING : [plugin.video.elementum] Kodi build version: 19.1 (19.1.0) Git:20210508-85e05228b4 2021-05-20 20:29:47.375 T:107026 WARNING : [plugin.video.elementum] OS type: Darwin 2021-05-20 20:29:47.376 T:107026 WARNING : [plugin.video.elementum] uname: uname_result(system='Darwin', node='MacBook-Pro-2.local', release='19.6.0', version='Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST 2021; root:xnu-6153.141.16~1/RELEASE_X86_64', machine='x86_64', processor='i386') 2021-05-20 20:29:50.385 T:107025 WARNING : [plugin.video.elementum] elementum: exiting jsonrpc service 2021-05-20 20:29:50.896 T:107017 WARNING : [plugin.video.elementum] elementum: exiting elementumd 2021-05-20 20:29:50.896 T:107017 INFO : CPythonInvoker(6, /Users/amirglaser/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): script successfully run 2021-05-20 20:29:50.896 T:107017 INFO : CPythonInvoker(6, /Users/amirglaser/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): waiting on thread 123145580584960 2021-05-20 20:29:50.897 T:107165 WARNING : [plugin.video.elementum] elementumd: exiting elementumd daemon 2021-05-20 20:29:50.897 T:107165 WARNING : [plugin.video.elementum] elementumd: elementumd daemon exited 2021-05-20 20:29:50.897 T:107031 WARNING : [plugin.video.elementum] elementumd: exiting elementumd daemon 2021-05-20 20:29:50.897 T:107031 WARNING : [plugin.video.elementum] elementumd: elementumd daemon exited 2021-05-20 20:29:51.000 T:107017 INFO : CPythonInvoker(6, /Users/amirglaser/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): waiting on thread 123145547005952

shlivk commented 3 years ago

Downgraded to 1.74 and all is well again. No-one else encountering this with 1.77?

elgatito commented 3 years ago

Your log is saying you use 0.1.69. That is not a downgrade.

antonsoroko commented 3 years ago

looks like you tried to launch elementum 69 with config file from newer version. also please use `` and

` if you paste huge text e.g. https://gist.github.com/joyrexus/16041f2426450e73f5df9391f7f7ae5f or upload log to special sites.

elgatito commented 3 years ago

@shlivk that is because darwin binaries build is broken. https://github.com/elgatito/elementum-binaries

mike-sirs commented 3 years ago

looks like MacOS uses 65221 port for rapportd is there a way to change this port?

antonsoroko commented 3 years ago

@mike-sirs open last tab in settings, then see last section in this tab.

mike-sirs commented 3 years ago

@mike-sirs open last tab in settings, then see last section in this tab.

unfortunately, it doesn't apply, elementum starts with the default localport

antonsoroko commented 3 years ago

@mike-sirs it actually does apply on python side - port will be changed to new one. before change

$ sudo lsof -i:65221
COMMAND      PID  USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
kodi.bin 1901649 antix   27u  IPv4 21163270      0t0  TCP *:65221 (LISTEN)

after change

$ sudo lsof -i:65222
COMMAND      PID  USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
kodi.bin 1932815 antix   28u  IPv4 21261898      0t0  TCP *:65222 (LISTEN)

but then golang part (elementum binary) will not use this new port.

so this is a bug.

but jfyi: even after we will fix it - you will not be able to use in on macos since https://github.com/elgatito/plugin.video.elementum/issues/758#issuecomment-845411197

edouardazoulai commented 3 years ago

Hello, I have the exact same issue on macOS. Downgrading to a previous version did not work. Here is the logs:

logs

``` 2021-05-22 13:29:11.138 T:13827775 DEBUG : CPythonInvoker(4, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): setting the Python path to /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum:/Users/didu/Library/Application Support/Kodi/addons/script.module.kodi-six/libs:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages/setuptools-18.4-py3.8.egg:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages/Pillow-7.1.2-py3.8-macosx-10.14-x86_64.egg:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python38.zip:/Applications/Kodi.app/Contents/Libraries/lib/python3.8:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/lib-dynload 2021-05-22 13:29:11.139 T:13827775 DEBUG : CPythonInvoker(4, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): entering source directory /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum 2021-05-22 13:29:11.139 T:13827775 DEBUG : CPythonInvoker(4, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): instantiating addon using automatically obtained id of "plugin.video.elementum" dependent on version 0.0.0 of the xbmc.python api 2021-05-22 13:29:11.140 T:13809020 WARNING : CGUIMediaWindow::OnMessage - updating in progress 2021-05-22 13:29:11.140 T:13809020 DEBUG : ------ Window Init (DialogNotification.xml) ------ 2021-05-22 13:29:11.167 T:13809020 DEBUG : ------ Window Deinit (DialogBusy.xml) ------ 2021-05-22 13:29:11.172 T:13827776 DEBUG : Thread waiting 0x700008dbd000 terminating 2021-05-22 13:29:11.179 T:13827823 DEBUG : Thread BackgroundLoader start, auto delete: false 2021-05-22 13:29:11.182 T:13827823 DEBUG : Thread BackgroundLoader 0x700008922000 terminating 2021-05-22 13:29:11.431 T:13827775 DEBUG : trying to load setting definitions from old format... 2021-05-22 13:29:11.626 T:13826497 DEBUG : Skipped 1 duplicate messages.. 2021-05-22 13:29:11.621 T:13826497 DEBUG : CCurlFile::GetMimeType - http://mirrors.kodi.tv/addons/matrix/pvr.hts+osx-x86_64/icon.png -> image/png 2021-05-22 13:29:11.627 T:13826497 DEBUG : CurlFile::Open(0x7fd57e6fc010) http://mirrors.kodi.tv/addons/matrix/pvr.hts+osx-x86_64/icon.png 2021-05-22 13:29:11.876 T:13826497 DEBUG : CCurlFile::Open - effective URL: 2021-05-22 13:29:11.882 T:13826497 DEBUG : Caching image 'http://mirrors.kodi.tv/addons/matrix/pvr.hts+osx-x86_64/icon.png' to 'c/c3c8a28c.png': 2021-05-22 13:29:11.882 T:13826497 DEBUG : cached image 'special://masterprofile/Thumbnails/c/c3c8a28c.png' size 256x256 2021-05-22 13:29:12.065 T:13827775 DEBUG : trying to load setting definitions from old format... 2021-05-22 13:29:12.095 T:13827896 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-22 13:29:12.095 T:13827895 WARNING : [plugin.video.elementum] elementum: starting jsonrpc service 2021-05-22 13:29:12.095 T:13809702 DEBUG : JSONRPC Server: New connection detected 2021-05-22 13:29:12.096 T:13809702 INFO : JSONRPC Server: New connection added 2021-05-22 13:29:12.096 T:13827896 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-22 13:29:12.096 T:13809702 INFO : JSONRPC Server: Disconnection detected 2021-05-22 13:29:12.102 T:13827896 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 13:29:12.102 T:13827896 WARNING : [plugin.video.elementum] Updating elementum daemon... 2021-05-22 13:29:12.122 T:13827896 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-22 13:29:12.122 T:13827896 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-22 13:29:12.122 T:13827896 WARNING : [plugin.video.elementum] Binary dir: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 13:29:12.123 T:13827896 DEBUG : [plugin.video.elementum] Checking for visible 2021-05-22 13:29:12.147 T:13827896 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'SECURITYSESSIONID': '186a8', 'USER': 'didu', '__CFBundleIdentifier': 'org.xbmc.kodi', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'didu', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.w2ZTd7uRLJ/Listeners', 'SHELL': '/bin/bash', 'HOME': '/Users/didu', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x1', 'LaunchInstanceID': '36178AAE-6C31-4AD6-8DD7-84C674C1D16E', 'TMPDIR': '/var/folders/r7/pc2qmm5s3rqc9jls30dwkyf00000gn/T/', 'XPC_SERVICE_NAME': 'application.org.xbmc.kodi.4799372.4800524', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-22 13:29:12.393 T:13826497 DEBUG : CCurlFile::GetMimeType - http://mirrors.kodi.tv/addons/matrix/pvr.dvblink+osx-x86_64/icon.png -> image/png 2021-05-22 13:29:12.394 T:13826497 DEBUG : CurlFile::Open(0x7fd5821b3370) http://mirrors.kodi.tv/addons/matrix/pvr.dvblink+osx-x86_64/icon.png 2021-05-22 13:29:12.758 T:13826497 DEBUG : CCurlFile::Open - effective URL: 2021-05-22 13:29:12.800 T:13826497 DEBUG : Caching image 'http://mirrors.kodi.tv/addons/matrix/pvr.dvblink+osx-x86_64/icon.png' to '4/41902c4e.png': 2021-05-22 13:29:12.800 T:13826497 DEBUG : cached image 'special://masterprofile/Thumbnails/4/41902c4e.png' size 256x256 2021-05-22 13:29:13.103 T:13827896 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-22 13:29:13.104 T:13827896 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-05-22 13:29:13.117 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-22 13:29:13.117 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-22 13:29:13.117 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Creating libtorrent.config to further usage at: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/libtorrent.config 2021-05-22 13:29:13.126 T:13827896 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/didu/.kodi/temp/elementum_library , Torrents = /Users/didu/.kodi/temp/elementum_torrents , Storage = 1 2021-05-22 13:29:13.127 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-22 13:29:13.127 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/didu/.kodi/temp/elementum_library 2021-05-22 13:29:13.132 T:13828004 DEBUG : requested setting (auto_adjust_buffer_size) was not found. 2021-05-22 13:29:13.132 T:13828004 DEBUG : requested setting (disable_upload) was not found. 2021-05-22 13:29:13.132 T:13828004 DEBUG : requested setting (use_libtorrent_deadline) was not found. 2021-05-22 13:29:13.132 T:13828004 DEBUG : requested setting (trakt_client_id) was not found. 2021-05-22 13:29:13.132 T:13828004 DEBUG : requested setting (trakt_client_secret) was not found. 2021-05-22 13:29:13.144 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/didu/.kodi/temp/elementum_torrents 2021-05-22 13:29:13.144 T:13827896 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(*runtime._type)(0x511d2e0), concrete:(*runtime._type)(nil), asserted:(*runtime._type)(0x50f2c80), missingMethod:""} 2021-05-22 13:29:13.190 T:13809020 DEBUG : trying to load setting definitions from old format... 2021-05-22 13:29:13.205 T:13809020 DEBUG : ------ Window Init (DialogAddonSettings.xml) ------ 2021-05-22 13:29:13.222 T:13809020 DEBUG : ------ Window Init (DialogConfirm.xml) ------ 2021-05-22 13:29:13.614 T:13826497 DEBUG : CCurlFile::GetMimeType - http://mirrors.kodi.tv/addons/matrix/pvr.vbox+osx-x86_64/icon.png -> image/png 2021-05-22 13:29:13.615 T:13826497 DEBUG : CurlFile::Open(0x7fd57e6b8830) http://mirrors.kodi.tv/addons/matrix/pvr.vbox+osx-x86_64/icon.png 2021-05-22 13:29:13.980 T:13826497 DEBUG : CCurlFile::Open - effective URL: 2021-05-22 13:29:13.994 T:13826497 DEBUG : Caching image 'http://mirrors.kodi.tv/addons/matrix/pvr.vbox+osx-x86_64/icon.png' to '1/142f7642.png': 2021-05-22 13:29:13.994 T:13826497 DEBUG : cached image 'special://masterprofile/Thumbnails/1/142f7642.png' size 256x256 2021-05-22 13:29:14.648 T:13826497 DEBUG : CCurlFile::GetMimeType - http://mirrors.kodi.tv/addons/matrix/pvr.vdr.vnsi+osx-x86_64/icon.png -> image/png 2021-05-22 13:29:14.649 T:13826497 DEBUG : CurlFile::Open(0x7fd582c9b640) http://mirrors.kodi.tv/addons/matrix/pvr.vdr.vnsi+osx-x86_64/icon.png 2021-05-22 13:29:14.664 T:13809020 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 13:29:14.887 T:13826497 DEBUG : CCurlFile::Open - effective URL: 2021-05-22 13:29:14.911 T:13809020 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------ 2021-05-22 13:29:14.921 T:13826497 DEBUG : Caching image 'http://mirrors.kodi.tv/addons/matrix/pvr.vdr.vnsi+osx-x86_64/icon.png' to '9/97c82917.png': 2021-05-22 13:29:14.921 T:13826497 DEBUG : cached image 'special://masterprofile/Thumbnails/9/97c82917.png' size 256x256 2021-05-22 13:29:15.760 T:13826497 DEBUG : CCurlFile::GetMimeType - http://mirrors.kodi.tv/addons/matrix/pvr.waipu+osx-x86_64/icon.png -> image/png 2021-05-22 13:29:15.760 T:13826497 DEBUG : CurlFile::Open(0x7fd582a0ef00) http://mirrors.kodi.tv/addons/matrix/pvr.waipu+osx-x86_64/icon.png 2021-05-22 13:29:16.118 T:13809020 DEBUG : ------ Window Deinit (DialogNotification.xml) ------ 2021-05-22 13:29:16.253 T:13826497 DEBUG : CCurlFile::Open - effective URL: 2021-05-22 13:29:16.367 T:13826497 DEBUG : Caching image 'http://mirrors.kodi.tv/addons/matrix/pvr.waipu+osx-x86_64/icon.png' to 'b/b6033898.png': 2021-05-22 13:29:16.367 T:13826497 DEBUG : cached image 'special://masterprofile/Thumbnails/b/b6033898.png' size 500x500 2021-05-22 13:29:16.865 T:13809020 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 13:29:17.122 T:13809020 DEBUG : ------ Window Deinit (DialogAddonSettings.xml) ------ 2021-05-22 13:29:17.142 T:13809020 DEBUG : trying to load setting definitions from old format... 2021-05-22 13:29:17.161 T:13809020 DEBUG : requested setting (label1) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label15) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label18) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label19) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label2) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label22) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label23) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label3) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label4) was not found. 2021-05-22 13:29:17.162 T:13809020 DEBUG : requested setting (label5) was not found. 2021-05-22 13:29:17.163 T:13809020 DEBUG : requested setting (label6) was not found. 2021-05-22 13:29:17.163 T:13809020 DEBUG : requested setting (label7) was not found. 2021-05-22 13:29:17.209 T:13827775 DEBUG : trying to load setting definitions from old format... 2021-05-22 13:29:17.524 T:13826498 DEBUG : CCurlFile::GetMimeType - http://mirrors.kodi.tv/addons/matrix/pvr.zattoo+osx-x86_64/icon.png -> image/png 2021-05-22 13:29:17.524 T:13826498 DEBUG : CurlFile::Open(0x7fd58305e3b0) http://mirrors.kodi.tv/addons/matrix/pvr.zattoo+osx-x86_64/icon.png 2021-05-22 13:29:17.892 T:13826498 DEBUG : CCurlFile::Open - effective URL: 2021-05-22 13:29:17.896 T:13826498 DEBUG : Caching image 'http://mirrors.kodi.tv/addons/matrix/pvr.zattoo+osx-x86_64/icon.png' to 'd/d718a33a.png': 2021-05-22 13:29:17.896 T:13826498 DEBUG : cached image 'special://masterprofile/Thumbnails/d/d718a33a.png' size 512x512 2021-05-22 13:29:18.128 T:13827896 WARNING : [plugin.video.elementum] 2021-05-22 13:29:18.129 T:13827896 WARNING : [plugin.video.elementum] System information: darwin_x64 2021-05-22 13:29:18.130 T:13827896 WARNING : [plugin.video.elementum] Kodi build version: 19.1 (19.1.0) Git:20210508-85e05228b4 2021-05-22 13:29:18.130 T:13827896 WARNING : [plugin.video.elementum] OS type: Darwin 2021-05-22 13:29:18.130 T:13827896 WARNING : [plugin.video.elementum] uname: uname_result(system='Darwin', node='macbook-didu.local', release='20.3.0', version='Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64', machine='x86_64', processor='i386') 2021-05-22 13:29:18.173 T:13809020 DEBUG : ------ Window Init (DialogNotification.xml) ------ 2021-05-22 13:29:21.940 T:13809020 DEBUG : ------ Window Deinit (DialogNotification.xml) ------ 2021-05-22 13:29:22.406 T:13809020 DEBUG : ------ Window Deinit (Pointer.xml) ------ 2021-05-22 13:29:23.138 T:13827896 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-22 13:29:23.139 T:13809702 DEBUG : JSONRPC Server: New connection detected 2021-05-22 13:29:23.139 T:13827896 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-22 13:29:23.139 T:13809702 INFO : JSONRPC Server: New connection added 2021-05-22 13:29:23.139 T:13809702 INFO : JSONRPC Server: Disconnection detected 2021-05-22 13:29:23.195 T:13827896 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 13:29:23.196 T:13827896 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-22 13:29:23.197 T:13827896 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-22 13:29:23.198 T:13827896 WARNING : [plugin.video.elementum] Binary dir: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 13:29:23.198 T:13827896 DEBUG : [plugin.video.elementum] Checking for visible 2021-05-22 13:29:23.216 T:13827896 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'SECURITYSESSIONID': '186a8', 'USER': 'didu', '__CFBundleIdentifier': 'org.xbmc.kodi', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'didu', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.w2ZTd7uRLJ/Listeners', 'SHELL': '/bin/bash', 'HOME': '/Users/didu', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x1', 'LaunchInstanceID': '36178AAE-6C31-4AD6-8DD7-84C674C1D16E', 'TMPDIR': '/var/folders/r7/pc2qmm5s3rqc9jls30dwkyf00000gn/T/', 'XPC_SERVICE_NAME': 'application.org.xbmc.kodi.4799372.4800524', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-22 13:29:23.708 T:13827896 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-22 13:29:23.709 T:13827896 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-05-22 13:29:23.742 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-22 13:29:23.742 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-22 13:29:23.743 T:13827896 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/didu/.kodi/temp/elementum_library , Torrents = /Users/didu/.kodi/temp/elementum_torrents , Storage = 1 2021-05-22 13:29:23.752 T:13828427 DEBUG : requested setting (auto_adjust_buffer_size) was not found. 2021-05-22 13:29:23.752 T:13828427 DEBUG : requested setting (disable_upload) was not found. 2021-05-22 13:29:23.752 T:13828427 DEBUG : requested setting (use_libtorrent_deadline) was not found. 2021-05-22 13:29:23.753 T:13828427 DEBUG : requested setting (trakt_client_id) was not found. 2021-05-22 13:29:23.753 T:13828427 DEBUG : requested setting (trakt_client_secret) was not found. 2021-05-22 13:29:23.770 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-22 13:29:23.771 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/didu/.kodi/temp/elementum_library 2021-05-22 13:29:23.771 T:13827896 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/didu/.kodi/temp/elementum_torrents 2021-05-22 13:29:23.772 T:13827896 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(*runtime._type)(0x511d2e0), concrete:(*runtime._type)(nil), asserted:(*runtime._type)(0x50f2c80), missingMethod:""} 2021-05-22 13:29:23.804 T:13809020 DEBUG : trying to load setting definitions from old format... 2021-05-22 13:29:23.826 T:13809020 DEBUG : ------ Window Init (DialogAddonSettings.xml) ------ 2021-05-22 13:29:23.840 T:13809020 DEBUG : ------ Window Init (DialogConfirm.xml) ------ 2021-05-22 13:29:25.048 T:13809020 DEBUG : CheckIdle - Closing session to http://mirrors.kodi.tv (easy=0x7fd57f8f9000, multi=0x7fd5821e3ba0) 2021-05-22 13:29:25.053 T:13809020 DEBUG : CheckIdle - Closing session to http://mirrors.kodi.tv (easy=0x7fd57eb01400, multi=0x7fd582188660) 2021-05-22 13:29:25.061 T:13809020 DEBUG : CheckIdle - Closing session to http://mirrors.kodi.tv (easy=0x7fd57ebf7000, multi=0x7fd5826ce420) 2021-05-22 13:29:27.969 T:13809020 DEBUG : ------ Window Init (Pointer.xml) ------ 2021-05-22 13:29:28.654 T:13809020 DEBUG : ------ Window Deinit (Pointer.xml) ------ ```

The DEBUG <CSettingsManager>: requested setting (auto_adjust_buffer_size) was not found. errors brought me there: https://github.com/jurialmunkey/plugin.video.themoviedb.helper/issues/55. It looks like a similar issue existed with older version of Kodi. I don't really know how to go from there to fix it.

Maybe if someone has access to a setting file that works, I could copy it and try to use this instead of the default one.

mike-sirs commented 3 years ago

it actually does apply on python side - port will be changed to new one. before change

$ sudo lsof -i:65221
COMMAND      PID  USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
kodi.bin 1901649 antix   27u  IPv4 21163270      0t0  TCP *:65221 (LISTEN)

after change

$ sudo lsof -i:65222
COMMAND      PID  USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
kodi.bin 1932815 antix   28u  IPv4 21261898      0t0  TCP *:65222 (LISTEN)

but then golang part (elementum binary) will not use this new port.

so this is a bug.

but jfyi: even after we will fix it - you will not be able to use in on macos since #758 (comment)

you're right

2021-05-22 14:42:19.062 T:1086799 WARNING <general>: [plugin.video.elementum] INFO  main         ▶ main             Starting Elementum daemon
2021-05-22 14:42:19.062 T:1086799 WARNING <general>: [plugin.video.elementum] INFO  main         ▶ main             Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 12
2021-05-22 14:42:19.062 T:1086799 WARNING <general>: [plugin.video.elementum] INFO  config       ▶ Reload           Reloading configuration...
2021-05-22 14:42:19.062 T:1086799 WARNING <general>: [plugin.video.elementum] INFO  config       ▶ Reload           Setting remote address to 127.0.0.1:65221
2021-05-22 14:42:19.062 T:1086799 WARNING <general>: [plugin.video.elementum] WARN  config       ▶ Reload           Can't continue because addon info is empty
2021-05-22 14:42:22.064 T:1086799 WARNING <general>: [plugin.video.elementum] WARN  config       ▶ func1            Addon settings not properly set, opening settings window: "LOCALIZE[30113]"
2021-05-22 14:42:22.065 T:1086799 WARNING <general>: [plugin.video.elementum] System information: darwin_x64 
2021-05-22 14:42:22.065 T:1086799 WARNING <general>: [plugin.video.elementum] Kodi build version: 19.1 (19.1.0) Git:20210508-85e05228b4
2021-05-22 14:42:22.065 T:1086799 WARNING <general>: [plugin.video.elementum] OS type: Darwin
2021-05-22 14:42:22.065 T:1086799 WARNING <general>: [plugin.video.elementum] uname: uname_result(system='Darwin', node='mikes-MacBook-Pro.local', release='20.4.0', version='Darwin Kernel Version 20.4.0: Thu Apr 22 21:46:47 PDT 2021; root:xnu-7195.101.2~1/RELEASE_X86_64', machine='x86_64', processor='i386')
2021-05-22 14:42:23.360 T:1086664    INFO <general>: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
2021-05-22 14:42:23.532 T:1086784    INFO <general>: CPythonInvoker(1, /Users/undead/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/run

I've also tried to run it separately, like ./darwin_x64/elementum -remotePort=65223 -remoteHost=127.0.0.1 but the result is Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(*runtime._type)(0x511d2e0), concrete:(*runtime._type)(nil), asserted:(*runtime._type)(0x50f2c80), missingMethod:""}

antonsoroko commented 3 years ago

@mike-sirs

so, for port - i can fix that.

but the thing is that because of https://github.com/elgatito/plugin.video.elementum/issues/758#issuecomment-845411197 you will not be able to use it, since new plugin.video.elementum has new settings thus elementum binary (https://github.com/elgatito/elementum) also should has them (and vice versa). (plugin consists from 2 parts)

but on macos you stuck with old 0.1.69 binary but with new plugin.video.elementum python code.

you can fix your particular issue by installing plugin.video.elementum 0.1.74 for example (to fix settings mismatch issue). and then by disabling auto update of plugin.video.elementum and then by apply fix (that we will create) for port manually to the your local plugin's python code. (or you can run old elementum binary by hands, but this will be inconvenient i think)

antonsoroko commented 3 years ago

@diduu

it is not a full log so i can not see what version of plugin.video.elementum you have.

and to what version you tried to downgrade? to 0.1.74 like the author of this issue? and did you disable auto-update for plugin.video.elementum?

antonsoroko commented 3 years ago

ideally somebody who uses macos should fix macos builds (if it is possible)

@elgatito https://github.com/elgatito/elementum/commit/905e946e23ae8dfd608cfa263eaf7cb7926fbef6 any ideas why it happened?

edouardazoulai commented 3 years ago

@antonsoroko

Here is a full log:

logs ``` 2021-05-22 14:03:18.759 T:13883725 INFO : ----------------------------------------------------------------------- 2021-05-22 14:03:18.760 T:13883725 INFO : Starting Kodi (19.1 (19.1.0) Git:20210508-85e05228b4). Platform: OS X x86 64-bit 2021-05-22 14:03:18.760 T:13883725 INFO : Using Release Kodi x64 2021-05-22 14:03:18.760 T:13883725 INFO : Kodi compiled 2021-05-08 by Clang 10.0.1 (clang-1001.0.46.4) for OS X x86 64-bit version 10.13 (101300) 2021-05-22 14:03:18.760 T:13883725 INFO : Running on Apple Inc. MacBookAir8,2 with OS X 10.16, kernel: Darwin x86 64-bit version 20.3.0 2021-05-22 14:03:18.760 T:13883725 INFO : FFmpeg version/source: 4.3.2-Kodi 2021-05-22 14:03:18.761 T:13883725 INFO : Host CPU: Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz, 4 cores available 2021-05-22 14:03:18.761 T:13883725 INFO : special://xbmc/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi 2021-05-22 14:03:18.761 T:13883725 INFO : special://xbmcbin/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi 2021-05-22 14:03:18.761 T:13883725 INFO : special://xbmcbinaddons/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi/addons 2021-05-22 14:03:18.761 T:13883725 INFO : special://masterprofile/ is mapped to: /Users/didu/Library/Application Support/Kodi/userdata 2021-05-22 14:03:18.761 T:13883725 INFO : special://envhome/ is mapped to: /Users/didu 2021-05-22 14:03:18.761 T:13883725 INFO : special://home/ is mapped to: /Users/didu/Library/Application Support/Kodi 2021-05-22 14:03:18.761 T:13883725 INFO : special://temp/ is mapped to: /Users/didu/.kodi/temp 2021-05-22 14:03:18.761 T:13883725 INFO : special://logpath/ is mapped to: /Users/didu/Library/Logs 2021-05-22 14:03:18.761 T:13883725 INFO : special://frameworks/ is mapped to: /Applications/Kodi.app/Contents/Libraries 2021-05-22 14:03:18.761 T:13883725 INFO : The executable running is: /Applications/Kodi.app/Contents/MacOS/Kodi 2021-05-22 14:03:18.761 T:13883725 INFO : Local hostname: macbook-didu.local 2021-05-22 14:03:18.761 T:13883725 INFO : Log File is located: /Users/didu/Library/Logs/kodi.log 2021-05-22 14:03:18.761 T:13883725 INFO : ----------------------------------------------------------------------- 2021-05-22 14:03:18.762 T:13883725 INFO : loading settings 2021-05-22 14:03:18.763 T:13883725 INFO : special://profile/ is mapped to: special://masterprofile/ 2021-05-22 14:03:18.789 T:13883725 INFO : No settings file to load (special://xbmc/system/advancedsettings.xml) 2021-05-22 14:03:18.789 T:13883725 INFO : No settings file to load (special://masterprofile/advancedsettings.xml) 2021-05-22 14:03:18.789 T:13883725 INFO : Default Video Player: VideoPlayer 2021-05-22 14:03:18.789 T:13883725 INFO : Default Audio Player: paplayer 2021-05-22 14:03:18.790 T:13883725 INFO : Enabled debug logging due to GUI setting (2) 2021-05-22 14:03:18.790 T:13883725 INFO : CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml 2021-05-22 14:03:18.793 T:13883725 DEBUG : CMediaSourceSettings: tag is missing or sources.xml is malformed 2021-05-22 14:03:18.797 T:13883725 DEBUG : CSkinSettings: no tag found 2021-05-22 14:03:18.797 T:13883725 INFO : creating subdirectories 2021-05-22 14:03:18.797 T:13883725 INFO : userdata folder: special://masterprofile/ 2021-05-22 14:03:18.797 T:13883725 INFO : recording folder: 2021-05-22 14:03:18.797 T:13883725 INFO : screenshots folder: 2021-05-22 14:03:18.810 T:13883725 INFO : Running database version Addons33 2021-05-22 14:03:18.828 T:13883725 DEBUG : CAddonInfoBuilder::ParseXMLTypes: Binary addon found: peripheral.joystick 2021-05-22 14:03:18.879 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.generic.artists' already present with version 1.0.14 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.generic.artists/' replaced with version 1.0.14 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.generic.artists/' 2021-05-22 14:03:18.882 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.themoviedb.org' already present with version 5.2.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.themoviedb.org/' replaced with version 5.2.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.themoviedb.org/' 2021-05-22 14:03:18.883 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'audioencoder.kodi.builtin.aac' already present with version 1.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.aac/' replaced with version 1.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.aac/' 2021-05-22 14:03:18.885 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'skin.estouchy' already present with version 3.0.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estouchy/' replaced with version 3.0.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estouchy/' 2021-05-22 14:03:18.886 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.common.allmusic.com' already present with version 3.2.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.allmusic.com/' replaced with version 3.2.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.allmusic.com/' 2021-05-22 14:03:18.886 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.local' already present with version 1.0.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.local/' replaced with version 1.0.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.local/' 2021-05-22 14:03:18.887 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.common.fanart.tv' already present with version 3.6.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.fanart.tv/' replaced with version 3.6.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.fanart.tv/' 2021-05-22 14:03:18.888 T:13883725 DEBUG : CAddonInfoBuilder::ParseXMLTypes: Binary addon found: peripheral.joystick 2021-05-22 14:03:18.888 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'peripheral.joystick' already present with version 1.7.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/peripheral.joystick/' replaced with version 1.7.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/peripheral.joystick/' 2021-05-22 14:03:18.889 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'audioencoder.kodi.builtin.wma' already present with version 1.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.wma/' replaced with version 1.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.wma/' 2021-05-22 14:03:18.889 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.screensaver' already present with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.screensaver/' replaced with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.screensaver/' 2021-05-22 14:03:18.890 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.vfs' already present with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.vfs/' replaced with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.vfs/' 2021-05-22 14:03:18.892 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'screensaver.xbmc.builtin.black' already present with version 1.0.34 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/screensaver.xbmc.builtin.black/' replaced with version 1.0.34 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/screensaver.xbmc.builtin.black/' 2021-05-22 14:03:18.893 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.videocodec' already present with version 2.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.videocodec/' replaced with version 2.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.videocodec/' 2021-05-22 14:03:18.893 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.global.audioengine' already present with version 1.1.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.audioengine/' replaced with version 1.1.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.audioengine/' 2021-05-22 14:03:18.894 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'game.controller.default' already present with version 1.0.9 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/game.controller.default/' replaced with version 1.0.9 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/game.controller.default/' 2021-05-22 14:03:18.894 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'xbmc.metadata' already present with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.metadata/' replaced with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.metadata/' 2021-05-22 14:03:18.895 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'xbmc.core' already present with version 0.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.core/' replaced with version 0.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.core/' 2021-05-22 14:03:18.895 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'resource.images.weathericons.default' already present with version 1.1.9 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/resource.images.weathericons.default/' replaced with version 1.1.9 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/resource.images.weathericons.default/' 2021-05-22 14:03:18.895 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'xbmc.gui' already present with version 5.15.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.gui/' replaced with version 5.15.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.gui/' 2021-05-22 14:03:18.896 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'script.module.pil' already present with version 5.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/' replaced with version 5.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pil/' 2021-05-22 14:03:18.896 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'resource.language.en_gb' already present with version 2.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/resource.language.en_gb/' replaced with version 2.0.2 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/resource.language.en_gb/' 2021-05-22 14:03:18.898 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.themoviedb.org.python' already present with version 1.3.1+matrix.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.themoviedb.org.python/' replaced with version 1.3.1+matrix.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.themoviedb.org.python/' 2021-05-22 14:03:18.898 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'xbmc.python' already present with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.python/' replaced with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.python/' 2021-05-22 14:03:18.899 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'script.module.pycryptodome' already present with version 3.4.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pycryptodome/' replaced with version 3.4.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/script.module.pycryptodome/' 2021-05-22 14:03:18.899 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.pvr' already present with version 7.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.pvr/' replaced with version 7.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.pvr/' 2021-05-22 14:03:18.900 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'xbmc.addon' already present with version 19.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.addon/' replaced with version 19.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.addon/' 2021-05-22 14:03:18.901 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.artists.universal' already present with version 4.3.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.artists.universal/' replaced with version 4.3.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.artists.universal/' 2021-05-22 14:03:18.903 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'screensaver.xbmc.builtin.dim' already present with version 1.0.64 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/screensaver.xbmc.builtin.dim/' replaced with version 1.0.64 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/screensaver.xbmc.builtin.dim/' 2021-05-22 14:03:18.904 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.global.filesystem' already present with version 1.1.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.filesystem/' replaced with version 1.1.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.filesystem/' 2021-05-22 14:03:18.904 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.generic.albums' already present with version 1.0.14 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.generic.albums/' replaced with version 1.0.14 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.generic.albums/' 2021-05-22 14:03:18.906 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.tvshows.themoviedb.org' already present with version 3.5.12 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.tvshows.themoviedb.org/' replaced with version 3.5.12 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.tvshows.themoviedb.org/' 2021-05-22 14:03:18.906 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.common.themoviedb.org' already present with version 3.2.13 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.themoviedb.org/' replaced with version 3.2.13 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.themoviedb.org/' 2021-05-22 14:03:18.907 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'xbmc.webinterface' already present with version 1.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.webinterface/' replaced with version 1.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.webinterface/' 2021-05-22 14:03:18.907 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.common.imdb.com' already present with version 3.1.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.imdb.com/' replaced with version 3.1.6 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.imdb.com/' 2021-05-22 14:03:18.908 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.visualization' already present with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.visualization/' replaced with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.visualization/' 2021-05-22 14:03:18.908 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.game' already present with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.game/' replaced with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.game/' 2021-05-22 14:03:18.908 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.global.gui' already present with version 5.15.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.gui/' replaced with version 5.15.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.gui/' 2021-05-22 14:03:18.910 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'service.xbmc.versioncheck' already present with version 0.5.9+matrix.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/service.xbmc.versioncheck/' replaced with version 0.5.9+matrix.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/service.xbmc.versioncheck/' 2021-05-22 14:03:18.910 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.common.theaudiodb.com' already present with version 2.0.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.theaudiodb.com/' replaced with version 2.0.3 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.theaudiodb.com/' 2021-05-22 14:03:18.911 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.audioencoder' already present with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.audioencoder/' replaced with version 2.1.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.audioencoder/' 2021-05-22 14:03:18.913 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.album.universal' already present with version 3.1.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.album.universal/' replaced with version 3.1.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.album.universal/' 2021-05-22 14:03:18.913 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.inputstream' already present with version 3.0.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.inputstream/' replaced with version 3.0.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.inputstream/' 2021-05-22 14:03:18.913 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.imagedecoder' already present with version 2.1.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.imagedecoder/' replaced with version 2.1.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.imagedecoder/' 2021-05-22 14:03:18.914 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'resource.uisounds.kodi' already present with version 1.0.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/resource.uisounds.kodi/' replaced with version 1.0.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/resource.uisounds.kodi/' 2021-05-22 14:03:18.916 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'repository.xbmc.org' already present with version 3.2.5 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/repository.xbmc.org/' replaced with version 3.2.5 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/repository.xbmc.org/' 2021-05-22 14:03:18.918 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'skin.estuary' already present with version 3.0.5 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/' replaced with version 3.0.5 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/' 2021-05-22 14:03:18.919 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.audiodecoder' already present with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.audiodecoder/' replaced with version 3.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.audiodecoder/' 2021-05-22 14:03:18.919 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.global.general' already present with version 1.0.5 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.general/' replaced with version 1.0.5 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.general/' 2021-05-22 14:03:18.919 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.global.main' already present with version 1.3.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.main/' replaced with version 1.3.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.main/' 2021-05-22 14:03:18.920 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'webinterface.default' already present with version 19.x-2.4.8 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/webinterface.default/' replaced with version 19.x-2.4.8 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/webinterface.default/' 2021-05-22 14:03:18.921 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.common.musicbrainz.org' already present with version 2.2.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.musicbrainz.org/' replaced with version 2.2.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.musicbrainz.org/' 2021-05-22 14:03:18.921 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.tvshows.themoviedb.org.python' already present with version 1.3.14 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.tvshows.themoviedb.org.python/' replaced with version 1.3.14 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.tvshows.themoviedb.org.python/' 2021-05-22 14:03:18.922 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'xbmc.json' already present with version 12.3.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.json/' replaced with version 12.3.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/xbmc.json/' 2021-05-22 14:03:18.922 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.global.network' already present with version 1.0.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.network/' replaced with version 1.0.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.network/' 2021-05-22 14:03:18.922 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.resource' already present with version 1.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.resource/' replaced with version 1.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.resource/' 2021-05-22 14:03:18.923 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.global.tools' already present with version 1.0.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.tools/' replaced with version 1.0.4 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.global.tools/' 2021-05-22 14:03:18.923 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'game.controller.snes' already present with version 1.0.9 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/game.controller.snes/' replaced with version 1.0.9 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/game.controller.snes/' 2021-05-22 14:03:18.923 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'kodi.binary.instance.peripheral' already present with version 2.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.peripheral/' replaced with version 2.0.0 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/kodi.binary.instance.peripheral/' 2021-05-22 14:03:18.927 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.themoviedb.org.python' already present with version 1.3.1+matrix.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.themoviedb.org.python/' replaced with version 1.3.2+matrix.1 at '/Users/didu/Library/Application Support/Kodi/addons/metadata.themoviedb.org.python/' 2021-05-22 14:03:18.932 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.tvshows.themoviedb.org' already present with version 3.5.12 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.tvshows.themoviedb.org/' replaced with version 3.5.13 at '/Users/didu/Library/Application Support/Kodi/addons/metadata.tvshows.themoviedb.org/' 2021-05-22 14:03:18.933 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.common.themoviedb.org' already present with version 3.2.13 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.common.themoviedb.org/' replaced with version 3.2.14 at '/Users/didu/Library/Application Support/Kodi/addons/metadata.common.themoviedb.org/' 2021-05-22 14:03:18.936 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'service.xbmc.versioncheck' already present with version 0.5.9+matrix.1 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/service.xbmc.versioncheck/' replaced with version 0.5.19+matrix.1 at '/Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/' 2021-05-22 14:03:18.937 T:13883725 DEBUG : CAddonMgr::FindAddons: Addon 'metadata.tvshows.themoviedb.org.python' already present with version 1.3.14 at '/Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.tvshows.themoviedb.org.python/' replaced with version 1.4.5 at '/Users/didu/Library/Application Support/Kodi/addons/metadata.tvshows.themoviedb.org.python/' 2021-05-22 14:03:18.941 T:13883725 INFO : CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed 2021-05-22 14:03:18.941 T:13883725 INFO : CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed 2021-05-22 14:03:18.941 T:13883725 INFO : CAddonMgr::FindAddons: game.controller.default v1.0.9 installed 2021-05-22 14:03:18.941 T:13883725 INFO : CAddonMgr::FindAddons: game.controller.snes v1.0.9 installed 2021-05-22 14:03:18.942 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed 2021-05-22 14:03:18.942 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.6 installed 2021-05-22 14:03:18.942 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed 2021-05-22 14:03:18.942 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed 2021-05-22 14:03:18.942 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.global.main v1.3.0 installed 2021-05-22 14:03:18.942 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed 2021-05-22 14:03:18.942 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed 2021-05-22 14:03:18.943 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v3.0.0 installed 2021-05-22 14:03:18.943 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v2.1.0 installed 2021-05-22 14:03:18.943 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.game v2.1.0 installed 2021-05-22 14:03:18.943 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v2.1.1 installed 2021-05-22 14:03:18.943 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.0.1 installed 2021-05-22 14:03:18.943 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed 2021-05-22 14:03:18.943 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.pvr v7.1.0 installed 2021-05-22 14:03:18.944 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.1.0 installed 2021-05-22 14:03:18.944 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.0 installed 2021-05-22 14:03:18.944 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.2 installed 2021-05-22 14:03:18.944 T:13883725 INFO : CAddonMgr::FindAddons: kodi.binary.instance.visualization v3.0.0 installed 2021-05-22 14:03:18.944 T:13883725 INFO : CAddonMgr::FindAddons: kodi.resource v1.0.0 installed 2021-05-22 14:03:18.944 T:13883725 INFO : CAddonMgr::FindAddons: metadata.album.universal v3.1.4 installed 2021-05-22 14:03:18.945 T:13883725 INFO : CAddonMgr::FindAddons: metadata.artists.universal v4.3.3 installed 2021-05-22 14:03:18.945 T:13883725 INFO : CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed 2021-05-22 14:03:18.945 T:13883725 INFO : CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.3 installed 2021-05-22 14:03:18.945 T:13883725 INFO : CAddonMgr::FindAddons: metadata.common.imdb.com v3.1.6 installed 2021-05-22 14:03:18.945 T:13883725 INFO : CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed 2021-05-22 14:03:18.945 T:13883725 INFO : CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed 2021-05-22 14:03:18.945 T:13883725 INFO : CAddonMgr::FindAddons: metadata.common.themoviedb.org v3.2.14 installed 2021-05-22 14:03:18.946 T:13883725 INFO : CAddonMgr::FindAddons: metadata.generic.albums v1.0.14 installed 2021-05-22 14:03:18.946 T:13883725 INFO : CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed 2021-05-22 14:03:18.946 T:13883725 INFO : CAddonMgr::FindAddons: metadata.local v1.0.1 installed 2021-05-22 14:03:18.946 T:13883725 INFO : CAddonMgr::FindAddons: metadata.themoviedb.org v5.2.6 installed 2021-05-22 14:03:18.946 T:13883725 INFO : CAddonMgr::FindAddons: metadata.themoviedb.org.python v1.3.2+matrix.1 installed 2021-05-22 14:03:18.946 T:13883725 INFO : CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org v3.5.13 installed 2021-05-22 14:03:18.946 T:13883725 INFO : CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.4.5 installed 2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: peripheral.joystick v1.7.1 installed 2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: plugin.video.elementum v0.1.77 installed 2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: repository.xbmc.org v3.2.5 installed 2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed 2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed 2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed 2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed 2021-05-22 14:03:18.948 T:13883725 INFO : CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.64 installed 2021-05-22 14:03:18.948 T:13883725 INFO : CAddonMgr::FindAddons: script.module.kodi-six v0.1.3.1 installed 2021-05-22 14:03:18.948 T:13883725 INFO : CAddonMgr::FindAddons: script.module.pil v5.1.0 installed 2021-05-22 14:03:18.948 T:13883725 INFO : CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed 2021-05-22 14:03:18.948 T:13883725 INFO : CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.19+matrix.1 installed 2021-05-22 14:03:18.948 T:13883725 INFO : CAddonMgr::FindAddons: skin.estouchy v3.0.6 installed 2021-05-22 14:03:18.948 T:13883725 INFO : CAddonMgr::FindAddons: skin.estuary v3.0.5 installed 2021-05-22 14:03:18.949 T:13883725 INFO : CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed 2021-05-22 14:03:18.949 T:13883725 INFO : CAddonMgr::FindAddons: xbmc.addon v19.1.0 installed 2021-05-22 14:03:18.949 T:13883725 INFO : CAddonMgr::FindAddons: xbmc.core v0.1.0 installed 2021-05-22 14:03:18.949 T:13883725 INFO : CAddonMgr::FindAddons: xbmc.gui v5.15.0 installed 2021-05-22 14:03:18.949 T:13883725 INFO : CAddonMgr::FindAddons: xbmc.json v12.3.0 installed 2021-05-22 14:03:18.949 T:13883725 INFO : CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed 2021-05-22 14:03:18.950 T:13883725 INFO : CAddonMgr::FindAddons: xbmc.python v3.0.0 installed 2021-05-22 14:03:18.950 T:13883725 INFO : CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed 2021-05-22 14:03:18.954 T:13883725 DEBUG : CFavourites::Load - no system favourites found, skipping 2021-05-22 14:03:18.954 T:13883725 DEBUG : CFavourites::Load - no userdata favourites found, skipping 2021-05-22 14:03:18.955 T:13883809 DEBUG : Thread ActiveAE start, auto delete: false 2021-05-22 14:03:18.955 T:13883810 DEBUG : Thread AESink start, auto delete: false 2021-05-22 14:03:18.962 T:13883725 INFO : CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts... 2021-05-22 14:03:18.964 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Chinese BasePY" successfully loaded 2021-05-22 14:03:18.964 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Chinese BaiduPY" successfully loaded 2021-05-22 14:03:18.965 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded 2021-05-22 14:03:18.966 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded 2021-05-22 14:03:18.967 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Silesian QWERTY" successfully loaded 2021-05-22 14:03:18.968 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded 2021-05-22 14:03:18.968 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded 2021-05-22 14:03:18.969 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded 2021-05-22 14:03:18.969 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "French AZERTY" successfully loaded 2021-05-22 14:03:18.970 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded 2021-05-22 14:03:18.971 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Czech QWERTZ" successfully loaded 2021-05-22 14:03:18.972 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded 2021-05-22 14:03:18.973 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded 2021-05-22 14:03:18.973 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "German ABC" successfully loaded 2021-05-22 14:03:18.974 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Slovenian QWERTZ" successfully loaded 2021-05-22 14:03:18.975 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded 2021-05-22 14:03:18.975 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded 2021-05-22 14:03:18.976 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded 2021-05-22 14:03:18.977 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Persian QWERTY" successfully loaded 2021-05-22 14:03:18.978 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded 2021-05-22 14:03:18.978 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded 2021-05-22 14:03:18.979 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Icelandic QWERTY" successfully loaded 2021-05-22 14:03:18.980 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Thai Kedmanee" successfully loaded 2021-05-22 14:03:18.981 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded 2021-05-22 14:03:18.982 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded 2021-05-22 14:03:18.982 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded 2021-05-22 14:03:18.983 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded 2021-05-22 14:03:18.983 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded 2021-05-22 14:03:18.984 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Italian QWERTY" successfully loaded 2021-05-22 14:03:18.985 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded 2021-05-22 14:03:18.986 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Croatian QWERTY" successfully loaded 2021-05-22 14:03:18.987 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded 2021-05-22 14:03:18.988 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Slovak QWERTZ" successfully loaded 2021-05-22 14:03:18.988 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Slovak QWERTY" successfully loaded 2021-05-22 14:03:18.988 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Slovak ABC" successfully loaded 2021-05-22 14:03:18.989 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Korean ㄱㄴㄷ" successfully loaded 2021-05-22 14:03:18.990 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded 2021-05-22 14:03:18.990 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded 2021-05-22 14:03:18.991 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded 2021-05-22 14:03:18.991 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded 2021-05-22 14:03:18.992 T:13883725 DEBUG : CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded 2021-05-22 14:03:18.992 T:13883725 DEBUG : CApplication::CreateGUI - trying to init default windowing system 2021-05-22 14:03:18.992 T:13883725 INFO : InitWindowSystem: Setup SDL 2021-05-22 14:03:19.038 T:13883809 INFO : Found 1 Lists of Devices 2021-05-22 14:03:19.038 T:13883809 INFO : Enumerated DARWINOSX devices: 2021-05-22 14:03:19.038 T:13883809 INFO : Device 1 2021-05-22 14:03:19.038 T:13883809 INFO : m_deviceName : default 2021-05-22 14:03:19.038 T:13883809 INFO : m_displayName : Default 2021-05-22 14:03:19.038 T:13883809 INFO : m_displayNameExtra: Haut-parleurs MacBook Air 2021-05-22 14:03:19.038 T:13883809 INFO : m_deviceType : AE_DEVTYPE_PCM 2021-05-22 14:03:19.038 T:13883809 INFO : m_channels : FL, FR 2021-05-22 14:03:19.038 T:13883809 INFO : m_sampleRates : 96000,88200,48000,44100 2021-05-22 14:03:19.039 T:13883809 INFO : m_dataFormats : AE_FMT_FLOAT 2021-05-22 14:03:19.039 T:13883809 INFO : m_streamTypes : No passthrough capabilities 2021-05-22 14:03:19.039 T:13883809 INFO : Device 2 2021-05-22 14:03:19.039 T:13883809 INFO : m_deviceName : Haut-parleurs MacBook Air-76:stream0 2021-05-22 14:03:19.039 T:13883809 INFO : m_displayName : Haut-parleurs MacBook Air 2021-05-22 14:03:19.039 T:13883809 INFO : m_displayNameExtra: Haut-parleurs MacBook Air 2021-05-22 14:03:19.039 T:13883809 INFO : m_deviceType : AE_DEVTYPE_PCM 2021-05-22 14:03:19.039 T:13883809 INFO : m_channels : FL, FR 2021-05-22 14:03:19.039 T:13883809 INFO : m_sampleRates : 96000,88200,48000,44100 2021-05-22 14:03:19.039 T:13883809 INFO : m_dataFormats : AE_FMT_FLOAT 2021-05-22 14:03:19.039 T:13883809 INFO : m_streamTypes : No passthrough capabilities 2021-05-22 14:03:19.039 T:13883810 INFO : CActiveAESink::OpenSink - initialize sink 2021-05-22 14:03:19.040 T:13883810 DEBUG : CActiveAESink::OpenSink - trying to open device DARWINOSX:default 2021-05-22 14:03:19.040 T:13883810 INFO : virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Haut-parleurs MacBook Air 2021-05-22 14:03:19.041 T:13883810 DEBUG : FindSuitableFormatForStream: Finding stream for format AE_FMT_FLOAT 2021-05-22 14:03:19.041 T:13883810 DEBUG : FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (96000Hz) rated 930.129272 2021-05-22 14:03:19.041 T:13883810 DEBUG : FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (88200Hz) rated 1107.000000 2021-05-22 14:03:19.041 T:13883810 DEBUG : FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz) rated 1420.564697 2021-05-22 14:03:19.041 T:13883810 DEBUG : FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) rated 1509.000000 2021-05-22 14:03:19.042 T:13883810 DEBUG : Initialize: Selected stream[0] - id: 0x004D, Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) 2021-05-22 14:03:19.042 T:13883810 DEBUG : CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'. 2021-05-22 14:03:19.042 T:13883810 DEBUG : CCoreAudioStream::Open: Opened stream 0x004d. 2021-05-22 14:03:19.042 T:13883810 DEBUG : Initialize: Previous Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) 2021-05-22 14:03:19.042 T:13883810 DEBUG : Initialize: Previous Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) 2021-05-22 14:03:19.043 T:13883810 DEBUG : CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x004d. now active ([lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)) 2021-05-22 14:03:19.043 T:13883810 DEBUG : Initialize: New Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) 2021-05-22 14:03:19.043 T:13883810 DEBUG : Initialize: New Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) 2021-05-22 14:03:19.044 T:13883810 DEBUG : GetAEChannelMap Engine requests layout FL, FR 2021-05-22 14:03:19.044 T:13883810 DEBUG : GetAEChannelMap trying to map to stereo layout: [Left] [Right] 2021-05-22 14:03:19.044 T:13883810 DEBUG : GetAEChannelMap mapped channels to layout FL, FR 2021-05-22 14:03:19.044 T:13883810 DEBUG : Initialize: using buffer size: 16384 (0.046440 ms) 2021-05-22 14:03:19.046 T:13883725 INFO : Display 0 has name Color LCD (69734464) 2021-05-22 14:03:19.046 T:13883725 INFO : Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 1680 x 1050 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 1024 x 640 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 825 x 525 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 720 x 450 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 2560 x 1600 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 1280 x 800 @ 60.000000 Hz 2021-05-22 14:03:19.047 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 2880 x 1800 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.047 T:13883725 INFO : Found possible resolution for display 0 with 2048 x 1280 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : Found possible resolution for display 0 with 1650 x 1050 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : Found possible resolution for display 0 with 1440 x 900 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : Found possible resolution for display 0 with 1152 x 720 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : Found possible resolution for display 0 with 1024 x 768 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : Found possible resolution for display 0 with 840 x 524 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : Found possible resolution for display 0 with 800 x 600 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : Found possible resolution for display 0 with 640 x 480 @ 60.000000 Hz 2021-05-22 14:03:19.048 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:19.048 T:13883725 INFO : CApplication::CreateGUI - using the default windowing system 2021-05-22 14:03:19.049 T:13883725 INFO : Checking resolution 16 2021-05-22 14:03:19.073 T:13883810 DEBUG : CActiveAESink::OpenSink - DARWINOSX Initialized: 2021-05-22 14:03:19.073 T:13883810 DEBUG : Output Device : Default 2021-05-22 14:03:19.073 T:13883810 DEBUG : Sample Rate : 44100 2021-05-22 14:03:19.073 T:13883810 DEBUG : Sample Format : AE_FMT_FLOAT 2021-05-22 14:03:19.073 T:13883810 DEBUG : Channel Count : 2 2021-05-22 14:03:19.073 T:13883810 DEBUG : Channel Layout: FL, FR 2021-05-22 14:03:19.073 T:13883810 DEBUG : Frames : 512 2021-05-22 14:03:19.073 T:13883810 DEBUG : Frame Size : 8 2021-05-22 14:03:19.253 T:13883725 INFO : RetroPlayer[PROCESS]: Registering process control for macOS 2021-05-22 14:03:19.253 T:13883725 INFO : RetroPlayer[RENDER]: Registering renderer factory for OpenGL 2021-05-22 14:03:19.253 T:13883725 INFO : CRenderSystemGL::InitRenderSystem - Version: 4.1 INTEL-16.1.12, Major: 4, Minor: 1 2021-05-22 14:03:19.253 T:13883725 INFO : GL_VENDOR = Intel Inc. 2021-05-22 14:03:19.253 T:13883725 INFO : GL_RENDERER = Intel(R) UHD Graphics 617 2021-05-22 14:03:19.253 T:13883725 INFO : GL_VERSION = 4.1 INTEL-16.1.12 2021-05-22 14:03:19.253 T:13883725 INFO : GL_SHADING_LANGUAGE_VERSION = 4.10 2021-05-22 14:03:19.253 T:13883725 INFO : GL_EXTENSIONS = GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier 2021-05-22 14:03:19.754 T:13883725 DEBUG : GetMode looking for suitable mode with 1440 x 900 @ 60.000000 Hz on display 0 2021-05-22 14:03:19.754 T:13883725 DEBUG : GetMode found a match! 2021-05-22 14:03:20.153 T:13883816 WARNING : DARWINOSX: underflow (0 vs 4096 bytes) 2021-05-22 14:03:20.447 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:20.447 T:13883725 INFO : GL: Maximum texture width: 16384 2021-05-22 14:03:20.524 T:13883816 WARNING : DARWINOSX: underflow (0 vs 4096 bytes) 2021-05-22 14:03:20.937 T:13883725 INFO : GL: Maximum texture width: 16384 2021-05-22 14:03:20.937 T:13883725 DEBUG : guilib: Fill viewport on change for solving rendering passes 2021-05-22 14:03:20.952 T:13883725 DEBUG : ffmpeg[(nil)X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:03:21.244 T:13883816 WARNING : DARWINOSX: underflow (0 vs 4096 bytes) 2021-05-22 14:03:21.956 T:13883725 INFO : Skipped 1 duplicate messages.. 2021-05-22 14:03:21.956 T:13883725 INFO : GL: Enabling VSYNC 2021-05-22 14:03:22.052 T:13883725 INFO : load keymapping 2021-05-22 14:03:22.056 T:13883725 INFO : Loading special://xbmc/system/keymaps/appcommand.xml 2021-05-22 14:03:22.057 T:13883725 INFO : Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml 2021-05-22 14:03:22.059 T:13883725 INFO : Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml 2021-05-22 14:03:22.062 T:13883725 INFO : Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml 2021-05-22 14:03:22.063 T:13883725 INFO : Loading special://xbmc/system/keymaps/gamepad.xml 2021-05-22 14:03:22.066 T:13883725 INFO : Loading special://xbmc/system/keymaps/joystick.xml 2021-05-22 14:03:22.070 T:13883725 INFO : Loading special://xbmc/system/keymaps/keyboard.xml 2021-05-22 14:03:22.077 T:13883725 INFO : Loading special://xbmc/system/keymaps/mouse.xml 2021-05-22 14:03:22.078 T:13883725 INFO : Loading special://xbmc/system/keymaps/remote.xml 2021-05-22 14:03:22.084 T:13883725 INFO : Loading special://xbmc/system/keymaps/touchscreen.xml 2021-05-22 14:03:22.091 T:13883725 INFO : GUI format 1440x900, Display Color LCD (69734464): 1440x900 @ 60.00Hz 2021-05-22 14:03:22.091 T:13883725 INFO : CLangInfo: loading resource.language.en_gb language information... 2021-05-22 14:03:22.093 T:13883725 DEBUG : trying to set locale to en_US.UTF-8 2021-05-22 14:03:22.095 T:13883725 INFO : global locale set to en_US.UTF-8 2021-05-22 14:03:22.096 T:13883725 INFO : CLangInfo: loading resource.language.en_gb language strings... 2021-05-22 14:03:22.129 T:13883725 DEBUG : LocalizeStrings: loaded 4136 strings from file resource://resource.language.en_gb/strings.po 2021-05-22 14:03:22.131 T:13883725 DEBUG : LocalizeStrings: loaded 3 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.aac/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.132 T:13883725 DEBUG : LocalizeStrings: loaded 3 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/audioencoder.kodi.builtin.wma/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.134 T:13883725 DEBUG : LocalizeStrings: loaded 18 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/game.controller.default/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.135 T:13883725 DEBUG : LocalizeStrings: loaded 13 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/game.controller.snes/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.137 T:13883725 DEBUG : LocalizeStrings: loaded 17 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.album.universal/resources/language/English/strings.po 2021-05-22 14:03:22.139 T:13883725 DEBUG : LocalizeStrings: loaded 32 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.artists.universal/resources/language/English/strings.po 2021-05-22 14:03:22.147 T:13883725 DEBUG : LocalizeStrings: loaded 17 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.generic.albums/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.150 T:13883725 DEBUG : LocalizeStrings: loaded 15 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.generic.artists/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.153 T:13883725 DEBUG : LocalizeStrings: loaded 9 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/metadata.themoviedb.org/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.155 T:13883725 DEBUG : LocalizeStrings: loaded 16 strings from file /Users/didu/Library/Application Support/Kodi/addons/metadata.themoviedb.org.python/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.157 T:13883725 DEBUG : LocalizeStrings: loaded 13 strings from file /Users/didu/Library/Application Support/Kodi/addons/metadata.tvshows.themoviedb.org/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.158 T:13883725 DEBUG : LocalizeStrings: loaded 31 strings from file /Users/didu/Library/Application Support/Kodi/addons/metadata.tvshows.themoviedb.org.python/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.160 T:13883725 DEBUG : LocalizeStrings: loaded 9 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/peripheral.joystick/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.164 T:13883725 DEBUG : LocalizeStrings: loaded 518 strings from file /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/language/English/strings.po 2021-05-22 14:03:22.172 T:13883725 DEBUG : LocalizeStrings: loaded 3 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/screensaver.xbmc.builtin.dim/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.178 T:13883725 DEBUG : LocalizeStrings: loaded 24 strings from file /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.183 T:13884149 DEBUG : Thread JobWorker start, auto delete: true 2021-05-22 14:03:22.185 T:13884149 DEBUG : Initialize, updating databases... 2021-05-22 14:03:22.186 T:13884149 INFO : Running database version Addons33 2021-05-22 14:03:22.188 T:13884149 INFO : Running database version ViewModes6 2021-05-22 14:03:22.194 T:13884149 INFO : Running database version Textures13 2021-05-22 14:03:22.200 T:13884149 INFO : Running database version MyMusic82 2021-05-22 14:03:22.207 T:13884149 INFO : Running database version MyVideos119 2021-05-22 14:03:22.209 T:13884149 INFO : Running database version TV38 2021-05-22 14:03:22.211 T:13884149 INFO : Running database version Epg13 2021-05-22 14:03:22.212 T:13884149 DEBUG : Initialize, updating databases... DONE 2021-05-22 14:03:22.218 T:13883725 INFO : start dvd mediatype detection 2021-05-22 14:03:22.218 T:13884150 DEBUG : Thread DetectDVDMedia start, auto delete: false 2021-05-22 14:03:22.219 T:13884150 DEBUG : Compiled with libcdio Version 0.20100 2021-05-22 14:03:22.262 T:13883725 INFO : Unloaded skin 2021-05-22 14:03:22.267 T:13883725 INFO : load skin from: /Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/ (version: 3.0.5) 2021-05-22 14:03:22.267 T:13883725 INFO : load fonts for skin... 2021-05-22 14:03:22.272 T:13883725 INFO : Loading skin includes from /Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/xml/includes.xml 2021-05-22 14:03:22.340 T:13883725 INFO : Loading fonts from /Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/xml/Font.xml 2021-05-22 14:03:22.384 T:13883725 DEBUG : LocalizeStrings: loaded 148 strings from file /Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/language/resource.language.en_gb/strings.po 2021-05-22 14:03:22.384 T:13883725 INFO : load new skin... 2021-05-22 14:03:22.384 T:13883725 INFO : Loading custom window XMLs from skin path /Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/xml 2021-05-22 14:03:22.398 T:13883725 DEBUG : Load Skin XML: 13.76ms 2021-05-22 14:03:22.398 T:13883725 INFO : initialize new skin... 2021-05-22 14:03:22.398 T:13883725 DEBUG : guilib: Fill viewport on change for solving rendering passes 2021-05-22 14:03:22.398 T:13883725 INFO : Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.409 T:13883725 DEBUG : OpenBundle - Opened bundle /Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.estuary/media/Textures.xbt 2021-05-22 14:03:22.409 T:13883725 INFO : Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.412 T:13883725 INFO : Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.415 T:13883725 INFO : Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.418 T:13883725 INFO : Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.423 T:13883725 INFO : Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.426 T:13883725 INFO : Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.459 T:13883725 INFO : Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT 2021-05-22 14:03:22.478 T:13883725 INFO : Loading resource://resource.uisounds.kodi/sounds.xml 2021-05-22 14:03:22.507 T:13883725 INFO : skin loaded... 2021-05-22 14:03:22.507 T:13883725 DEBUG : Activating window ID: 12997 2021-05-22 14:03:22.507 T:13883725 DEBUG : ------ Window Init () ------ 2021-05-22 14:03:22.508 T:13883725 DEBUG : Activating window ID: 12999 2021-05-22 14:03:22.508 T:13883725 DEBUG : ------ Window Init (Startup.xml) ------ 2021-05-22 14:03:22.508 T:13883725 INFO : Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME 2021-05-22 14:03:22.509 T:13883725 DEBUG : Activating window ID: 10000 2021-05-22 14:03:22.510 T:13883725 DEBUG : ------ Window Deinit (Startup.xml) ------ 2021-05-22 14:03:22.510 T:13883725 DEBUG : ------ Window Init (Home.xml) ------ 2021-05-22 14:03:22.510 T:13883725 INFO : Loading skin file: Home.xml, load type: KEEP_IN_MEMORY 2021-05-22 14:03:22.647 T:13883725 DEBUG : CDirectoryProvider[addons://]: refreshing.. 2021-05-22 14:03:22.648 T:13883725 DEBUG : CDirectoryProvider[addons://sources/video/]: refreshing.. 2021-05-22 14:03:22.648 T:13884170 DEBUG : Thread JobWorker start, auto delete: true 2021-05-22 14:03:22.648 T:13883725 DEBUG : CDirectoryProvider[addons://sources/audio/]: refreshing.. 2021-05-22 14:03:22.648 T:13884171 DEBUG : Thread JobWorker start, auto delete: true 2021-05-22 14:03:22.648 T:13883725 DEBUG : CDirectoryProvider[addons://sources/game/]: refreshing.. 2021-05-22 14:03:22.648 T:13883725 DEBUG : CDirectoryProvider[addons://sources/executable/]: refreshing.. 2021-05-22 14:03:22.649 T:13883725 DEBUG : CDirectoryProvider[addons://sources/image/]: refreshing.. 2021-05-22 14:03:22.649 T:13883725 DEBUG : CDirectoryProvider[library://video/]: refreshing.. 2021-05-22 14:03:22.649 T:13884149 DEBUG : CAddonDatabase: SELECT repo.id FROM repo .. took 0 ms 2021-05-22 14:03:22.649 T:13883725 DEBUG : CDirectoryProvider[sources://video/]: refreshing.. 2021-05-22 14:03:22.649 T:13883725 DEBUG : CDirectoryProvider[special://videoplaylists/]: refreshing.. 2021-05-22 14:03:22.649 T:13883725 DEBUG : CDirectoryProvider[favourites://]: refreshing.. 2021-05-22 14:03:22.650 T:13883725 DEBUG : CDirectoryProvider[sources://pictures/]: refreshing.. 2021-05-22 14:03:22.650 T:13883725 DEBUG : CDirectoryProvider[addons://sources/game/]: refreshing.. 2021-05-22 14:03:22.661 T:13884149 DEBUG : CAddonDatabase: query SELECT addons.*, repo.addonID AS repoID FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon JOIN repo ON repo.id=addonlinkrepo.idRepo WHERE addonlinkrepo.idRepo IN (1) ORDER BY repo.addonID, addons.addonID returned 819 rows in 10 ms 2021-05-22 14:03:22.900 T:13884149 DEBUG : CAddonDatabase::GetAddons took 251 ms 2021-05-22 14:03:22.923 T:13884149 DEBUG : ADDONS: repo: repository.xbmc.org - 818 addon(s) loaded 2021-05-22 14:03:22.937 T:13884149 DEBUG : CAddonRepos::BuildUpdateOrOutdatedList: Building update list from installed add-ons 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = audioencoder.kodi.builtin.aac / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = audioencoder.kodi.builtin.wma / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = game.controller.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.9 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = game.controller.snes / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.9 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.album.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.1.4 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.artists.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 4.3.3 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.common.allmusic.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.2 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.common.fanart.tv / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.6.3 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.common.imdb.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.1.6 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.common.musicbrainz.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.2.4 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.common.theaudiodb.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.3 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.common.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.14 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.generic.albums / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.generic.artists / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14 2021-05-22 14:03:22.938 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.local / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 5.2.6 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.3.2+matrix.1 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.tvshows.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.5.13 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = metadata.tvshows.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.4.5 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = peripheral.joystick / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.7.1 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = plugin.video.elementum / Origin = / Version = 0.1.77 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = repository.xbmc.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.5 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = resource.images.weathericons.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.1.9 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = resource.language.en_gb / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.2 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = resource.uisounds.kodi / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = screensaver.xbmc.builtin.black / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.34 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = screensaver.xbmc.builtin.dim / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.64 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = script.module.kodi-six / Origin = repository.xbmc.org / Version = 0.1.3.1 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = script.module.pil / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 5.1.0 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = script.module.pycryptodome / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.4.3 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = service.xbmc.versioncheck / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 0.5.19+matrix.1 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = skin.estouchy / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.0.6 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = skin.estuary / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.0.5 2021-05-22 14:03:22.939 T:13884149 DEBUG : ADDONS: update check: addonID = webinterface.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 19.x-2.4.8 2021-05-22 14:03:22.940 T:13884149 DEBUG : CAddonMgr::GetAvailableUpdatesOrOutdatedAddons took 291 ms 2021-05-22 14:03:22.952 T:13884149 DEBUG : CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/) 2021-05-22 14:03:22.953 T:13884149 DEBUG : Getting Directory (special://profile/playlists/video) 2021-05-22 14:03:22.954 T:13884149 DEBUG : Getting Directory (special://profile/playlists/mixed) 2021-05-22 14:03:22.955 T:13884149 DEBUG : CMultiPathDirectory::MergeItems, items = 0 2021-05-22 14:03:22.961 T:13884170 DEBUG : CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update 2021-05-22 14:03:22.967 T:13884170 DEBUG : GetRecentlyAddedAlbumSongs() query: SELECT songview.*, songartistview.* FROM (SELECT idAlbum, dateAdded FROM album ORDER BY dateAdded DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY recentalbums.dateAdded DESC, songview.idAlbum DESC, songview.idSong, songartistview.idRole, songartistview.iOrder 2021-05-22 14:03:22.968 T:13884170 DEBUG : GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY dateAdded DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY dateAdded DESC, albumview.idAlbum desc, albumartistview.iOrder 2021-05-22 14:03:22.970 T:13884170 DEBUG : CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update 2021-05-22 14:03:22.981 T:13884170 DEBUG : CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update 2021-05-22 14:03:22.987 T:13883725 DEBUG : JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting 2021-05-22 14:03:22.988 T:13883725 WARNING : JSONRPC: Could not parse type "Setting.Details.SettingList" 2021-05-22 14:03:22.988 T:13883725 INFO : JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting") 2021-05-22 14:03:22.988 T:13883725 INFO : JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting 2021-05-22 14:03:23.041 T:13883725 INFO : JSONRPC v12.3.0: Successfully initialized 2021-05-22 14:03:23.044 T:13883725 DEBUG : LoadMappings - loaded node "Motorola Nyxboard Hybrid" 2021-05-22 14:03:23.044 T:13883725 DEBUG : LoadMappings - loaded node "CEC Adapter" 2021-05-22 14:03:23.044 T:13883725 DEBUG : LoadMappings - loaded node "Pulse-Eight CEC Adapter" 2021-05-22 14:03:23.045 T:13883725 DEBUG : LoadMappings - loaded node "iMON HID device" 2021-05-22 14:03:23.045 T:13883725 DEBUG : LoadMappings - loaded node "WETEK Play remote" 2021-05-22 14:03:23.045 T:13883725 DEBUG : LoadMappings - loaded node "OSMC RF Remote" 2021-05-22 14:03:23.045 T:13883725 DEBUG : LoadMappings - loaded node "" 2021-05-22 14:03:23.060 T:13883725 DEBUG : Add-on bus: Registering add-on peripheral.joystick 2021-05-22 14:03:23.061 T:13883725 DEBUG : PERIPHERAL - CreateAddon - creating peripheral add-on instance 'Joystick Support' 2021-05-22 14:03:23.061 T:13883725 DEBUG : ADDON: Dll Initializing - Joystick Support 2021-05-22 14:03:23.062 T:13883725 DEBUG : SECTION:LoadDLL(/Applications/Kodi.app/Contents/Resources/Kodi/addons/peripheral.joystick/peripheral.joystick.1.7.1.dylib) 2021-05-22 14:03:23.062 T:13883725 DEBUG : Loading: /Applications/Kodi.app/Contents/Resources/Kodi/addons/peripheral.joystick/peripheral.joystick.1.7.1.dylib 2021-05-22 14:03:23.090 T:13883725 DEBUG : AddOnLog: peripheral.joystick: Loaded 14 joystick families with 97 total joysticks 2021-05-22 14:03:23.090 T:13883725 DEBUG : Calling TransferSettings for: Joystick Support 2021-05-22 14:03:23.092 T:13883725 INFO : AddOnLog: peripheral.joystick: Enabling joystick interface "cocoa" 2021-05-22 14:03:23.093 T:13884180 DEBUG : Thread PeripBusCEC start, auto delete: false 2021-05-22 14:03:23.093 T:13884181 DEBUG : Thread PeripBusAddon start, auto delete: false 2021-05-22 14:03:23.094 T:13883725 DEBUG : Initialise - initialised peripheral on 'keyboard' with 1 features and 0 sub devices 2021-05-22 14:03:23.094 T:13883725 INFO : Register - new keyboard device registered on application->keyboard: Keyboard (0000:0000) 2021-05-22 14:03:23.095 T:13883725 DEBUG : Initialise - initialised peripheral on 'mouse' with 1 features and 0 sub devices 2021-05-22 14:03:23.095 T:13883725 INFO : Register - new mouse device registered on application->mouse: Mouse (0000:0000) 2021-05-22 14:03:23.095 T:13884182 DEBUG : Thread PeripEventScan start, auto delete: false 2021-05-22 14:03:23.097 T:13883725 DEBUG : ContextMenuManager: addon menus reloaded. 2021-05-22 14:03:23.097 T:13883725 INFO : Loading player core factory settings from special://xbmc/system/playercorefactory.xml. 2021-05-22 14:03:23.098 T:13883725 DEBUG : CPlayerCoreConfig::: created player VideoPlayer 2021-05-22 14:03:23.098 T:13883725 DEBUG : CPlayerCoreConfig::: created player PAPlayer 2021-05-22 14:03:23.098 T:13883725 DEBUG : CPlayerCoreConfig::: created player RetroPlayer 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: system rules 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: mms/udp 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: lastfm/shout 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: rtmp 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: rtsp 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: streams 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: aacp/sdp 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: mp2 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: dvd 2021-05-22 14:03:23.099 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: discimage 2021-05-22 14:03:23.100 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: sdp/asf 2021-05-22 14:03:23.100 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: nsv 2021-05-22 14:03:23.100 T:13883725 DEBUG : CPlayerSelectionRule::Initialize: creating rule: radio 2021-05-22 14:03:23.100 T:13883725 INFO : Loaded playercorefactory configuration 2021-05-22 14:03:23.100 T:13883725 INFO : Loading player core factory settings from special://masterprofile/playercorefactory.xml. 2021-05-22 14:03:23.101 T:13883725 INFO : special://masterprofile/playercorefactory.xml does not exist. Skipping. 2021-05-22 14:03:23.101 T:13883725 INFO : removing tempfiles 2021-05-22 14:03:23.104 T:13883725 DEBUG : CRepositoryUpdater: closest next update check at 05/23/2021 1:55:40 AM (in 42737 s) 2021-05-22 14:03:23.105 T:13884183 DEBUG : Thread Timer start, auto delete: false 2021-05-22 14:03:23.105 T:13883725 DEBUG : CServiceAddonManager: starting plugin.video.elementum 2021-05-22 14:03:23.106 T:13884184 DEBUG : Thread LanguageInvoker start, auto delete: false 2021-05-22 14:03:23.106 T:13883725 DEBUG : CServiceAddonManager: starting service.xbmc.versioncheck 2021-05-22 14:03:23.106 T:13884184 INFO : initializing python engine. 2021-05-22 14:03:23.106 T:13884184 DEBUG : PYTHONHOME -> /Applications/Kodi.app/Contents/Libraries/ 2021-05-22 14:03:23.106 T:13884185 DEBUG : Thread LanguageInvoker start, auto delete: false 2021-05-22 14:03:23.106 T:13884184 DEBUG : PYTHONPATH -> /Applications/Kodi.app/Contents/Libraries/ 2021-05-22 14:03:23.106 T:13883725 INFO : initialize done 2021-05-22 14:03:23.106 T:13883725 INFO : Running the application... 2021-05-22 14:03:23.108 T:13884185 INFO : initializing python engine. 2021-05-22 14:03:23.109 T:13883725 DEBUG : NetworkMessage - Starting network services 2021-05-22 14:03:23.109 T:13883725 INFO : starting zeroconf publishing 2021-05-22 14:03:23.110 T:13884186 DEBUG : Thread EventServer start, auto delete: false 2021-05-22 14:03:23.110 T:13884186 INFO : ES: Starting UDP Event server on port 9777 2021-05-22 14:03:23.110 T:13884186 INFO : UDP: Listening on port 9777 (ipv6 : false) 2021-05-22 14:03:23.111 T:13884149 DEBUG : CZeroconfDarwin::doPublishService identifier: servers.eventserver type: _xbmc-events._udp name:Kodi (macbook-didu.local) port:9777 2021-05-22 14:03:23.112 T:13883725 INFO : JSONRPC Server: Successfully initialized 2021-05-22 14:03:23.112 T:13884188 DEBUG : Thread TCPServer start, auto delete: false 2021-05-22 14:03:23.114 T:13884170 DEBUG : CZeroconfDarwin::doPublishService identifier: servers.jsonrpc-tpc type: _xbmc-jsonrpc._tcp name:Kodi (macbook-didu.local) port:9090 2021-05-22 14:03:23.117 T:13883725 DEBUG : ffmpeg[(nil)X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:03:23.156 T:13884184 DEBUG : Skipped 1 duplicate messages.. 2021-05-22 14:03:23.155 T:13884184 DEBUG : CPythonInvoker(0, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): start processing 2021-05-22 14:03:23.157 T:13884185 DEBUG : CPythonInvoker(1, /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): start processing 2021-05-22 14:03:23.177 T:13883725 DEBUG : ------ Window Init (Pointer.xml) ------ 2021-05-22 14:03:23.178 T:13883725 DEBUG : ------ Window Init () ------ 2021-05-22 14:03:23.184 T:13883725 DEBUG : CWinSystemOSX::DisplayReconfigured with flags 1 2021-05-22 14:03:23.185 T:13883725 DEBUG : CWinSystemOSX::AnnounceOnLostDevice 2021-05-22 14:03:23.185 T:13884190 DEBUG : Thread Timer start, auto delete: false 2021-05-22 14:03:23.185 T:13883725 DEBUG : CWinSystemOSX::DisplayReconfigured with flags 0 2021-05-22 14:03:23.185 T:13884190 DEBUG : Thread Timer 0x7000098ce000 terminating 2021-05-22 14:03:23.185 T:13883725 DEBUG : CWinSystemOSX::AnnounceOnResetDevice 2021-05-22 14:03:23.233 T:13884185 DEBUG : -->Python Interpreter Initialized<-- 2021-05-22 14:03:23.233 T:13884185 DEBUG : 2021-05-22 14:03:23.233 T:13884185 DEBUG : CPythonInvoker(1, /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): the source file to load is "/Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py" 2021-05-22 14:03:23.233 T:13884185 DEBUG : CPythonInvoker(1, /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): setting the Python path to /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages/setuptools-18.4-py3.8.egg:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages/Pillow-7.1.2-py3.8-macosx-10.14-x86_64.egg:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python38.zip:/Applications/Kodi.app/Contents/Libraries/lib/python3.8:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/lib-dynload 2021-05-22 14:03:23.234 T:13884185 DEBUG : CPythonInvoker(1, /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): entering source directory /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib 2021-05-22 14:03:23.234 T:13884184 DEBUG : -->Python Interpreter Initialized<-- 2021-05-22 14:03:23.234 T:13884184 DEBUG : 2021-05-22 14:03:23.234 T:13884184 DEBUG : CPythonInvoker(0, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): the source file to load is "/Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py" 2021-05-22 14:03:23.234 T:13884184 DEBUG : CPythonInvoker(0, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): setting the Python path to /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum:/Users/didu/Library/Application Support/Kodi/addons/script.module.kodi-six/libs:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages/setuptools-18.4-py3.8.egg:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages/Pillow-7.1.2-py3.8-macosx-10.14-x86_64.egg:/Applications/Kodi.app/Contents/Libraries:/Applications/Kodi.app/Contents/Libraries/lib/python38.zip:/Applications/Kodi.app/Contents/Libraries/lib/python3.8:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/site-packages:/Applications/Kodi.app/Contents/Libraries/lib/python3.8/lib-dynload 2021-05-22 14:03:23.235 T:13884184 DEBUG : CPythonInvoker(0, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): entering source directory /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum 2021-05-22 14:03:23.235 T:13884185 DEBUG : CPythonInvoker(1, /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 3.0.0 of the xbmc.python api 2021-05-22 14:03:23.236 T:13884184 DEBUG : CPythonInvoker(0, /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/service.py): instantiating addon using automatically obtained id of "plugin.video.elementum" dependent on version 0.0.0 of the xbmc.python api 2021-05-22 14:03:23.369 T:13884184 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:03:23.421 T:13884185 DEBUG : Version Check: Version 0.5.19+matrix.1 started 2021-05-22 14:03:23.440 T:13884184 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:03:23.704 T:13884209 WARNING : Skipped 1 duplicate messages.. 2021-05-22 14:03:23.704 T:13884209 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-22 14:03:23.705 T:13884208 WARNING : [plugin.video.elementum] elementum: starting jsonrpc service 2021-05-22 14:03:23.705 T:13884188 DEBUG : JSONRPC Server: New connection detected 2021-05-22 14:03:23.705 T:13884188 INFO : JSONRPC Server: New connection added 2021-05-22 14:03:23.705 T:13884209 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-22 14:03:23.705 T:13884188 INFO : JSONRPC Server: Disconnection detected 2021-05-22 14:03:23.720 T:13884209 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:03:23.785 T:13884209 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-22 14:03:23.785 T:13884209 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-22 14:03:23.785 T:13884209 WARNING : [plugin.video.elementum] Binary dir: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:03:23.786 T:13884209 DEBUG : [plugin.video.elementum] Checking for visible 2021-05-22 14:03:23.787 T:13884209 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'SECURITYSESSIONID': '186a8', 'USER': 'didu', '__CFBundleIdentifier': 'org.xbmc.kodi', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'didu', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.w2ZTd7uRLJ/Listeners', 'SHELL': '/bin/bash', 'HOME': '/Users/didu', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x1', 'LaunchInstanceID': '36178AAE-6C31-4AD6-8DD7-84C674C1D16E', 'TMPDIR': '/var/folders/r7/pc2qmm5s3rqc9jls30dwkyf00000gn/T/', 'XPC_SERVICE_NAME': 'application.org.xbmc.kodi.4799372.4800524', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-22 14:03:24.317 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-22 14:03:24.317 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-05-22 14:03:24.317 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-22 14:03:24.318 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-22 14:03:24.353 T:13884209 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/didu/.kodi/temp/elementum_library , Torrents = /Users/didu/.kodi/temp/elementum_torrents , Storage = 1 2021-05-22 14:03:24.353 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-22 14:03:24.353 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/didu/.kodi/temp/elementum_library 2021-05-22 14:03:24.360 T:13884252 DEBUG : requested setting (auto_adjust_buffer_size) was not found. 2021-05-22 14:03:24.360 T:13884252 DEBUG : requested setting (disable_upload) was not found. 2021-05-22 14:03:24.361 T:13884252 DEBUG : requested setting (use_libtorrent_deadline) was not found. 2021-05-22 14:03:24.361 T:13884252 DEBUG : requested setting (trakt_client_id) was not found. 2021-05-22 14:03:24.361 T:13884252 DEBUG : requested setting (trakt_client_secret) was not found. 2021-05-22 14:03:24.375 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/didu/.kodi/temp/elementum_torrents 2021-05-22 14:03:24.376 T:13884209 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(*runtime._type)(0x511d2e0), concrete:(*runtime._type)(nil), asserted:(*runtime._type)(0x50f2c80), missingMethod:""} 2021-05-22 14:03:24.389 T:13883725 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:03:24.410 T:13883725 DEBUG : ------ Window Init (DialogAddonSettings.xml) ------ 2021-05-22 14:03:24.410 T:13883725 INFO : Loading skin file: DialogAddonSettings.xml, load type: KEEP_IN_MEMORY 2021-05-22 14:03:24.433 T:13883725 DEBUG : ------ Window Init (DialogConfirm.xml) ------ 2021-05-22 14:03:24.434 T:13883725 INFO : Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY 2021-05-22 14:03:26.166 T:13883725 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 14:03:26.370 T:13883725 WARNING : CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running 2021-05-22 14:03:26.428 T:13883725 DEBUG : Skipped 3 duplicate messages.. 2021-05-22 14:03:26.428 T:13883725 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------ 2021-05-22 14:03:27.020 T:13883725 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 14:03:27.263 T:13883725 DEBUG : ------ Window Deinit (DialogAddonSettings.xml) ------ 2021-05-22 14:03:27.278 T:13883725 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:03:27.299 T:13883725 DEBUG : requested setting (label1) was not found. 2021-05-22 14:03:27.299 T:13883725 DEBUG : requested setting (label15) was not found. 2021-05-22 14:03:27.299 T:13883725 DEBUG : requested setting (label18) was not found. 2021-05-22 14:03:27.299 T:13883725 DEBUG : requested setting (label19) was not found. 2021-05-22 14:03:27.299 T:13883725 DEBUG : requested setting (label2) was not found. 2021-05-22 14:03:27.299 T:13883725 DEBUG : requested setting (label22) was not found. 2021-05-22 14:03:27.300 T:13883725 DEBUG : requested setting (label23) was not found. 2021-05-22 14:03:27.300 T:13883725 DEBUG : requested setting (label3) was not found. 2021-05-22 14:03:27.300 T:13883725 DEBUG : requested setting (label4) was not found. 2021-05-22 14:03:27.300 T:13883725 DEBUG : requested setting (label5) was not found. 2021-05-22 14:03:27.300 T:13883725 DEBUG : requested setting (label6) was not found. 2021-05-22 14:03:27.300 T:13883725 DEBUG : requested setting (label7) was not found. 2021-05-22 14:03:27.332 T:13884184 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:03:28.446 T:13884185 DEBUG : Version Check: Version installed {'major': 19, 'minor': 1, 'revision': '20210508-85e05228b4', 'tag': 'stable'} 2021-05-22 14:03:28.447 T:13884185 DEBUG : Version Check: Version available {'major': '19', 'minor': '1', 'tag': 'stable', 'tagversion': '', 'revision': '20210508-85e05228b4', 'extrainfo': 'final', 'addon_support': 'yes'} 2021-05-22 14:03:28.448 T:13884185 DEBUG : Version Check: There is no newer stable available 2021-05-22 14:03:28.448 T:13884185 INFO : CPythonInvoker(1, /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py): script successfully run 2021-05-22 14:03:28.448 T:13884185 DEBUG : onExecutionDone(1, /Users/didu/Library/Application Support/Kodi/addons/service.xbmc.versioncheck/resources/lib/runner.py) 2021-05-22 14:03:28.478 T:13884185 INFO : Python interpreter stopped 2021-05-22 14:03:28.478 T:13884185 DEBUG : Thread LanguageInvoker 0x7000096c2000 terminating 2021-05-22 14:03:29.459 T:13884209 WARNING : [plugin.video.elementum] 2021-05-22 14:03:29.461 T:13884209 WARNING : [plugin.video.elementum] System information: darwin_x64 2021-05-22 14:03:29.461 T:13884209 WARNING : [plugin.video.elementum] Kodi build version: 19.1 (19.1.0) Git:20210508-85e05228b4 2021-05-22 14:03:29.461 T:13884209 WARNING : [plugin.video.elementum] OS type: Darwin 2021-05-22 14:03:29.462 T:13884209 WARNING : [plugin.video.elementum] uname: uname_result(system='Darwin', node='macbook-didu.local', release='20.3.0', version='Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64', machine='x86_64', processor='i386') 2021-05-22 14:03:29.504 T:13883725 DEBUG : ------ Window Init (DialogNotification.xml) ------ 2021-05-22 14:03:33.250 T:13883725 DEBUG : ------ Window Deinit (DialogNotification.xml) ------ 2021-05-22 14:03:34.465 T:13884209 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-22 14:03:34.466 T:13884188 DEBUG : JSONRPC Server: New connection detected 2021-05-22 14:03:34.466 T:13884188 INFO : JSONRPC Server: New connection added 2021-05-22 14:03:34.466 T:13884209 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-22 14:03:34.466 T:13884188 INFO : JSONRPC Server: Disconnection detected 2021-05-22 14:03:34.472 T:13884209 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:03:34.473 T:13884209 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-22 14:03:34.474 T:13884209 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-22 14:03:34.475 T:13884209 WARNING : [plugin.video.elementum] Binary dir: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:03:34.476 T:13884209 DEBUG : [plugin.video.elementum] Checking for visible 2021-05-22 14:03:34.488 T:13884209 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'SECURITYSESSIONID': '186a8', 'USER': 'didu', '__CFBundleIdentifier': 'org.xbmc.kodi', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'didu', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.w2ZTd7uRLJ/Listeners', 'SHELL': '/bin/bash', 'HOME': '/Users/didu', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x1', 'LaunchInstanceID': '36178AAE-6C31-4AD6-8DD7-84C674C1D16E', 'TMPDIR': '/var/folders/r7/pc2qmm5s3rqc9jls30dwkyf00000gn/T/', 'XPC_SERVICE_NAME': 'application.org.xbmc.kodi.4799372.4800524', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-22 14:03:34.887 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-22 14:03:34.887 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-05-22 14:03:34.907 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-22 14:03:34.907 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-22 14:03:34.908 T:13884209 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/didu/.kodi/temp/elementum_library , Torrents = /Users/didu/.kodi/temp/elementum_torrents , Storage = 1 2021-05-22 14:03:34.911 T:13884528 DEBUG : requested setting (auto_adjust_buffer_size) was not found. 2021-05-22 14:03:34.912 T:13884528 DEBUG : requested setting (disable_upload) was not found. 2021-05-22 14:03:34.912 T:13884528 DEBUG : requested setting (use_libtorrent_deadline) was not found. 2021-05-22 14:03:34.912 T:13884528 DEBUG : requested setting (trakt_client_id) was not found. 2021-05-22 14:03:34.912 T:13884528 DEBUG : requested setting (trakt_client_secret) was not found. 2021-05-22 14:03:34.923 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-22 14:03:34.924 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/didu/.kodi/temp/elementum_library 2021-05-22 14:03:34.924 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/didu/.kodi/temp/elementum_torrents 2021-05-22 14:03:34.924 T:13884209 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(*runtime._type)(0x511d2e0), concrete:(*runtime._type)(nil), asserted:(*runtime._type)(0x50f2c80), missingMethod:""} 2021-05-22 14:03:34.971 T:13883725 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:03:34.994 T:13883725 DEBUG : ------ Window Init (DialogAddonSettings.xml) ------ 2021-05-22 14:03:35.006 T:13883725 DEBUG : ------ Window Init (DialogConfirm.xml) ------ 2021-05-22 14:03:35.474 T:13883725 DEBUG : ------ Window Deinit (Pointer.xml) ------ 2021-05-22 14:03:35.870 T:13883725 DEBUG : ------ Window Init (Pointer.xml) ------ 2021-05-22 14:03:36.788 T:13883725 DEBUG : ------ Window Deinit (Pointer.xml) ------ 2021-05-22 14:03:40.106 T:13883725 DEBUG : ------ Window Init (Pointer.xml) ------ 2021-05-22 14:03:41.222 T:13883725 DEBUG : ------ Window Deinit (Pointer.xml) ------ 2021-05-22 14:03:53.323 T:13884171 DEBUG : Thread JobWorker 0x70000932d000 terminating (autodelete) 2021-05-22 14:03:53.323 T:13884170 DEBUG : Thread JobWorker 0x7000092aa000 terminating (autodelete) 2021-05-22 14:03:53.323 T:13884149 DEBUG : Thread JobWorker 0x7000091a4000 terminating (autodelete) 2021-05-22 14:03:58.024 T:13883725 DEBUG : ------ Window Init (Pointer.xml) ------ 2021-05-22 14:03:58.246 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x001b, modifier: 0x0 2021-05-22 14:03:58.342 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x0000, modifier: 0x0 2021-05-22 14:03:58.342 T:13883725 DEBUG : HandleKey: escape (0xf01b) pressed, action is PreviousMenu 2021-05-22 14:03:58.350 T:13883725 DEBUG : ------ Window Deinit (Pointer.xml) ------ 2021-05-22 14:03:58.605 T:13883725 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------ 2021-05-22 14:03:58.752 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x001b, modifier: 0x0 2021-05-22 14:03:58.849 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x0000, modifier: 0x0 2021-05-22 14:03:58.850 T:13883725 DEBUG : HandleKey: escape (0xf01b) pressed, action is PreviousMenu 2021-05-22 14:03:59.096 T:13883725 DEBUG : ------ Window Deinit (DialogAddonSettings.xml) ------ 2021-05-22 14:03:59.103 T:13885463 DEBUG : Thread JobWorker start, auto delete: true 2021-05-22 14:03:59.107 T:13885463 DEBUG : ffmpeg[0x7fd03e4f0160X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:03:59.117 T:13883725 DEBUG : ------ Window Init (Pointer.xml) ------ 2021-05-22 14:04:01.626 T:13884209 WARNING : [plugin.video.elementum] 2021-05-22 14:04:01.627 T:13884209 WARNING : [plugin.video.elementum] System information: darwin_x64 2021-05-22 14:04:01.628 T:13884209 WARNING : [plugin.video.elementum] Kodi build version: 19.1 (19.1.0) Git:20210508-85e05228b4 2021-05-22 14:04:01.628 T:13884209 WARNING : [plugin.video.elementum] OS type: Darwin 2021-05-22 14:04:01.628 T:13884209 WARNING : [plugin.video.elementum] uname: uname_result(system='Darwin', node='macbook-didu.local', release='20.3.0', version='Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64', machine='x86_64', processor='i386') 2021-05-22 14:04:01.671 T:13883725 DEBUG : ------ Window Init (DialogNotification.xml) ------ 2021-05-22 14:04:02.396 T:13885463 DEBUG : ffmpeg[0x7fd03e4f0160X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:04:05.405 T:13883725 DEBUG : Skipped 1 duplicate messages.. 2021-05-22 14:04:05.405 T:13883725 DEBUG : ------ Window Deinit (DialogNotification.xml) ------ 2021-05-22 14:04:06.481 T:13883725 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 14:04:06.482 T:13883725 DEBUG : Activating window ID: 10040 2021-05-22 14:04:06.631 T:13884209 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-22 14:04:06.632 T:13884188 DEBUG : JSONRPC Server: New connection detected 2021-05-22 14:04:06.632 T:13884209 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-22 14:04:06.632 T:13884188 INFO : JSONRPC Server: New connection added 2021-05-22 14:04:06.632 T:13884188 INFO : JSONRPC Server: Disconnection detected 2021-05-22 14:04:06.789 T:13883725 DEBUG : ------ Window Deinit (Home.xml) ------ 2021-05-22 14:04:06.790 T:13883725 DEBUG : FreeVisualisation() done 2021-05-22 14:04:06.800 T:13883725 DEBUG : ------ Window Init (AddonBrowser.xml) ------ 2021-05-22 14:04:06.800 T:13883725 INFO : Loading skin file: AddonBrowser.xml, load type: KEEP_IN_MEMORY 2021-05-22 14:04:06.865 T:13883725 DEBUG : CGUIMediaWindow::GetDirectory (addons://user/) 2021-05-22 14:04:06.865 T:13883725 DEBUG : ParentPath = [] 2021-05-22 14:04:06.870 T:13885679 DEBUG : Thread BackgroundLoader start, auto delete: false 2021-05-22 14:04:06.872 T:13885679 DEBUG : Thread BackgroundLoader 0x70000901b000 terminating 2021-05-22 14:04:06.875 T:13884209 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:04:06.875 T:13884209 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-22 14:04:06.876 T:13884209 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-22 14:04:06.876 T:13884209 WARNING : [plugin.video.elementum] Binary dir: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:04:06.876 T:13884209 DEBUG : [plugin.video.elementum] Checking for visible 2021-05-22 14:04:06.876 T:13884209 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'SECURITYSESSIONID': '186a8', 'USER': 'didu', '__CFBundleIdentifier': 'org.xbmc.kodi', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'didu', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.w2ZTd7uRLJ/Listeners', 'SHELL': '/bin/bash', 'HOME': '/Users/didu', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x1', 'LaunchInstanceID': '36178AAE-6C31-4AD6-8DD7-84C674C1D16E', 'TMPDIR': '/var/folders/r7/pc2qmm5s3rqc9jls30dwkyf00000gn/T/', 'XPC_SERVICE_NAME': 'application.org.xbmc.kodi.4799372.4800524', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-22 14:04:07.354 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-22 14:04:07.356 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-05-22 14:04:07.356 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-22 14:04:07.356 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-22 14:04:07.375 T:13884209 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/didu/.kodi/temp/elementum_library , Torrents = /Users/didu/.kodi/temp/elementum_torrents , Storage = 1 2021-05-22 14:04:07.375 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-22 14:04:07.375 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/didu/.kodi/temp/elementum_library 2021-05-22 14:04:07.376 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/didu/.kodi/temp/elementum_torrents 2021-05-22 14:04:07.380 T:13885721 DEBUG : requested setting (auto_adjust_buffer_size) was not found. 2021-05-22 14:04:07.380 T:13885721 DEBUG : requested setting (disable_upload) was not found. 2021-05-22 14:04:07.380 T:13885721 DEBUG : requested setting (use_libtorrent_deadline) was not found. 2021-05-22 14:04:07.381 T:13885721 DEBUG : requested setting (trakt_client_id) was not found. 2021-05-22 14:04:07.381 T:13885721 DEBUG : requested setting (trakt_client_secret) was not found. 2021-05-22 14:04:07.391 T:13884209 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(*runtime._type)(0x511d2e0), concrete:(*runtime._type)(nil), asserted:(*runtime._type)(0x50f2c80), missingMethod:""} 2021-05-22 14:04:07.423 T:13883725 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:04:07.446 T:13883725 DEBUG : ------ Window Init (DialogAddonSettings.xml) ------ 2021-05-22 14:04:07.459 T:13883725 DEBUG : ------ Window Init (DialogConfirm.xml) ------ 2021-05-22 14:04:08.153 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x001b, modifier: 0x0 2021-05-22 14:04:08.254 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x0000, modifier: 0x0 2021-05-22 14:04:08.254 T:13883725 DEBUG : HandleKey: escape (0xf01b) pressed, action is PreviousMenu 2021-05-22 14:04:08.257 T:13883725 DEBUG : ------ Window Deinit (Pointer.xml) ------ 2021-05-22 14:04:08.320 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x001b, modifier: 0x0 2021-05-22 14:04:08.405 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x0000, modifier: 0x0 2021-05-22 14:04:08.405 T:13883725 DEBUG : HandleKey: escape (0xf01b) pressed, action is PreviousMenu 2021-05-22 14:04:08.405 T:13883725 WARNING : CGUIWindowManager - HandleAction - ignoring action 10, because topmost modal dialog closing animation is running 2021-05-22 14:04:08.496 T:13883725 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------ 2021-05-22 14:04:08.782 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x001b, modifier: 0x0 2021-05-22 14:04:08.829 T:13883725 DEBUG : Keyboard: scancode: 0x35, sym: 0x27, unicode: 0x0000, modifier: 0x0 2021-05-22 14:04:08.829 T:13883725 DEBUG : HandleKey: escape (0xf01b) pressed, action is PreviousMenu 2021-05-22 14:04:09.086 T:13883725 DEBUG : ------ Window Deinit (DialogAddonSettings.xml) ------ 2021-05-22 14:04:09.246 T:13883725 DEBUG : ------ Window Init (Pointer.xml) ------ 2021-05-22 14:04:09.607 T:13883725 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 14:04:09.609 T:13883725 DEBUG : CGUIMediaWindow::GetDirectory (addons://user/all) 2021-05-22 14:04:09.609 T:13883725 DEBUG : ParentPath = [addons://user/] 2021-05-22 14:04:09.609 T:13885750 DEBUG : Thread waiting start, auto delete: false 2021-05-22 14:04:09.612 T:13885750 DEBUG : CAddonDatabase: SELECT repo.id FROM repo .. took 1 ms 2021-05-22 14:04:09.620 T:13885750 DEBUG : CAddonDatabase: query SELECT addons.*, repo.addonID AS repoID FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon JOIN repo ON repo.id=addonlinkrepo.idRepo WHERE addonlinkrepo.idRepo IN (1) ORDER BY repo.addonID, addons.addonID returned 819 rows in 8 ms 2021-05-22 14:04:09.710 T:13883725 DEBUG : ------ Window Init (DialogBusy.xml) ------ 2021-05-22 14:04:09.995 T:13885750 DEBUG : CAddonDatabase::GetAddons took 384 ms 2021-05-22 14:04:10.032 T:13885750 DEBUG : ADDONS: repo: repository.xbmc.org - 818 addon(s) loaded 2021-05-22 14:04:10.052 T:13885750 DEBUG : CAddonRepos::BuildAddonsWithUpdateList: Building combined addons-with-update map from installed add-ons 2021-05-22 14:04:10.052 T:13885750 DEBUG : ADDONS: update check: addonID = audioencoder.kodi.builtin.aac / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2 2021-05-22 14:04:10.052 T:13885750 DEBUG : ADDONS: update check: addonID = audioencoder.kodi.builtin.wma / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2 2021-05-22 14:04:10.052 T:13885750 DEBUG : ADDONS: update check: addonID = game.controller.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.9 2021-05-22 14:04:10.052 T:13885750 DEBUG : ADDONS: update check: addonID = game.controller.snes / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.9 2021-05-22 14:04:10.052 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.album.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.1.4 2021-05-22 14:04:10.053 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.artists.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 4.3.3 2021-05-22 14:04:10.053 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.common.allmusic.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.2 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.common.fanart.tv / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.6.3 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.common.imdb.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.1.6 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.common.musicbrainz.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.2.4 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.common.theaudiodb.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.3 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.common.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.14 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.generic.albums / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.generic.artists / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.local / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 5.2.6 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.3.2+matrix.1 2021-05-22 14:04:10.054 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.tvshows.themoviedb.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.5.13 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = metadata.tvshows.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.4.5 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = peripheral.joystick / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.7.1 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = plugin.video.elementum / Origin = / Version = 0.1.77 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = repository.xbmc.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.5 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = resource.images.weathericons.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.1.9 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = resource.language.en_gb / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.2 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = resource.uisounds.kodi / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = screensaver.xbmc.builtin.black / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.34 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = screensaver.xbmc.builtin.dim / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.64 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = script.module.kodi-six / Origin = repository.xbmc.org / Version = 0.1.3.1 2021-05-22 14:04:10.055 T:13885750 DEBUG : ADDONS: update check: addonID = script.module.pil / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 5.1.0 2021-05-22 14:04:10.056 T:13885750 DEBUG : ADDONS: update check: addonID = script.module.pycryptodome / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.4.3 2021-05-22 14:04:10.056 T:13885750 DEBUG : ADDONS: update check: addonID = service.xbmc.versioncheck / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 0.5.19+matrix.1 2021-05-22 14:04:10.056 T:13885750 DEBUG : ADDONS: update check: addonID = skin.estouchy / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.0.6 2021-05-22 14:04:10.056 T:13885750 DEBUG : ADDONS: update check: addonID = skin.estuary / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.0.5 2021-05-22 14:04:10.056 T:13885750 DEBUG : ADDONS: update check: addonID = webinterface.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 19.x-2.4.8 2021-05-22 14:04:10.056 T:13885750 DEBUG : CAddonMgr::GetAddonsWithAvailableUpdate took 445 ms 2021-05-22 14:04:10.069 T:13885750 DEBUG : Thread waiting 0x700008afd000 terminating 2021-05-22 14:04:10.077 T:13883725 DEBUG : ------ Window Deinit (DialogBusy.xml) ------ 2021-05-22 14:04:10.083 T:13885897 DEBUG : Thread BackgroundLoader start, auto delete: false 2021-05-22 14:04:10.098 T:13885897 DEBUG : Thread BackgroundLoader 0x700008afd000 terminating 2021-05-22 14:04:10.198 T:13885463 DEBUG : ffmpeg[0x7fd03e4f0160X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:04:11.493 T:13883725 DEBUG : Skipped 5 duplicate messages.. 2021-05-22 14:04:11.493 T:13883725 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 14:04:11.494 T:13883725 DEBUG : ------ Window Init (DialogAddonInfo.xml) ------ 2021-05-22 14:04:11.494 T:13883725 INFO : Loading skin file: DialogAddonInfo.xml, load type: KEEP_IN_MEMORY 2021-05-22 14:04:11.519 T:13883725 DEBUG : ADDONS: update check: addonID = plugin.video.elementum / Origin = / Version = 0.1.77 2021-05-22 14:04:11.519 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon plugin.video.elementum is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:11.520 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon repository.elementum is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:11.520 T:13883725 DEBUG : ADDONS: repo: repository.xbmc.org - 1 addon(s) loaded 2021-05-22 14:04:11.520 T:13883725 DEBUG : ADDONS: update check: addonID = script.module.kodi-six / Origin = repository.xbmc.org / Version = 0.1.3.1 2021-05-22 14:04:11.520 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon script.module.kodi-six is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:11.521 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon repository.elementum is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:11.522 T:13883725 DEBUG : ADDONS: repo: repository.xbmc.org - 1 addon(s) loaded 2021-05-22 14:04:11.523 T:13883725 DEBUG : ADDONS: update check: addonID = script.module.kodi-six / Origin = repository.xbmc.org / Version = 0.1.3.1 2021-05-22 14:04:11.523 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon script.module.kodi-six is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:11.525 T:13883725 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:04:11.544 T:13884209 WARNING : [plugin.video.elementum] 2021-05-22 14:04:11.544 T:13884209 WARNING : [plugin.video.elementum] System information: darwin_x64 2021-05-22 14:04:11.544 T:13884209 WARNING : [plugin.video.elementum] Kodi build version: 19.1 (19.1.0) Git:20210508-85e05228b4 2021-05-22 14:04:11.544 T:13884209 WARNING : [plugin.video.elementum] OS type: Darwin 2021-05-22 14:04:11.544 T:13884209 WARNING : [plugin.video.elementum] uname: uname_result(system='Darwin', node='macbook-didu.local', release='20.3.0', version='Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64', machine='x86_64', processor='i386') 2021-05-22 14:04:11.549 T:13885927 DEBUG : Thread JobWorker start, auto delete: true 2021-05-22 14:04:11.550 T:13885463 DEBUG : Skipped 1 duplicate messages.. 2021-05-22 14:04:11.550 T:13885463 DEBUG : ffmpeg[0x7fd03e4f0160X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:04:11.551 T:13885927 DEBUG : ffmpeg[0x7fd042c7e040X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:04:11.553 T:13885928 DEBUG : ffmpeg[0x7fd042c7f100X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format. 2021-05-22 14:04:11.567 T:13883725 DEBUG : ------ Window Deinit (DialogAddonInfo.xml) ------ 2021-05-22 14:04:11.568 T:13883725 DEBUG : ------ Window Init (DialogNotification.xml) ------ 2021-05-22 14:04:13.115 T:13883725 DEBUG : ProcessMouse: trying mouse action leftclick 2021-05-22 14:04:13.117 T:13883725 DEBUG : ------ Window Init (DialogAddonInfo.xml) ------ 2021-05-22 14:04:13.123 T:13883725 DEBUG : ADDONS: update check: addonID = plugin.video.elementum / Origin = / Version = 0.1.77 2021-05-22 14:04:13.123 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon plugin.video.elementum is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:13.123 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon repository.elementum is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:13.124 T:13883725 DEBUG : ADDONS: repo: repository.xbmc.org - 1 addon(s) loaded 2021-05-22 14:04:13.124 T:13883725 DEBUG : ADDONS: update check: addonID = script.module.kodi-six / Origin = repository.xbmc.org / Version = 0.1.3.1 2021-05-22 14:04:13.124 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon script.module.kodi-six is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:13.125 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon repository.elementum is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:13.126 T:13883725 DEBUG : ADDONS: repo: repository.xbmc.org - 1 addon(s) loaded 2021-05-22 14:04:13.126 T:13883725 DEBUG : ADDONS: update check: addonID = script.module.kodi-six / Origin = repository.xbmc.org / Version = 0.1.3.1 2021-05-22 14:04:13.126 T:13883725 DEBUG : CAddonMgr::FindInstallableById: addon script.module.kodi-six is up-to-date or not installed. falling back to get latest version from all repos 2021-05-22 14:04:13.129 T:13883725 DEBUG : trying to load setting definitions from old format... 2021-05-22 14:04:15.313 T:13883725 DEBUG : ------ Window Deinit (DialogNotification.xml) ------ 2021-05-22 14:04:16.549 T:13884209 WARNING : [plugin.video.elementum] elementumd: starting elementumd 2021-05-22 14:04:16.549 T:13884188 DEBUG : JSONRPC Server: New connection detected 2021-05-22 14:04:16.550 T:13884188 INFO : JSONRPC Server: New connection added 2021-05-22 14:04:16.550 T:13884209 WARNING : [plugin.video.elementum] Kodi's JSON-RPC service is available, starting up... 2021-05-22 14:04:16.550 T:13884188 INFO : JSONRPC Server: Disconnection detected 2021-05-22 14:04:16.558 T:13884209 WARNING : [plugin.video.elementum] Binary detection. Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:04:16.559 T:13884209 WARNING : [plugin.video.elementum] Deleting stale files set() 2021-05-22 14:04:16.559 T:13884209 WARNING : [plugin.video.elementum] Binary detection: [ Source: /Users/didu/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum, Destination: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum ] 2021-05-22 14:04:16.559 T:13884209 WARNING : [plugin.video.elementum] Binary dir: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64, item: /Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum 2021-05-22 14:04:16.560 T:13884209 DEBUG : [plugin.video.elementum] Checking for visible 2021-05-22 14:04:16.591 T:13884209 WARNING : [plugin.video.elementum] elementumd: start args: ['/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64/elementum'], kw: {'stdout': -1, 'stderr': -2, 'cwd': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64', 'env': {'SECURITYSESSIONID': '186a8', 'USER': 'didu', '__CFBundleIdentifier': 'org.xbmc.kodi', 'COMMAND_MODE': 'unix2003', 'LOGNAME': 'didu', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.w2ZTd7uRLJ/Listeners', 'SHELL': '/bin/bash', 'HOME': '/Users/didu', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x1', 'LaunchInstanceID': '36178AAE-6C31-4AD6-8DD7-84C674C1D16E', 'TMPDIR': '/var/folders/r7/pc2qmm5s3rqc9jls30dwkyf00000gn/T/', 'XPC_SERVICE_NAME': 'application.org.xbmc.kodi.4799372.4800524', 'XPC_FLAGS': '0x0', 'SDL_VIDEO_ALLOW_SCREENSAVER': '1', 'KODI_HOME': '/Applications/Kodi.app/Contents/Resources/Kodi', 'SSL_CERT_FILE': '/Applications/Kodi.app/Contents/Resources/Kodi/system/certs/cacert.pem', 'OS': 'OS X', 'PYTHONOPTIMIZE': '1', 'PYTHONHOME': '/Applications/Kodi.app/Contents/Libraries/', 'PYTHONPATH': '/Applications/Kodi.app/Contents/Libraries/', 'LD_LIBRARY_PATH': '/Users/didu/Library/Application Support/Kodi/userdata/addon_data/plugin.video.elementum/bin/darwin_x64:', 'GODEBUG': 'madvdontneed=1'}, 'close_fds': True} 2021-05-22 14:04:17.042 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Starting Elementum daemon 2021-05-22 14:04:17.042 T:13884209 WARNING : [plugin.video.elementum] INFO main ▶ main Version: 0.1.69 LibTorrent: 1.1.14.0 Go: go1.15.8, Threads: 4 2021-05-22 14:04:17.075 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Reloading configuration... 2021-05-22 14:04:17.075 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Setting remote address to 127.0.0.1:65221 2021-05-22 14:04:17.076 T:13884209 WARNING : [plugin.video.elementum] NOTI config ▶ Reload Paths translated by Kodi: Download = . , Library = /Users/didu/.kodi/temp/elementum_library , Torrents = /Users/didu/.kodi/temp/elementum_torrents , Storage = 1 2021-05-22 14:04:17.082 T:13885994 DEBUG : requested setting (auto_adjust_buffer_size) was not found. 2021-05-22 14:04:17.082 T:13885994 DEBUG : requested setting (disable_upload) was not found. 2021-05-22 14:04:17.082 T:13885994 DEBUG : requested setting (use_libtorrent_deadline) was not found. 2021-05-22 14:04:17.083 T:13885994 DEBUG : requested setting (trakt_client_id) was not found. 2021-05-22 14:04:17.083 T:13885994 DEBUG : requested setting (trakt_client_secret) was not found. 2021-05-22 14:04:17.103 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using download path: . 2021-05-22 14:04:17.104 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using library path: /Users/didu/.kodi/temp/elementum_library 2021-05-22 14:04:17.104 T:13884209 WARNING : [plugin.video.elementum] INFO config ▶ Reload Using torrents path: /Users/didu/.kodi/temp/elementum_torrents 2021-05-22 14:04:17.105 T:13884209 WARNING : [plugin.video.elementum] WARN config ▶ func1 Addon settings not properly set, opening settings window: &runtime.TypeAssertionError{_interface:(*runtime._type)(0x511d2e0), concrete:(*runtime._type)(nil), asserted:(*runtime._type)(0x50f2c80), missingMethod:""} 2021-05-22 14:04:17.111 T:13883725 DEBUG : trying to load setting definitions from old format... ```

When I said I downgraded it, I think I downloaded it from https://github.com/elgatito/elementum-binaries. I did disable auto-update. I am going to try to compile it from https://github.com/elgatito/elementum.

mike-sirs commented 3 years ago

ideally somebody who uses macos should fix macos builds (if it is possible)

@elgatito elgatito/elementum@905e946 any ideas why it happened?

I'll try to dig in it

antonsoroko commented 3 years ago

@diduu

2021-05-22 14:03:18.947 T:13883725 INFO : CAddonMgr::FindAddons: plugin.video.elementum v0.1.77 installed

you have the latest version. you have not downgraded plugin.

so you need to go to plugin info page in kodi, disable auto update for the plugin, download release <77 from https://github.com/elgatito/plugin.video.elementum/releases page for you system (*.darwin_x64.zip i think)

try 76/75/74 for example, starting from 76 please.

edouardazoulai commented 3 years ago

@antonsoroko Version 76 worked, thank you very much.

antonsoroko commented 3 years ago

@shlivk

you also can downgrade to 76 instead of 74.

antonsoroko commented 3 years ago

@mike-sirs then you might find this info useful (about building elementum) https://github.com/elgatito/plugin.video.elementum/issues/712

elgatito commented 3 years ago

@antonsoroko

any ideas why it happened?

As the comment says, it could not build elementum due to errors with cgo compilation. Maybe I will try to restore it in the next version.

antonsoroko commented 3 years ago

As the comment says, it could not build elementum due to errors with cgo compilation.

i meant a extra info behind this comment (e.g. what led to these errors) ;-)

currently it gives me for libtorrent-go: libtorrent_wrap.cxx:37353:7: warning: delete called on 'libtorrent::fileop' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor] which is just a warning, not sure if it was there before, and for elementum itself:

# github.com/elgatito/elementum
/usr/osxcross/go/pkg/tool/linux_amd64/link: running /usr/osxcross/bin/x86_64-apple-darwin15-clang failed: exit status 1
Undefined symbols for architecture x86_64:
"_clock_gettime", referenced from:
_runtime.walltime_trampoline in go.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

which is a bummer :-(

btw, we can try to update macos SDK to 10.14 like here https://github.com/elastic/golang-crossbuild/pull/87/files

ideally i guess someone who uses macos can prepare and upload really new version of SDK using https://github.com/tpoechtrager/osxcross

elgatito commented 3 years ago

@antonsoroko I have already updated libtorrent-go / cross-compiler images for darwinx-64. It has successfully compiled elementum. You can update images with make pull-all.

antonsoroko commented 3 years ago

@elgatito cool! then maybe it makes sense to update sdk to 10.14? (i see that you updated to 10.12)

antonsoroko commented 3 years ago

@shlivk @mike-sirs @diduu could you please try this dev build? (it uses macos sdk 10.14) elementum.zip

you need to unpack it and replace old elementum binary (with stopped kodi). i guess the path in macos will be: /Users/YOU/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum

thanks.

mike-sirs commented 3 years ago

@shlivk @mike-sirs @diduu could you please try this dev build? (it uses macos sdk 10.14) elementum.zip

you need to unpack it and replace old elementum binary (with stopped kodi). i guess the path in macos will be: /Users/YOU/Library/Application Support/Kodi/addons/plugin.video.elementum/resources/bin/darwin_x64/elementum

thanks.

I can confirm it works fine. No errors.

@antonsoroko thank you a lot.

antonsoroko commented 3 years ago

i think this one should be fixed with 78 since now it has macos build (for 64bit).

antonsoroko commented 3 years ago

@shlivk could you please close the issue?