Kodi Community Forum
[RELEASE] Trakt Utilities (addon for Trakt.tv usage) - 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: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) (/showthread.php?tid=98582)



- johoja - 2011-11-13

Lunatixz Wrote:i'm having the same problem, debug log shows nothing helpful..ends with a Thread Jobworker 4380 terminating (autodelete).

I have a feeling its a bug in the nightlies, it seems like fairly harmless SQL that causes XBMC to hang.


- othrayte - 2011-11-13

johoja Wrote:I'm having this issue with Trakt Utitilies (results in XBMC freezing) on the latest nightly.

https://github.com/Manromen/script.TraktUtilities/issues/101


Anyone know a workaround or how to fix it?

Lunatixz Wrote:i'm having the same problem, debug log shows nothing helpful..ends with a Thread Jobworker 4380 terminating (autodelete).

johoja Wrote:I have a feeling its a bug in the nightlies, it seems like fairly harmless SQL that causes XBMC to hang.

Could everybody with this issue remind me what version of TU and xbmc your are using.


- johoja - 2011-11-13

othrayte Wrote:Could everybody with this issue remind me what version of TU and xbmc your are using.

Git version of trakt utilities, and latest nightly of xbmc


- othrayte - 2011-11-13

johoja Wrote:Git version of trakt utilities, and latest nightly of xbmc

Oh, also forgot to ask, which o/s and do you know which version of xbmc you last had that worked (and any other that didn't).


- johoja - 2011-11-13

othrayte Wrote:Oh, also forgot to ask, which o/s and do you know which version of xbmc you last had that worked (and any other that didn't).

Windows 7. Not sure about which version worked last.


- Lunatixz - 2011-11-13

othrayte Wrote:Could everybody with this issue remind me what version of TU and xbmc your are using.

had this problem with every version of tu from 6.4 to the latest git, and xbmc nightly current November pre eden atm nov 12th.. windows 7 os, and I went from 10.1 so I don't know which nightly last worked, but I can say i've had this problem since nov 1st nightly


- Raytestrak - 2011-11-13

I feel 0.7 coming out Big Grin Wink


- Rumik - 2011-11-13

Bump for my issue till being... Well... An issue Sad


- othrayte - 2011-11-13

Rumik Wrote:Bump for my issue till being... Well... An issue Sad

Though extra work with darkvoid that issue should now be fixed, try that link I provided previously it will now point to a version that should fix things.


- Rumik - 2011-11-13

Nope, tried installing the version ou linked again and ts still not scrobbling. Very sad panda.


- soder - 2011-11-14

I'm using a new build of pre eden for Ubuntu, and the Trakt Utilities add-on only (not the other trakt.tv add-on).

Lately there are problems with the add-on adding the movie as seen in my trakt.tv feed.

The movie is scrobbled, as I can see on trakt.tv that I'm watching it right now, but then it ISN'T being added to my feed.

When I later search for the movie on trakt.tv, the movie IS marked as seen, and the date for that is set to 1/1 1970. http://piclair.com/05e4p

/Söder


- othrayte - 2011-11-14

soder Wrote:I'm using a new build of pre eden for Ubuntu, and the Trakt Utilities add-on only (not the other trakt.tv add-on).

Lately there are problems with the add-on adding the movie as seen in my trakt.tv feed.

The movie is scrobbled, as I can see on trakt.tv that I'm watching it right now, but then it's being added to my feed.

When I later search for the movie on trakt.tv, the movie IS marked as seen, and the date for that is set to 1/1 1970. http://piclair.com/05e4p

/Söder
Yeah, your the second person to mention this, I think I know what is going on, I'll add it to the list of bugs, thanks for reporting.


- darkvoid - 2011-11-14

Rumik Wrote:Nope, tried installing the version ou linked again and ts still not scrobbling. Very sad panda.

It seems rumik's problem is different than what I was encountering.

For me (before the fix) no data at all would be parsed.
But for rumik it gets past the first few JSON requests just fine:

Code:
21:26:10 T:2404  NOTICE: Trakt Utilities: service: script.TraktUtilities - version: 0.6.4
21:26:11 T:2404  NOTICE: Trakt Utilities: trakt json url: /account/test/48dfcb4813134da82152984e8c4f329bc8b8b46a

However it fails further down because apparently some of the data returned contains an invalid date format:

Code:
21:26:24 T:2404   ERROR: Error Contents: time data u'' does not match format '%Y-%m-%d %H:%M:%S'

Maybe some of the trakt returned data is corrupted? Hard to say without seeing whats transferred back from trakt.


- PikeyZA - 2011-11-14

[quote=othrayte]The response that trakt is returning when TU tries to validate your login details is blank, not sure why. One thing to check is that you are using your trakt username and not your email address. The other thing to make sure is that the computer in question can reach this page, and therefore trakts api. Lastly does this happen every time or only some times? If you can confirm these details then I'll PM you some known working details.


Hi Othrayte,

This happens everytime, and the PC attempts to Open/Save a file called justin from that link (http://api.trakt.tv/user/profile.json/6b073617add65eb9f4720bde54d58947/justin).
In a previous post you said you'd pushed a fix to a link, is that referring to this issue? If so which link did you mean?

Sorry for the late response, I've been away and not checked in since last week.


- othrayte - 2011-11-14

PikeyZA Wrote:Hi Othrayte,

This happens everytime, and the PC attempts to Open/Save a file called justin from that link (http://api.trakt.tv/user/profile.json/6b073617add65eb9f4720bde54d58947/justin).
The fact that it tries to download that file indicates that you can reach the trakt.tv api and it is returning the correct data there.
PikeyZA Wrote:In a previous post you said you'd pushed a fix to a link, is that referring to this issue? If so which link did you mean?
I think it might, try it out.