Kodi Community Forum
[RELEASE] trakt.tv tv/movie scrobbler - 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: [RELEASE] trakt.tv tv/movie scrobbler (/showthread.php?tid=138745)



RE: [RELEASE] trakt.tv tv/movie scrobbler - S7eele - 2015-02-15

(2015-02-15, 02:03)Razze Wrote: Probably have to wait for someone of team kodi to respond http://forum.kodi.tv/showthread.php?tid=218405

If this is indeed not working I might have to revert it :/
roger that, just wondering if u wanted a github issue opened, thx for the additional info


RE: [RELEASE] trakt.tv tv/movie scrobbler - Balthazar - 2015-02-15

Hi guys,

I have been trying out the dev version from github, but I can't seem to get the rating dialog to work properly. Using version 2.3.2-2-g0f2f3d4.zzip that I downloaded yesterday and the 1080XF skin. I believe this is the relevant portion of the sys log:

Code:
17:20:06 T:140673269937920  NOTICE: [trakt] Queued dispatch: {u'action': u'ended'}
17:20:06 T:140673269937920  NOTICE: [trakt] Dispatch: {u'action': u'ended'}
17:20:06 T:140673269937920  NOTICE: [trakt] [Scrobbler] playbackEnded()
17:20:06 T:140673269937920  NOTICE: [trakt] [Rating] Rating Check called for 'episode'
17:20:06 T:140673269937920   ERROR: EXCEPTION: Non-Existent Control 10014
17:20:06 T:140673269937920   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: Non-Existent Control 10014
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.kodi/addons/trakt-script.trakt-0f2f3d4/rating.py", line 252, in onInit
                                                self.getControl(10014).setVisible(self.rating_type == 'simple')
                                            RuntimeError: Non-Existent Control 10014
                                            -->End of Python script error report<--

Any suggestions? Edit - Nevermind, I'm an idiot, i downloaded the wrong file and replaced the dev branch with the stable *facepalm*


RE: [RELEASE] trakt.tv tv/movie scrobbler - S7eele - 2015-02-15

(2015-02-15, 06:35)Balthazar Wrote: Hi guys,

I have been trying out the dev version from github, but I can't seem to get the rating dialog to work properly. Using version 2.3.2-2-g0f2f3d4.zzip that I downloaded yesterday and the 1080XF skin. I believe this is the relevant portion of the sys log:

Code:
17:20:06 T:140673269937920  NOTICE: [trakt] Queued dispatch: {u'action': u'ended'}
17:20:06 T:140673269937920  NOTICE: [trakt] Dispatch: {u'action': u'ended'}
17:20:06 T:140673269937920  NOTICE: [trakt] [Scrobbler] playbackEnded()
17:20:06 T:140673269937920  NOTICE: [trakt] [Rating] Rating Check called for 'episode'
17:20:06 T:140673269937920   ERROR: EXCEPTION: Non-Existent Control 10014
17:20:06 T:140673269937920   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.RuntimeError'>
                                            Error Contents: Non-Existent Control 10014
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.kodi/addons/trakt-script.trakt-0f2f3d4/rating.py", line 252, in onInit
                                                self.getControl(10014).setVisible(self.rating_type == 'simple')
                                            RuntimeError: Non-Existent Control 10014
                                            -->End of Python script error report<--

Any suggestions?
the version looks wrong as it should be 3.0.0, are you sure your downloading the dev branch of razze's update?

https://github.com/Razzeee/script.trakt/tree/dev

if you want to try the upgraded add-ons dev branch follow the link above to the dev branch on github and use the download zip option to download latest dev version

update - definitely looks like you download and installed the original version by rectifyer, errors are to be expected if using that version since it only partly works (sync doesnt work), not sure about those particular errors but doubt it really matters


RE: [RELEASE] trakt.tv tv/movie scrobbler - jackhulk - 2015-02-15

(2015-01-16, 21:47)HankSchrader Wrote:
(2015-01-16, 19:51)jackhulk Wrote: Hello.

I have Kodi installed and my watch status is syncing to trakt, but the rating is not. Is this something to be fixed in plugin or some issue my end please?

Thank you
The problem is, that it is only syncing _to_ trakt, but not pulling the information _from_ trakt.
Movies are getting synced, the problem is only known for the tv shows as far as I am right.

Thanks, but the issue I'm still having is that the movie ratings for movies I've just watched via Kodi are not being synced to trakt. The movie itself is being synced to trakt's 'recently watched', but my ratings are not. Anyone else experiencing this problem please, or know of a fix? I have trakt 2.3.1. From what I can see, this is the latest correct?


RE: [RELEASE] trakt.tv tv/movie scrobbler - clayboy - 2015-02-15

launched the latest dev build and nothing pops up ... weird indeed nothing is syncing or scrobbling on 3.0.0 for me on openelec 5.0.2


RE: [RELEASE] trakt.tv tv/movie scrobbler - disrupted - 2015-02-15

(2015-02-15, 13:00)jackhulk Wrote: Thanks, but the issue I'm still having is that the movie ratings for movies I've just watched via Kodi are not being synced to trakt. The movie itself is being synced to trakt's 'recently watched', but my ratings are not. Anyone else experiencing this problem please, or know of a fix? I have trakt 2.3.1. From what I can see, this is the latest correct?

read the first post


RE: [RELEASE] trakt.tv tv/movie scrobbler - Razze - 2015-02-15

- I'll try to refactor the loading of kodi watched/collected today.
- If this works I'll check if Gotham is doing alright.
- Figuring out that translation problem in English
- Trying to figure out some log problems

and if no new errors are showing up its time to push it.


RE: [RELEASE] trakt.tv tv/movie scrobbler - Martijn - 2015-02-15

English is default language so there is no translation
https://github.com/XBMC-Addons/service.xbmc.versioncheck/blob/master/resources/language/English/strings.po


RE: [RELEASE] trakt.tv tv/movie scrobbler - Razze - 2015-02-15

So I can't use a shared translation key with another trakt addon for media center X?


RE: [RELEASE] trakt.tv tv/movie scrobbler - Martijn - 2015-02-15

(2015-02-15, 13:48)Razze Wrote: So I can't use a shared translation key with another trakt addon for media center X?

don't follow?


RE: [RELEASE] trakt.tv tv/movie scrobbler - Razze - 2015-02-15

(2015-02-15, 13:53)Martijn Wrote:
(2015-02-15, 13:48)Razze Wrote: So I can't use a shared translation key with another trakt addon for media center X?

don't follow?

Maybe this helps?
Damien is maintaining trakt for mediaportal

Image


RE: [RELEASE] trakt.tv tv/movie scrobbler - Martijn - 2015-02-15

i think msgid is the common stored translation key. At least that's how it is for us between our three transifex projects. Not sure if it's shared outside projects.
@alanwww1 know more about that


RE: [RELEASE] trakt.tv tv/movie scrobbler - Razze - 2015-02-15

Yep, that should be alright, but why isn't the English one getting the msgstr?


RE: [RELEASE] trakt.tv tv/movie scrobbler - Razze - 2015-02-15

(2015-02-15, 13:43)Razze Wrote: - I'll try to refactor the loading of kodi watched/collected today.
- If this works I'll check if Gotham is doing alright.
- Figuring out that translation problem in English
- Trying to figure out some log problems

and if no new errors are showing up its time to push it.

1 and 3 should be fine.

I think I will try gotham tomorrow (if no one can confirm it working) and work on the log stuff later today.


RE: [RELEASE] trakt.tv tv/movie scrobbler - S7eele - 2015-02-15

(2015-02-15, 20:49)Razze Wrote:
(2015-02-15, 13:43)Razze Wrote: - I'll try to refactor the loading of kodi watched/collected today.
- If this works I'll check if Gotham is doing alright.
- Figuring out that translation problem in English
- Trying to figure out some log problems

and if no new errors are showing up its time to push it.

1 and 3 should be fine.

I think I will try gotham tomorrow (if no one can confirm it working) and work on the log stuff later today.
i can test gotham to save you some time but it will be a few hours before i can do so, ill go check another forum to see if anyone there can verify it works on gotham, hard to believe that NOBODY is running this on gotham Confused