lad1337 / XDM-main-plugin-repo

The official main Plugin Repository
20 stars 11 forks source link

TraktTV refresh not working #24

Open carze opened 10 years ago

carze commented 10 years ago

I've recently tried to refresh some shows I have tracked via XDM and it seems like errors are being generated:

{"msg": "init paint on default root TV(de.lad1337.tv)[4] ", "lvl": "DEBUG", "caller": {"line": 976, "fn": "paint", "file": "C:\\XDM\\xdm\\plugins\\bases.py"}, "data": {}, "time": "2014-03-19 22:18:46.305000"}
{"msg": "init update", "lvl": "DEBUG", "caller": {"line": 263, "fn": "refreshinfo", "file": "C:\\XDM\\xdm\\web\\__init__.py"}, "data": {}, "time": "2014-03-19 22:18:49.271000"}
{"msg": "Using new_node_status Wanted", "lvl": "DEBUG", "caller": {"line": 350, "fn": "updateElement", "file": "C:\\XDM\\xdm\\tasks.py"}, "data": {}, "time": "2014-03-19 22:18:49.273000"}
{"msg": "Getting Show(de.lad1337.tv)[4997] Justified with provider id 134241 on TraktTV (Default)", "lvl": "DEBUG", "caller": {"line": 362, "fn": "updateElement", "file": "C:\\XDM\\xdm\\tasks.py"}, "data": {}, "time": "2014-03-19 22:18:49.288000"}
{"msg": "Error during getElement of TraktTV (Default) \nError: getElement() got an unexpected keyword argument 'tag'\n\nTraceback (most recent call last):\n  File \"C:\\XDM\\xdm\\plugins\\meta.py\", line 171, in outer\n    return run(*args, **kwargs)\nTypeError: getElement() got an unexpected keyword argument 'tag'\n\nNew value:False\nTraceback:\nTraceback (most recent call last):\n  File \"C:\\XDM\\xdm\\plugins\\meta.py\", line 171, in outer\n    return run(*args, **kwargs)\nTypeError: getElement() got an unexpected keyword argument 'tag'\n", "lvl": "ERROR", "caller": {"line": 178, "fn": "outer", "file": "C:\\XDM\\xdm\\plugins\\meta.py"}, "data": {}, "time": "2014-03-19 22:18:49.289000"}
{"msg": "sending ERROR with notifiers", "lvl": "DEBUG", "caller": {"line": 148, "fn": "_log", "file": "C:\\XDM\\xdm\\logger.py"}, "data": {}, "time": "2014-03-19 22:18:49.300000"}
{"msg": "TraktTV (Default) returned NO element", "lvl": "INFO", "caller": {"line": 368, "fn": "updateElement", "file": "C:\\XDM\\xdm\\tasks.py"}, "data": {}, "time": "2014-03-19 22:18:49.315000"}
{"msg": "we dont have this element(Show(de.lad1337.tv)[4997] Justified) on provider(TraktTV (Default)) with tag trakt", "lvl": "INFO", "caller": {"line": 357, "fn": "updateElement", "file": "C:\\XDM\\xdm\\tasks.py"}, "data": {}, "time": "2014-03-19 22:18:49.319000"}
{"msg": "getting an element by name is not implemented can not refresh", "lvl": "WARNING", "caller": {"line": 360, "fn": "updateElement", "file": "C:\\XDM\\xdm\\tasks.py"}, "data": {}, "time": "2014-03-19 22:18:49.322000"}
{"msg": "sending WARNING with notifiers", "lvl": "DEBUG", "caller": {"line": 148, "fn": "_log", "file": "C:\\XDM\\xdm\\logger.py"}, "data": {}, "time": "2014-03-19 22:18:49.325000"}

I've tried poking around in the code but haven't been able to figure out why this might be occurring.