Pyload won't take CNL

Hi i’m struggling for days now with an issue, that has been topic here couple of times as well, but none of the solutions here work for me.

Im running osmc on a rpi 2B and pretty much everything goes as i want. but i can’t get pyload working with Click and Load. i modified already the cnl_app.py to get it working with share-online, and the log shows, that it gets a request, but fails processing it. anyone got an idea?

this is what i get when i try to use click and load


Traceback (most recent call last):
File “/opt/pyload/module/lib/bottle.py”, line 733, in _handle
return route.call(**args)
File “/opt/pyload/module/lib/bottle.py”, line 1448, in wrapper
rv = callback(*a, **ka)
File “/opt/pyload/module/web/cnl_app.py”, line 23, in _view
return function(*args, **kwargs)
TypeError: add() takes exactly 1 argument (0 given)
An error occured while processing the request.
Traceback (most recent call last):
File “/opt/pyload/module/lib/bottle.py”, line 733, in _handle
return route.call(**args)
File “/opt/pyload/module/lib/bottle.py”, line 1448, in wrapper
rv = callback(*a, **ka)
File “/opt/pyload/module/web/cnl_app.py”, line 23, in _view
return function(*args, **kwargs)
TypeError: add() takes exactly 1 argument (0 given)


thank you very much

I’d say that is a question for the pyload developers.
I don’t see what is so osmc specific here.

because it works on raspbian and not in osmc, but i’ll ask my questions in a pyload forum then

Check which version of Python is default in Raspian
In OSMC we use Python 2.7 as default. Otherwise it’s likely a missing module or different version of the library being used.

ok, thanks a lot. will check this