• 1
  • 290
  • 291
  • 292(current)
  • 293
  • 294
  • 309
Release skin helper service
@Angelinas

Did you get a chance to fix the issue for Inprogress Media on the Bingie Mod skin? When you hit play for inprogress or similar media it throws a error message?
Titan Bingie Mod
Reply
@AchillesPunks
With latest changes in sh widget, this button in dialogvideo info, working for me.Also working from home widget panel.
Need to clear simplecache.db and then do tests...
https://github.com/kodi-community-addons...its/master
Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2021-05-06, 15:56)Angelinas Wrote: @AchillesPunks
With latest changes in sh widget, this button in dialogvideo info, working for me.Also working from home widget panel.
Need to clear simplecache.db and then do tests...
https://github.com/kodi-community-addons...its/master
Image
I'll give it a try in a little bit.
Titan Bingie Mod
Reply
(2021-05-06, 15:56)Angelinas Wrote: @AchillesPunks
With latest changes in sh widget, this button in dialogvideo info, working for me.Also working from home widget panel.
Need to clear simplecache.db and then do tests...
https://github.com/kodi-community-addons...its/master
Image
Ok I deleted simplecache.db and downloaded the github SHS but still having the same issue. If I hit play directly from the movie it still throws the error.

ImageImageImage
Titan Bingie Mod
Reply
(2021-05-06, 12:52)Angelinas Wrote:
(2021-05-06, 05:25)Fuchs2468 Wrote:  
Site is changed, Too complicate for changing code.....Now only missing Author:...(Kodi is for all) Smile

Image



Thanks it works great. Smile
Reply
Updated repo....
https://github.com/kodi-community-addons...26f94c285a

This will fix most of isues, from post above....
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2021-05-07, 18:01)Angelinas Wrote: Updated repo....
https://github.com/kodi-community-addons...26f94c285a

This will fix most of isues, from post above....

First of all, thanks for the update.
It works. (quick test)

I had a bug in my repo today, so just a quick test.
Reply
(2021-05-07, 18:01)Angelinas Wrote: Updated repo....
https://github.com/kodi-community-addons...26f94c285a

This will fix most of isues, from post above....
Excellent work. Everything if working perfect now.
Titan Bingie Mod
Reply
Hi AchillesPunks, Fuchs2468 and Angelinas
Can I appeal to you all to update in your respective areas these following changes, I have written numerous times that these changes are needed due to changes to Emby addon name.
Specific to Titan MOD that I use and continue to test the Matrix, i have manually updated each of the addon specific areas this process those take log but its annoying that I have to make the changes myself, I will appreciate these changes are made so the skin works out of the box as  its expected.

Skin

IncludesSkinSetings.xml

                <selected>Skin.HasSetting(SmartShortcuts.emby) + System.HasAddon(plugin.video.emby)</selected>
                <enable>System.HasAddon(plugin.video.emby)</enable>
should be:
                <selected>Skin.HasSetting(SmartShortcuts.emby) + System.HasAddon(plugin.video.emby-next-gen)</selected>
                <enable>System.HasAddon(plugin.video.emby-next-gen)</enable>
and here:
                <param name="addon" value="plugin.video.emby" />
should be:
                <param name="addon" value="plugin.video.emby-next-gen" />



 addon

.kodi/addons/script.skin.helper.backgrounds/resources/lib/smartshortcuts.py

.kodi/addons/script.skin.helper.backgrounds/resources/lib/backgrounds_updater.py

.kodi/addons/script.skin.helper.widgets/resources/lib/favourites.py

.kodi/addons/script.module.metadatautils/lib/helpers/extrafanart.py
Reply
after making changes prescribed in my last post #4374 I see following error relating to skin helper can you advise if this error relates to helper addon or else where

WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-05-09 21:15:32.882 T:728      INFO <general>: Skipped 4 duplicate messages..
2021-05-09 21:15:32.882 T:728      INFO <general>: Skin Helper Backgrounds --> BackgroundsUpdater - started
2021-05-09 21:15:33.167 T:5448     INFO <general>: CPythonInvoker(7, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skin.helper.widgets\plugin.py): script successfully run
2021-05-09 21:15:33.296 T:5448     INFO <general>: Python interpreter stopped
2021-05-09 21:15:33.640 T:2940     INFO <general>: Skin Helper Service --> Starting WebService on port 52307
2021-05-09 21:15:33.642 T:2956     INFO <general>: Skin Helper Service --> Skin Helper Service version 1.1.35 started
2021-05-09 21:15:34.290 T:144      INFO <general>: INFO: EMBY.helper.utils.Utils: DeviceId loaded: 6f1b07bb-780d-4bac-bf44-7eafdb85160e
2021-05-09 21:15:34.298 T:144   WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-05-09 21:15:34.344 T:144     ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'xml.etree.ElementTree.ParseError'>
                                                   Error Contents: no element found: line 1, column 0
                                                   Traceback (most recent call last):
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\service.py", line 189, in <module>
                                                       serviceOBJ = Service()
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\service.py", line 21, in __init__
                                                       self.Startup()
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\service.py", line 26, in Startup
                                                       self.Utils = helper.utils.Utils()
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\helper\utils.py", line 48, in __init__
                                                       self.DefaultVideoSettings = self.load_defaultvideosettings()
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\helper\utils.py", line 95, in load_defaultvideosettings
                                                       DefaultVideoSettings = xmls.Xmls(self).load_defaultvideosettings()
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\helper\xmls.py", line 90, in load_defaultvideosettings
                                                       xmlData = xml.etree.ElementTree.parse(FilePath).getroot()
                                                     File "C:\Program Files\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 1202, in parse
                                                       tree.parse(source, parser)
                                                     File "C:\Program Files\Kodi\system\python\Lib\xml\etree\ElementTree.py", line 595, in parse
                                                       self._root = parser._parse_whole(source)
                                                     File "<string>", line None
                                                   xml.etree.ElementTree.ParseError: no element found: line 1, column 0
                                                   -->End of Python script error report<--
                                                   
2021-05-09 21:15:34.476 T:144      INFO <general>: Python interpreter stopped
2021-05-09 21:15:34.926 T:7676  WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead.
2021-05-09 21:15:36.091 T:7136     INFO <general>: Skipped 1 duplicate messages..
2021-05-09 21:15:36.091 T:7136     INFO <general>: PVR Manager: Started
2021-05-09 21:15:36.739 T:7676     INFO <general>: CPythonInvoker(9, C:\Users\Admin\AppData\Roaming\Kodi\addons\weather.gismeteo\default.py): script successfully run
2021-05-09 21:15:36.875 T:7676     INFO <general>: Python interpreter stopped
2021-05-09 21:15:38.834 T:8188    ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting resource://resource.images.weathericons.cloud.animated/26/
2021-05-09 21:15:41.439 T:9780     INFO <general>: Skipped 1 duplicate messages..
2021-05-09 21:15:41.439 T:9780     INFO <general>: initializing python engine.
2021-05-09 21:15:42.725 T:9780     INFO <general>: CPythonInvoker(10, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skin.helper.widgets\plugin.py): script successfully run
2021-05-09 21:15:42.815 T:9780     INFO <general>: Python interpreter stopped
2021-05-09 21:15:42.816 T:5168     INFO <general>: initializing python engine.
2021-05-09 21:15:44.095 T:5168     INFO <general>: CPythonInvoker(11, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skin.helper.widgets\plugin.py): script successfully run
2021-05-09 21:15:44.204 T:5168     INFO <general>: Python interpreter stopped
2021-05-09 21:15:47.237 T:728      INFO <general>: Skin Helper Backgrounds --> Generated smart shortcuts for emby nodes: []
2021-05-09 21:15:47.277 T:9428     INFO <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadChannelEpgs - Loaded '3822' EPG channels.
2021-05-09 21:15:49.416 T:9428     INFO <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadEpgEntries - Loaded '210974' EPG entries.
2021-05-09 21:15:49.614 T:9428     INFO <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - iptvsimple::Epg::LoadEPG - EPG Loaded - 7591 (ms)
2021-05-09 21:15:52.042 T:1808    ERROR <general>: CCurlFile::Stat - Failed: Couldn't connect to server(7) for http://127.0.0.1:57578/274058/Images/Bac...fe6cb16de2
2021-05-09 21:15:55.412 T:7132    ERROR <general>: Exception ignored in:
2021-05-09 21:15:55.412 T:7132    ERROR <general>: <Finalize object, dead>
2021-05-09 21:15:55.412 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.412 T:7132    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-09 21:15:55.412 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-09 21:15:55.413 T:7132    ERROR <general>:     
2021-05-09 21:15:55.413 T:7132    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-09 21:15:55.413 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.413 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-09 21:15:55.413 T:7132    ERROR <general>:     
2021-05-09 21:15:55.413 T:7132    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-09 21:15:55.413 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.414 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-09 21:15:55.414 T:7132    ERROR <general>:     
2021-05-09 21:15:55.414 T:7132    ERROR <general>: inqueue.get(block=False)
2021-05-09 21:15:55.414 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.414 T:7132    ERROR <general>: _queue
2021-05-09 21:15:55.414 T:7132    ERROR <general>: .
2021-05-09 21:15:55.414 T:7132    ERROR <general>: Empty
2021-05-09 21:15:55.414 T:7132    ERROR <general>: :
2021-05-09 21:15:55.415 T:7132    ERROR <general>:
2021-05-09 21:15:55.415 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.911 T:7132    ERROR <general>: Exception ignored in:
2021-05-09 21:15:55.911 T:7132    ERROR <general>: <Finalize object, dead>
2021-05-09 21:15:55.911 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.911 T:7132    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-09 21:15:55.911 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-09 21:15:55.912 T:7132    ERROR <general>:     
2021-05-09 21:15:55.912 T:7132    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-09 21:15:55.912 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.912 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-09 21:15:55.913 T:7132    ERROR <general>:     
2021-05-09 21:15:55.913 T:7132    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-09 21:15:55.913 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.913 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-09 21:15:55.914 T:7132    ERROR <general>:     
2021-05-09 21:15:55.914 T:7132    ERROR <general>: inqueue.get(block=False)
2021-05-09 21:15:55.914 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.914 T:7132    ERROR <general>: _queue
2021-05-09 21:15:55.914 T:7132    ERROR <general>: .
2021-05-09 21:15:55.914 T:7132    ERROR <general>: Empty
2021-05-09 21:15:55.914 T:7132    ERROR <general>: :
2021-05-09 21:15:55.914 T:7132    ERROR <general>:
2021-05-09 21:15:55.914 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:55.942 T:8964  WARNING <general>: Skin Helper Service --> Exception details: Type: ModuleNotFoundError Value: No module named 'bs4' Traceback: Traceback (most recent call last):
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\listitem_monitor.py", line 356, in set_listitem_details
                                                       details = merge_dict(details, self.metadatautils.get_top250_rating(details["imdbnumber"]))
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 207, in get_top250_rating
                                                       return self.imdb.get_top250_rating(imdb_id)
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 369, in imdb
                                                       from helpers.imdb import Imdb
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\helpers\imdb.py", line 15, in <module>
                                                       import bs4 as BeautifulSoup
                                                   ModuleNotFoundError: No module named 'bs4'
                                                   
2021-05-09 21:15:55.942 T:8964    ERROR <general>: Skin Helper Service --> Exception in resources.lib.listitem_monitor ! --> No module named 'bs4'
2021-05-09 21:15:57.556 T:1192    ERROR <general>: CCurlFile::Stat - Failed: Couldn't connect to server(7) for http://127.0.0.1:57578/272889/Images/Bac...7644423feb
2021-05-09 21:15:57.761 T:7132    ERROR <general>: Exception ignored in:
2021-05-09 21:15:57.761 T:7132    ERROR <general>: <Finalize object, dead>
2021-05-09 21:15:57.762 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:57.762 T:7132    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-09 21:15:57.762 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-09 21:15:57.762 T:7132    ERROR <general>:     
2021-05-09 21:15:57.762 T:7132    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-09 21:15:57.762 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:57.762 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-09 21:15:57.763 T:7132    ERROR <general>:     
2021-05-09 21:15:57.763 T:7132    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-09 21:15:57.763 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:57.764 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-09 21:15:57.765 T:7132    ERROR <general>:     
2021-05-09 21:15:57.765 T:7132    ERROR <general>: inqueue.get(block=False)
2021-05-09 21:15:57.765 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:57.765 T:7132    ERROR <general>: _queue
2021-05-09 21:15:57.765 T:7132    ERROR <general>: .
2021-05-09 21:15:57.765 T:7132    ERROR <general>: Empty
2021-05-09 21:15:57.765 T:7132    ERROR <general>: :
2021-05-09 21:15:57.765 T:7132    ERROR <general>:
2021-05-09 21:15:57.765 T:7132    ERROR <general>:
                                                   
2021-05-09 21:15:57.799 T:8448  WARNING <general>: Skin Helper Service --> Exception details: Type: ModuleNotFoundError Value: No module named 'bs4' Traceback: Traceback (most recent call last):
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\listitem_monitor.py", line 356, in set_listitem_details
                                                       details = merge_dict(details, self.metadatautils.get_top250_rating(details["imdbnumber"]))
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 207, in get_top250_rating
                                                       return self.imdb.get_top250_rating(imdb_id)
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 369, in imdb
                                                       from helpers.imdb import Imdb
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\helpers\imdb.py", line 15, in <module>
                                                       import bs4 as BeautifulSoup
                                                   ModuleNotFoundError: No module named 'bs4'
                                                   
2021-05-09 21:15:57.799 T:8448    ERROR <general>: Skin Helper Service --> Exception in resources.lib.listitem_monitor ! --> No module named 'bs4'
2021-05-09 21:15:58.864 T:6004     INFO <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2021-05-09 21:15:59.152 T:6004  WARNING <general>: Trying to add unsupported control type 1
2021-05-09 21:15:59.299 T:8188    ERROR <general>: Skipped 22 duplicate messages..
2021-05-09 21:15:59.299 T:8188    ERROR <general>: CCurlFile::Stat - Failed: Couldn't connect to server(7) for http://127.0.0.1:57578/272853/Images/Bac...29c4fdb410
2021-05-09 21:15:59.306 T:6004  WARNING <general>: Trying to add unsupported control type 1
2021-05-09 21:15:59.798 T:3788    ERROR <general>: Skipped 43 duplicate messages..
2021-05-09 21:15:59.797 T:3788    ERROR <general>: CCurlFile::Stat - Failed: Couldn't connect to server(7) for http://127.0.0.1:57578/277151/Images/Bac...941cbff22b
2021-05-09 21:16:00.641 T:7132    ERROR <general>: Exception ignored in:
2021-05-09 21:16:00.641 T:7132    ERROR <general>: <Finalize object, dead>
2021-05-09 21:16:00.641 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:00.642 T:7132    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-09 21:16:00.642 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-09 21:16:00.642 T:7132    ERROR <general>:     
2021-05-09 21:16:00.642 T:7132    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-09 21:16:00.642 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:00.642 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-09 21:16:00.643 T:7132    ERROR <general>:     
2021-05-09 21:16:00.643 T:7132    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-09 21:16:00.643 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:00.643 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-09 21:16:00.644 T:7132    ERROR <general>:     
2021-05-09 21:16:00.644 T:7132    ERROR <general>: inqueue.get(block=False)
2021-05-09 21:16:00.645 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:00.645 T:7132    ERROR <general>: _queue
2021-05-09 21:16:00.645 T:7132    ERROR <general>: .
2021-05-09 21:16:00.645 T:7132    ERROR <general>: Empty
2021-05-09 21:16:00.645 T:7132    ERROR <general>: :
2021-05-09 21:16:00.645 T:7132    ERROR <general>:
2021-05-09 21:16:00.645 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:00.665 T:7748     INFO <general>: initializing python engine.
2021-05-09 21:16:01.326 T:7748     INFO <general>: CPythonInvoker(12, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\default.py): script successfully run
2021-05-09 21:16:01.450 T:7748     INFO <general>: Python interpreter stopped
2021-05-09 21:16:03.726 T:976      INFO <general>: initializing python engine.
2021-05-09 21:16:03.787 T:7132    ERROR <general>: Exception ignored in:
2021-05-09 21:16:03.787 T:7132    ERROR <general>: <Finalize object, dead>
2021-05-09 21:16:03.787 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.787 T:7132    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-09 21:16:03.787 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-09 21:16:03.788 T:7132    ERROR <general>:     
2021-05-09 21:16:03.788 T:7132    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-09 21:16:03.788 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.788 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-09 21:16:03.789 T:7132    ERROR <general>:     
2021-05-09 21:16:03.789 T:7132    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-09 21:16:03.789 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.789 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-09 21:16:03.791 T:7132    ERROR <general>:     
2021-05-09 21:16:03.791 T:7132    ERROR <general>: inqueue.get(block=False)
2021-05-09 21:16:03.791 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.791 T:7132    ERROR <general>: _queue
2021-05-09 21:16:03.791 T:7132    ERROR <general>: .
2021-05-09 21:16:03.791 T:7132    ERROR <general>: Empty
2021-05-09 21:16:03.791 T:7132    ERROR <general>: :
2021-05-09 21:16:03.791 T:7132    ERROR <general>:
2021-05-09 21:16:03.791 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.980 T:7132    ERROR <general>: Exception ignored in:
2021-05-09 21:16:03.980 T:7132    ERROR <general>: <Finalize object, dead>
2021-05-09 21:16:03.980 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.981 T:7132    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-09 21:16:03.981 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-09 21:16:03.981 T:7132    ERROR <general>:     
2021-05-09 21:16:03.981 T:7132    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-09 21:16:03.981 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.981 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-09 21:16:03.982 T:7132    ERROR <general>:     
2021-05-09 21:16:03.982 T:7132    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-09 21:16:03.982 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.982 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-09 21:16:03.985 T:7132    ERROR <general>:     
2021-05-09 21:16:03.986 T:7132    ERROR <general>: inqueue.get(block=False)
2021-05-09 21:16:03.986 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:03.986 T:7132    ERROR <general>: _queue
2021-05-09 21:16:03.986 T:7132    ERROR <general>: .
2021-05-09 21:16:03.986 T:7132    ERROR <general>: Empty
2021-05-09 21:16:03.986 T:7132    ERROR <general>: :
2021-05-09 21:16:03.986 T:7132    ERROR <general>:
2021-05-09 21:16:03.986 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:04.087 T:2856  WARNING <general>: Skin Helper Service --> Exception details: Type: ModuleNotFoundError Value: No module named 'bs4' Traceback: Traceback (most recent call last):
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\listitem_monitor.py", line 356, in set_listitem_details
                                                       details = merge_dict(details, self.metadatautils.get_top250_rating(details["imdbnumber"]))
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 207, in get_top250_rating
                                                       return self.imdb.get_top250_rating(imdb_id)
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 369, in imdb
                                                       from helpers.imdb import Imdb
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\helpers\imdb.py", line 15, in <module>
                                                       import bs4 as BeautifulSoup
                                                   ModuleNotFoundError: No module named 'bs4'
                                                   
2021-05-09 21:16:04.087 T:2856    ERROR <general>: Skin Helper Service --> Exception in resources.lib.listitem_monitor ! --> No module named 'bs4'
2021-05-09 21:16:04.536 T:976      INFO <general>: CPythonInvoker(13, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py): script successfully run
2021-05-09 21:16:04.653 T:976      INFO <general>: Python interpreter stopped
2021-05-09 21:16:05.844 T:7132    ERROR <general>: Exception ignored in:
2021-05-09 21:16:05.844 T:7132    ERROR <general>: <Finalize object, dead>
2021-05-09 21:16:05.844 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:05.844 T:7132    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-09 21:16:05.844 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-09 21:16:05.845 T:7132    ERROR <general>:     
2021-05-09 21:16:05.845 T:7132    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-09 21:16:05.845 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:05.845 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-09 21:16:05.846 T:7132    ERROR <general>:     
2021-05-09 21:16:05.846 T:7132    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-09 21:16:05.846 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:05.846 T:7132    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-09 21:16:05.847 T:7132    ERROR <general>:     
2021-05-09 21:16:05.847 T:7132    ERROR <general>: inqueue.get(block=False)
2021-05-09 21:16:05.847 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:05.847 T:7132    ERROR <general>: _queue
2021-05-09 21:16:05.847 T:7132    ERROR <general>: .
2021-05-09 21:16:05.847 T:7132    ERROR <general>: Empty
2021-05-09 21:16:05.848 T:7132    ERROR <general>: :
2021-05-09 21:16:05.848 T:7132    ERROR <general>:
2021-05-09 21:16:05.848 T:7132    ERROR <general>:
                                                   
2021-05-09 21:16:05.872 T:8488  WARNING <general>: Skin Helper Service --> Exception details: Type: ModuleNotFoundError Value: No module named 'bs4' Traceback: Traceback (most recent call last):
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\listitem_monitor.py", line 356, in set_listitem_details
                                                       details = merge_dict(details, self.metadatautils.get_top250_rating(details["imdbnumber"]))
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 207, in get_top250_rating
                                                       return self.imdb.get_top250_rating(imdb_id)
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 369, in imdb
                                                       from helpers.imdb import Imdb
                                                     File "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\helpers\imdb.py", line 15, in <module>
                                                       import bs4 as BeautifulSoup
                                                   ModuleNotFoundError: No module named 'bs4'
                                                   
2021-05-09 21:16:05.872 T:8488    ERROR <general>: Skin Helper Service --> Exception in resources.lib.listitem_monitor ! --> No module named 'bs4'
Reply
(2021-05-10, 03:50)t123thomas Wrote:                                                        import bs4 as BeautifulSoup
                                                   ModuleNotFoundError: No module named 'bs4'
You missing script.module.beautifulsoup4

install from repo Kodi,
or download and manual install from zip in Kodi....
https://mirrors.kodi.tv/addons/matrix/sc...ifulsoup4/
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2021-05-10, 09:40)Angelinas Wrote:
(2021-05-10, 03:50)t123thomas Wrote:                                                        import bs4 as BeautifulSoup
                                                   ModuleNotFoundError: No module named 'bs4'
You missing script.module.beautifulsoup4

install from repo Kodi,
or download and manual install from zip in Kodi....
https://mirrors.kodi.tv/addons/matrix/sc...ifulsoup4/

I have installed the script as suggested, but I still observed several errors that points to Skin addon, please review for corrections where you see fit
Reply
(2021-05-11, 01:04)t123thomas Wrote:  

Check your log file !!!!
And think of the forum rules!
Reply
(2021-05-11, 01:28)Fuchs2468 Wrote:
(2021-05-11, 01:04)t123thomas Wrote:  

Check your log file !!!!
And think of the forum rules!
I am not sure of what you're referring to but I have removed the log, I hope this errors caused by the skin addon is looked into
Reply
Hi Guys, see attached log, there several lines of errors either due to Titan or its addon, sorry I am in way sure of the cause is as not an expert, hence I leave it you guys to figure out. Just to add when I switched to Kodi default skin or Confluence those errors are not present.
Please let me know when you have a fix to I can retest
Cheers! and thanks for the support.

log

2021-05-12 19:06:23.229 T:5852  WARNING <general>: Trying to add unsupported control type 1
2021-05-12 19:06:23.393 T:11332   ERROR <general>: Skipped 7 duplicate messages..
2021-05-12 19:06:23.393 T:11332   ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting -
2021-05-12 19:06:23.396 T:12408    INFO <general>: Skipped 2 duplicate messages..
2021-05-12 19:06:23.396 T:12408    INFO <general>: initializing python engine.
2021-05-12 19:06:23.514 T:11980   ERROR <general>: Skipped 2 duplicate messages..
2021-05-12 19:06:23.514 T:11980   ERROR <general>: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/.png
2021-05-12 19:06:23.529 T:10516    INFO <general>: initializing python engine.
2021-05-12 19:06:24.398 T:6500     INFO <general>: CPythonInvoker(10, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run
2021-05-12 19:06:24.402 T:12408    INFO <general>: CPythonInvoker(11, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run
2021-05-12 19:06:24.513 T:12408 WARNING <general>: CPythonInvoker(11, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): the python script "C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmc:Tonguelayer,class XBMCAddon::xbmc:TonguelayList,class XBMCAddon::xbmc:TonguelayList,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcgui:Big Grinialog
2021-05-12 19:06:24.513 T:12408    INFO <general>: Python interpreter stopped
2021-05-12 19:06:24.659 T:10516    INFO <general>: Skipped 1 duplicate messages..
2021-05-12 19:06:24.658 T:10516    INFO <general>: CPythonInvoker(13, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\default.py): script successfully run
2021-05-12 19:06:24.801 T:10516    INFO <general>: Python interpreter stopped
2021-05-12 19:06:24.804 T:1696     INFO <general>: CPythonInvoker(12, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run
2021-05-12 19:06:24.937 T:1696     INFO <general>: Python interpreter stopped
2021-05-12 19:06:24.998 T:5852     INFO <general>: Loading skin file: DialogVideoInfo.xml, load type: KEEP_IN_MEMORY
2021-05-12 19:06:25.007 T:5852  WARNING <general>: Skin has invalid include: PosterThumbBG
2021-05-12 19:06:25.007 T:5852  WARNING <general>: Skipped 1 duplicate messages..
2021-05-12 19:06:25.007 T:5852  WARNING <general>: Skin has invalid include: PosterThumbFO
2021-05-12 19:06:25.007 T:5852  WARNING <general>: Skin has invalid include:
2021-05-12 19:06:25.008 T:5852  WARNING <general>: Skin has invalid include: PosterPanelLayoutFocus
2021-05-12 19:06:25.017 T:5852  WARNING <general>: Trying to add unsupported control type 1
2021-05-12 19:06:25.069 T:5852    ERROR <general>: Skipped 1 duplicate messages..
2021-05-12 19:06:25.069 T:5852    ERROR <general>: unmatched parentheses in string.isempty(window(home).property(skinhelper.listitem.nextepisode.airdate)
2021-05-12 19:06:25.074 T:5852  WARNING <general>: Trying to add unsupported control type 1
2021-05-12 19:06:25.074 T:5852  WARNING <general>: Label Formatting: $VAR[castInfo] is not defined
2021-05-12 19:06:25.079 T:1868     INFO <general>: initializing python engine.
2021-05-12 19:06:25.101 T:11212   ERROR <general>: Skipped 2 duplicate messages..
2021-05-12 19:06:25.101 T:11212   ERROR <general>: CImageLoader:Big GrinoWork - Direct texture file loading failed for resource://resource.images.studios.coloured/.png
2021-05-12 19:06:25.951 T:1868     INFO <general>: CPythonInvoker(14, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run
2021-05-12 19:06:26.126 T:1868     INFO <general>: Python interpreter stopped
2021-05-12 19:06:26.127 T:8344     INFO <general>: CPythonInvoker(15, C:\Users\Admin\AppData\Roaming\Kodi\addons\script.embuary.helper\plugin.py): script successfully run
2021-05-12 19:06:26.280 T:8344     INFO <general>: Python interpreter stopped
2021-05-12 19:06:26.489 T:5852     INFO <general>: VideoPlayer::OpenFile: http://127.0.0.1:57578/movies/122e502f59..._2016_.mkv
2021-05-12 19:06:26.494 T:13240    INFO <general>: Creating InputStream
2021-05-12 19:06:26.585 T:12400    INFO <general>: INFO: EMBY.hooks.player.Player: [ onPlayBackStarted ]
2021-05-12 19:06:26.587 T:244      INFO <general>: INFO: EMBY.hooks.player.Player: [ OnPlay ] {'item': {'id': 524, 'type': 'movie'}, 'player': {'playerid': 1, 'speed': 1}, 'MonitorMethod': 'Player.OnPlay'}
2021-05-12 19:06:26.633 T:12072    INFO <general>: initializing python engine.
2021-05-12 19:06:26.645 T:8768    ERROR <general>: Exception ignored in:
2021-05-12 19:06:26.646 T:8768    ERROR <general>: <Finalize object, dead>
2021-05-12 19:06:26.646 T:8768    ERROR <general>:
                                                   
2021-05-12 19:06:26.646 T:8768    ERROR <general>: Traceback (most recent call last):
                                                   
2021-05-12 19:06:26.646 T:8768    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\util.py", line 224, in __call__
                                                   
2021-05-12 19:06:26.648 T:8768    ERROR <general>:     
2021-05-12 19:06:26.648 T:8768    ERROR <general>: res = self._callback(*self._args, **self._kwargs)
2021-05-12 19:06:26.648 T:8768    ERROR <general>:
                                                   
2021-05-12 19:06:26.648 T:8768    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 692, in _terminate_pool
                                                   
2021-05-12 19:06:26.649 T:8768    ERROR <general>:     
2021-05-12 19:06:26.649 T:8768    ERROR <general>: cls._help_stuff_finish(inqueue, task_handler, len(pool))
2021-05-12 19:06:26.650 T:8768    ERROR <general>:
                                                   
2021-05-12 19:06:26.650 T:8768    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\multiprocessing\pool.py", line 945, in _help_stuff_finish
                                                   
2021-05-12 19:06:26.651 T:8768    ERROR <general>:     
2021-05-12 19:06:26.651 T:8768    ERROR <general>: inqueue.get(block=False)
2021-05-12 19:06:26.651 T:8768    ERROR <general>:
                                                   
2021-05-12 19:06:26.651 T:8768    ERROR <general>: _queue
2021-05-12 19:06:26.651 T:8768    ERROR <general>: .
2021-05-12 19:06:26.651 T:8768    ERROR <general>: Empty
2021-05-12 19:06:26.651 T:8768    ERROR <general>: :
2021-05-12 19:06:26.652 T:8768    ERROR <general>:
2021-05-12 19:06:26.652 T:8768    ERROR <general>:
Reply
  • 1
  • 290
  • 291
  • 292(current)
  • 293
  • 294
  • 309

Logout Mark Read Team Forum Stats Members Help
skin helper service18