lad1337 / XDM

XDM: eXtendable Download Manager. Plugin based media collection manager.
xdm.lad1337.de
Other
203 stars 46 forks source link

Loads of errors (getElement) #146

Closed schumi2004 closed 10 years ago

schumi2004 commented 10 years ago

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.

lad1337 commented 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)

schumi2004 commented 10 years ago

Running a dev version yes. Can switch back to master if needed but like to be up-to-date ;)

lad1337 commented 10 years ago

then you will have to cope with the messages ^^ ... besides this only stops the update of "elements" ... which is only interesting for TV shows

schumi2004 commented 10 years ago

Switched back to master