cant connect to trakt
#1
cant connect to trakt
can open it from browser , but kodi gives error
here is the log :

Code:
15:09:20 T:140518723725056   FATAL: [script.trakt] traktapi: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'ConnectionError'>
                                            Error Contents: (MaxRetryError("HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /auth/login (Caused by ProtocolError('Connection aborted.', error(101, 'Network is unreachable')))",),)
                                            Traceback (most recent call last):
                                              File "/home/payam/.kodi/addons/script.trakt/traktapi.py", line 63, in getToken
                                                auth = Trakt['auth'].login(getSetting('username'), getSetting('password'))
                                              File "/home/payam/.kodi/addons/script.module.trakt/lib/trakt/interfaces/auth.py", line 10, in login
                                                'password': password
                                              File "/home/payam/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 89, in post
                                                return self.request('POST', path, params, data, **kwargs)
                                              File "/home/payam/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 66, in request
                                                response = self.session.send(prepared, timeout=timeout)
                                              File "/home/payam/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 576, in send
                                                r = adapter.send(request, **kwargs)
                                              File "/home/payam/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 424, in send
                                                raise ConnectionError(e, request=request)
                                            ConnectionError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /auth/login (Caused by ProtocolError('Connection aborted.', error(101, 'Network is unreachable')))
                                            -->End of Python script error report<--
15:09:20 T:140518723725056   DEBUG: [script.trakt] traktapi: Cannot connect to server
Proud xbmp/xbmc/kodi user since early days of 1st gen xbox

Reply
#2
Try asking here http://forum.kodi.tv/showthread.php?tid=220547
Reply

Logout Mark Read Team Forum Stats Members Help
cant connect to trakt0