[RELEASE] trakt.tv tv/movie scrobbler
(2015-01-30, 16:34)mikesilvo164 Wrote:
(2015-01-30, 11:35)Merwenus Wrote: Any tips? Fresh kodi profile. No other addons and i get Error, script failed: trakt
Windows 7 x64. Do I have to install any other addons to make it work?

Code:
10:53:14 T:4904  NOTICE: -->Python Interpreter Initialized<--
10:53:14 T:5224  NOTICE: Previous line repeats 1 times.
10:53:14 T:5224   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named requests
                                            Traceback (most recent call last):
                                              File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.trakt-master\default.py", line 6, in <module>
                                                from service import traktService
                                              File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.trakt-master\service.py", line 9, in <module>
                                                from traktapi import traktAPI
                                              File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.trakt-master\traktapi.py", line 9, in <module>
                                                from trakt import Trakt
                                              File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.trakt-master\trakt\__init__.py", line 1, in <module>
                                                from trakt.client import TraktClient, __version__
                                              File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.trakt-master\trakt\client.py", line 2, in <module>
                                                from trakt.core.http import HttpClient
                                              File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.trakt-master\trakt\core\http.py", line 2, in <module>
                                                from trakt.core.request import TraktRequest
                                              File "C:\Users\Merwenus\AppData\Roaming\Kodi\addons\script.trakt-master\trakt\core\request.py", line 1, in <module>
                                                from requests import Request
                                            ImportError: No module named requests
                                            -->End of Python script error report<--

Your missing requests and possibly six which get installed when installing from zip. Have to add them manually in the addon manager.


Thank you, that was the problem, I just extracted the folder in to my addons dir...thank you again!


edit.:
I'm in GMT+1 Timezone and its 3:50 PM here, now synced my movies, and I have Jan 30, 2015 10:54 PM time in trakt history. Can you please tell me how can I fix it?


Messages In This Thread
RE: [RELEASE] trakt.tv tv/movie scrobbler - by Merwenus - 2015-01-30, 16:41
Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13