2015-03-08, 11:34
So, keyboard input doesn't seem to work anymore, or at least there's no way to tell how many hearts you're giving it when using a keyboard. For me, that has made it unusable.
(2015-03-08, 11:34)immerc Wrote: So, keyboard input doesn't seem to work anymore, or at least there's no way to tell how many hearts you're giving it when using a keyboard. For me, that has made it unusable.
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: (ProtocolError('Connection aborted.', error(111, 'Connection refused')),)
Traceback (most recent call last):
File "/home/harshit/.kodi/addons/script.trakt/traktapi.py", line 63, in getToken
auth = Trakt['auth'].login(getSetting('username'), getSetting('password'))
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/interfaces/auth.py", line 10, in login
'password': password
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 89, in post
return self.request('POST', path, params, data, **kwargs)
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 66, in request
response = self.session.send(prepared, timeout=timeout)
File "/home/harshit/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "/home/harshit/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 407, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(111, 'Connection refused'))
-->End of Python script error report<--
DEBUG: [script.trakt] traktapi: Cannot connect to server[code]
(2015-03-08, 14:11)harshitjain Wrote: I have installed Kodi 14.1 from scratch and have Trakt 3.0 from the repository. Trakt refuses to connect at startup and shows a dialog box saying "Cannot connect to server".
I connect to internet using my college proxy but the older plugin still scrobbled just fine. Here's the relevant log:
Code: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: (ProtocolError('Connection aborted.', error(111, 'Connection refused')),)
Traceback (most recent call last):
File "/home/harshit/.kodi/addons/script.trakt/traktapi.py", line 63, in getToken
auth = Trakt['auth'].login(getSetting('username'), getSetting('password'))
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/interfaces/auth.py", line 10, in login
'password': password
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 89, in post
return self.request('POST', path, params, data, **kwargs)
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 66, in request
response = self.session.send(prepared, timeout=timeout)
File "/home/harshit/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "/home/harshit/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 407, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(111, 'Connection refused'))
-->End of Python script error report<--
DEBUG: [script.trakt] traktapi: Cannot connect to server[code]
(2015-03-08, 14:56)Razze Wrote:I'm running Kodi on Ubuntu 14.04 and the rest of the plugins requiring internet are working perfectly. I still tried setting the startup delay to 30s but still the same error.(2015-03-08, 14:11)harshitjain Wrote: I have installed Kodi 14.1 from scratch and have Trakt 3.0 from the repository. Trakt refuses to connect at startup and shows a dialog box saying "Cannot connect to server".
I connect to internet using my college proxy but the older plugin still scrobbled just fine. Here's the relevant log:
Code: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: (ProtocolError('Connection aborted.', error(111, 'Connection refused')),)
Traceback (most recent call last):
File "/home/harshit/.kodi/addons/script.trakt/traktapi.py", line 63, in getToken
auth = Trakt['auth'].login(getSetting('username'), getSetting('password'))
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/interfaces/auth.py", line 10, in login
'password': password
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 89, in post
return self.request('POST', path, params, data, **kwargs)
File "/home/harshit/.kodi/addons/script.module.trakt/lib/trakt/core/http.py", line 66, in request
response = self.session.send(prepared, timeout=timeout)
File "/home/harshit/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "/home/harshit/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 407, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', error(111, 'Connection refused'))
-->End of Python script error report<--
DEBUG: [script.trakt] traktapi: Cannot connect to server[code]
Your probably on wlan or your Kodi hasn't set up networking yet.
There are two things you can do:
- if your on openELEC you can active a setting in the openELEC settings, that basically says wait for network at startup
- Increase the startup delay in the Trakt addon config
(2015-03-08, 16:33)smakovits Wrote: Why are there so many complaints about the ratings? I turn that crap off as it means nothing to me... Read: "who cares"
I just see it as such a gimmick
Trakt is perfect now. Updated on all 3 of my players without issue
17:34:37 T:140699243325184 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 500, waiting 5 seconds
17:34:43 T:140699243325184 WARNING: [script.trakt] trakt.core.http: Retry # 1
17:34:43 T:140699243325184 DEBUG: [script.trakt] requests.packages.urllib3.connectionpool: "GET /sync/watched/movies HTTP/1.1" 500 None
17:34:43 T:140699243325184 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 500, waiting 5 seconds
17:34:48 T:140699243325184 WARNING: [script.trakt] trakt.core.http: Retry # 2
17:34:49 T:140699243325184 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 500, waiting 5 seconds
17:34:54 T:140699243325184 WARNING: [script.trakt] trakt.core.http: Retry # 3
17:34:55 T:140699243325184 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 500, waiting 5 seconds
17:35:00 T:140699243325184 WARNING: [script.trakt] trakt.interfaces.base: request failed: Server Error - "server error" (code: 500)
(2015-03-07, 22:37)Razze Wrote: @ketterer thank you very much for your work!
(2015-03-07, 08:56)Njals Wrote: I rather prefer the old rating dialog over the new Trakt branded rating dialog, just too garish being white and those hearts, it just clashes with my backgrounds and theme setup. Any chance at optional selections for a Trakt branded dialog?
We're not bringing it back, but every skinner can add a fitting replacement for their skins.
(2015-03-07, 20:28)Razze Wrote:(2015-03-07, 17:52)AnthonyJS02 Wrote: Is there a setting for the playback sync or is that automatic? All my settings appear the same as previous
There is a new. If your settings doesn't seem like they've updated, try reinstalling, removing settings.xml and restart after that.