Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dpelijlyn opened this issue Jul 22, 2017 · 1 comment
Open
Assignees
Labels

Comments

@dpelijlyn
Copy link

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 ruuk self-assigned this Jul 24, 2017
@ruuk ruuk added the bug label Jul 24, 2017
@ruuk
Copy link
Owner

ruuk commented Nov 25, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants