ruuk / script.module.youtube.dl

⛔️ DEPRECATED: Access to youtube-dl stream extraction in an XBMC module
GNU General Public License v2.0
39 stars 40 forks source link

TypeError: sendSignal() got an unexpected keyword argument 'sourceID' #22

Open dpelijlyn opened 7 years ago

dpelijlyn commented 7 years ago

Not sure if this is the place to ask for help but youtube-dl control stopped working after last OSMC update. Here's the log info:

13:17:37.175 T:716391408 WARNING: CPythonInvoker(294): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will $ 13:17:40.006 T:716391408 NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09 13:17:40.010 T:716391408 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: START 13:17:40.013 T:716391408 NOTICE: script.module.youtube.dl: Loading from queue. #1 this session 13:17:40.874 T:819450864 ERROR: Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 763, in run self.target(*self.args, **self.__kwargs) File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 320, in _handleDownload result = download(info, util.TMP_PATH) File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 425, in download AddonSignals.sendSignal('download.finished', signalPayload, sourceID='script.module.youtube.dl') TypeError: sendSignal() got an unexpected keyword argument 'sourceID' 13:17:40.917 T:716391408 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: FINISHED

ruuk commented 6 years ago

Could you tell me what version of Addon Signals (script.module.adddon.signals) is installed? There is an incompatible unreleased version that people have put on unofficial repositories that causes this error.