Closed schumi2004 closed 10 years ago
you are running develop version aren't you develop: https://github.com/lad1337/XDM/blob/develop/xdm/tasks.py#L363 master: https://github.com/lad1337/XDM/blob/master/xdm/tasks.py#L346
there might be dev versions of the plugins but no guarantee
i played around with a check for "older" plugins but i got very weird python messages and side effects, i will see what i can do before its merged (besides updating the provider plugins)
Running a dev version yes. Can switch back to master if needed but like to be up-to-date ;)
then you will have to cope with the messages ^^ ... besides this only stops the update of "elements" ... which is only interesting for TV shows
Switched back to master
Every 24 hours i'm getting loads of error messages from XDM (development) and they are all getElement releated.
A few unique examples are this (they will we send more then once):
1) WARNING: getting an element by names is not implemented can not refresh
2) ERROR: Error during getElement of TraktTV (Default) Error: getElement() got an unexpected keyword argument 'tag' Traceback (most recent call last): File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/meta.py", line 171, in outer return run(_args, _kwargs) TypeError: getElement() got an unexpected keyword argument 'tag' New value:False Traceback: Traceback (most recent call last): File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/meta.py", line 171, in outer return run(_args, _kwargs) TypeEr
3) ERROR: Error during getElement of TheMovieDB (Default) Error: getElement() got an unexpected keyword argument 'tag' Traceback (most recent call last): File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/meta.py", line 171, in outer return run(_args, _kwargs) TypeError: getElement() got an unexpected keyword argument 'tag' New value:False Traceback: Traceback (most recent call last): File "/volume1/@appstore/xdm/share/XDM/xdm/plugins/meta.py", line 171, in outer return run(_args, _kwargs) Typ
This happens exactly every 24 hours and are a total of 16 messages.