Kodi Community Forum
Trakt.tv v3 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Service Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=152)
+---- Thread: Trakt.tv v3 (/showthread.php?tid=220547)



RE: Trakt.tv 3.0.0 - Allin78 - 2015-04-25

"Remote streaming content will scrobble assuming the metadata is correctly set in XBMC. The various streaming plugins need to correctly identify TV episodes and movies with as much metadata as they can for trakt to know what you're watching."

How the plugin must pass information to trakt.tv?


RE: Trakt.tv 3.0.0 - RavenNL - 2015-04-26

Is the functionality syncing BACK from trakt.tv broken?

I just did some massive reorganization on my htpc library. Normally I just do a new library scan and the trakt.tv addon just marks everything watched again. But unfortunately this functionality isn't working for me atm.

Scrobbling to trakt.tv seems to work fine.


RE: Trakt.tv 3.0.0 - Razze - 2015-04-26

(2015-04-25, 17:06)Allin78 Wrote: "Remote streaming content will scrobble assuming the metadata is correctly set in XBMC. The various streaming plugins need to correctly identify TV episodes and movies with as much metadata as they can for trakt to know what you're watching."

How the plugin must pass information to trakt.tv?


It needs to have entrys in the kodi library.
Have a look here https://github.com/trakt/script.trakt/blob/master/service.py#L359

(2015-04-26, 18:56)RavenNL Wrote: Is the functionality syncing BACK from trakt.tv broken?

I just did some massive reorganization on my htpc library. Normally I just do a new library scan and the trakt.tv addon just marks everything watched again. But unfortunately this functionality isn't working for me atm.

Scrobbling to trakt.tv seems to work fine.

Should still work, please check if you have set any movies/episodes as collected or watched before 1970 or later then 2038


RE: Trakt.tv 3.0.0 - RavenNL - 2015-04-26

(2015-04-26, 19:01)Razze Wrote:
(2015-04-26, 18:56)RavenNL Wrote: Is the functionality syncing BACK from trakt.tv broken?

I just did some massive reorganization on my htpc library. Normally I just do a new library scan and the trakt.tv addon just marks everything watched again. But unfortunately this functionality isn't working for me atm.

Scrobbling to trakt.tv seems to work fine.

Should still work, please check if you have set any movies/episodes as collected or watched before 1970 or later then 2038

Thanks,
That did the trick. A couple of dozen had indeed a watchdate in 1970.


RE: Trakt.tv 3.0.0 - Rapsody10 - 2015-04-26

The Rate issue is at least for me when a tv shows finish I dont get the window to rate it it does work on movies tho

as for the log if you can direct me how to get it I will try to get them for you

Raps


RE: Trakt.tv 3.0.0 - Razze - 2015-04-26

(2015-04-26, 22:53)Rapsody10 Wrote: The Rate issue is at least for me when a tv shows finish I dont get the window to rate it it does work on movies tho

as for the log if you can direct me how to get it I will try to get them for you

Raps

Read this https://github.com/Razzeee/script.trakt#creating-logfiles

then this http://kodi.wiki/view/Log_file


RE: Trakt.tv 3.0.0 - Rapsody10 - 2015-04-26

thank you

reading now

Raps


RE: Trakt.tv 3.0.0 - S7eele - 2015-04-27

no problems with ratings here, been binge watching a series for a couple weeks and no problems at all (lol, i love binge watching tv shows, hard to do it any other way now, hate waiting), provided fyi only


RE: Trakt.tv 3.0.0 - Rapsody10 - 2015-05-03

Which addon do you use to watch your series ?
perhapsthe implementation of the script is not properly applied on the one I use
although even when watching movies from my Hard drive doesnt show the rating bit

not sure if using an addon other than kodi officials would be ok to be posted here ( logs I mean )


RE: Trakt.tv 3.0.0 - papampi - 2015-05-03

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



RE: Trakt.tv 3.0.0 - Rapsody10 - 2015-05-03

which version are you using ?
according to the log cannot connect to the network
not sure if is a wrong user/password or something to
do with the token/api some times happen

in general if you wait couple of hours it works again

Raps


RE: Trakt.tv 3.0.0 - dmn1981 - 2015-05-03

Hi Guys

I'm having an issue with Trakt syncing my watch history to my Kodi library.

When I launch Kodi or Trakt from the programs menu separately, I get script error.

I know my username and password is correct, as I can log in to the trakt website.

Here's a log - http://xbmclogs.com/p7jxtsyps#line-65

Any ideas would be greatly received

Thanks

dmn1981


RE: Trakt.tv 3.0.0 - Razze - 2015-05-03

(2015-05-03, 00:28)Rapsody10 Wrote: Which addon do you use to watch your series ?
perhapsthe implementation of the script is not properly applied on the one I use
although even when watching movies from my Hard drive doesnt show the rating bit

not sure if using an addon other than kodi officials would be ok to be posted here ( logs I mean )

You should at least read the first post in a topic if you don't want to read everything posted.

(2015-05-03, 14:37)papampi Wrote: 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

Activate the startup delay or better let openELEC wait for network on startup.

(2015-05-03, 17:18)dmn1981 Wrote: Hi Guys

I'm having an issue with Trakt syncing my watch history to my Kodi library.

When I launch Kodi or Trakt from the programs menu separately, I get script error.

I know my username and password is correct, as I can log in to the trakt website.

Here's a log - http://xbmclogs.com/p7jxtsyps#line-65

Any ideas would be greatly received

Thanks

dmn1981

You probably tried to install it by yourself. Just use the official kodi repo. (your missing the dateutil module)


RE: Trakt.tv 3.0.0 - papampi - 2015-05-03

its version 3.0.0
its been like that since version 3.0,
my network is behind a http proxy and its sets in kodi settings
every thing works fine but trakt not working Sad

@Razze : both network delay and openenelc delay are set, but it gives error

weird thing is I cannot see any access from my privoxy log !!!

p.s: tested it on many platforms (ubuntu desktop, atv2, RPi2 openelec, ...), all gives error


RE: Trakt.tv 3.0.0 - akenis - 2015-05-03

I'm not stupid, but I am a noob with kodi... so bear with me here.

1. I installed trakt 3.0 from official. Configure it. Nothing happens when I try to launch. I'm trying to get my previous history into trakt. I tried doing the uninstal and clean procedure with the new dev branch version. Library dependency issue on install. From post above, it sounds like everything is up and working ok on 3.0.0, but unsure of how to start sync process?

2. What are the pros and cons and differences between this addon and the trakt functionality within a certain other video addon?

Thanks!