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 v3 - Razze - 2016-01-28

(2016-01-28, 00:33)HQna Wrote: Hey there :-)

since a couple of weeks my trakt app simply does not work at all anymore. Whenever I start Kodi or the app itself is says "ERROR Script failed! : Trakt". Does anyone have any ideas on how to fix it?

debug log: http://pastebin.com/btmewzBx

Greetings

Uninstall it and reinstall from the official repo. You shouldn't get a version newer than 3.0.4 or your in trouble.
As that was the last version compatible with helix.

Maybe you have a third party repo installed that is not aware.


RE: Trakt.tv v3 - zappel - 2016-01-28

Hi,

i really like the addon, so many thanks for providing it.

I do have one question. I tried to disable the rating feature.I dont want to rate every TV Show or Movie. I checked the Settings and found the options where i can choose to rate Movies TV Shows and Playlist Files. Unfortunately if i disable those options it still asks me to rate the last watched file. Is this a known bug? Or am I doing something wrong?

Thanks for helping me.


RE: Trakt.tv v3 - aptalca - 2016-01-28

(2016-01-28, 13:01)zappel Wrote: Hi,

i really like the addon, so many thanks for providing it.

I do have one question. I tried to disable the rating feature.I dont want to rate every TV Show or Movie. I checked the Settings and found the options where i can choose to rate Movies TV Shows and Playlist Files. Unfortunately if i disable those options it still asks me to rate the last watched file. Is this a known bug? Or am I doing something wrong?

Thanks for helping me.
I changed the rating percentage to 0 and it no longer asks


RE: Trakt.tv v3 - Razze - 2016-01-28

(2016-01-28, 13:01)zappel Wrote: Hi,

i really like the addon, so many thanks for providing it.

I do have one question. I tried to disable the rating feature.I dont want to rate every TV Show or Movie. I checked the Settings and found the options where i can choose to rate Movies TV Shows and Playlist Files. Unfortunately if i disable those options it still asks me to rate the last watched file. Is this a known bug? Or am I doing something wrong?

Thanks for helping me.

Working as advertised for me :/

21:03:54 T:13540 DEBUG: [script.trakt] rating: Rating Check called for 'movie'
21:03:54 T:13540 DEBUG: [script.trakt] rating: 'movie' is configured to not be rated.


RE: Trakt.tv v3 - steve1977 - 2016-01-29

(2016-01-28, 00:19)Razze Wrote:
(2016-01-26, 16:54)steve1977 Wrote:
(2016-01-24, 20:02)Razze Wrote: You first suffered a network error.
On your second try you hit a "ValueError: (22, 'Invalid argument')" see the first post in this topic for infos on that.

Thanks, I have read the Q&A in the first post, but not fully clear to me on the instruction. Which way is the sync issue in my case and can you elaborate on the solution. Thanks!

Look for a movie on trakt, that has a weird date watched (in your history)

Perfect, working now. Thanks!


RE: Trakt.tv v3 - TRaSH - 2016-01-29

I noticed a while ago my trakt wasn't updating any more on Twitter and Facebook.
So I uninstalled trakt and deleted all remains.
Then I trakt removed the connection to Facebook and Twitter.
Reconnect them again.
Added the add-on again.
Did a reboot.
Watched a movie and Twitter is updating.
But nothing on the timeline of Facebook.
Rechecked my settings and it should update.


RE: Trakt.tv v3 - Razze - 2016-01-29

(2016-01-29, 16:15)TRaSH Wrote: I noticed a while ago my trakt wasn't updating any more on Twitter and Facebook.
So I uninstalled trakt and deleted all remains.
Then I trakt removed the connection to Facebook and Twitter.
Reconnect them again.
Added the add-on again.
Did a reboot.
Watched a movie and Twitter is updating.
But nothing on the timeline of Facebook.
Rechecked my settings and it should update.

If your scrobble happens, it's up to the trakt guys, so you might want to report there.
http://support.trakt.tv


RE: Trakt.tv v3 - TRaSH - 2016-01-30

will do that thnx


RE: Trakt.tv v3 - barbz - 2016-02-01

Can someone confirm that the addon will update trakt.tv for shows in the library and not for media files viewed through files and not part of a library?

Thankyou


RE: Trakt.tv v3 - ezechiel1917 - 2016-02-01

Razze: Thanks for implementing user ratings sync. I was able to sync movies fine, but then script crashed on tv shows ratings,

Code:
ERROR: Exception in thread trakt-sync:
                                            Traceback (most recent call last):
                                              File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
                                                self.run()
                                              File "/home/xbmc/.kodi/addons/script.trakt/service.py", line 333, in run
                                                sync.sync()
                                              File "/home/xbmc/.kodi/addons/script.trakt/sync.py", line 67, in sync
                                                syncEpisodes.SyncEpisodes(self, progress)
                                              File "/home/xbmc/.kodi/addons/script.trakt/syncEpisodes.py", line 56, in __init__
                                                self.__syncShowsRatings(traktShowsRated, kodiShowsCollected, 92, 95)
                                              File "/home/xbmc/.kodi/addons/script.trakt/syncEpisodes.py", line 458, in __syncShowsRatings
                                                shows.append({'tvshowid': show['tvshowid'], 'rating': show['rating']})
                                            KeyError: 'tvshowid'



RE: Trakt.tv v3 - Razze - 2016-02-01

Can you please post the complete log? If possible on a site like pastebin or xbmclogs, thanks


RE: Trakt.tv v3 - ezechiel1917 - 2016-02-02

Everything looks fine until:

Code:
DEBUG: [script.trakt] requests.packages.urllib3.util.retry: Incremented Retry for (url='/sync/collection'): Retry(total=2, connect=None, read=None, redirect=None)
WARNING: [script.trakt] requests.packages.urllib3.connectionpool: Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Read timed out. (read timeout=24)",)': /sync/collection
INFO: [script.trakt] requests.packages.urllib3.connectionpool: Starting new HTTPS connection (2): api-v2launch.trakt.tv
ERROR: /home/xbmc/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
                                              InsecurePlatformWarning
DEBUG: [script.trakt] requests.packages.urllib3.connectionpool: "POST /sync/collection HTTP/1.1" 201 None
DEBUG: [script.trakt] syncEpisodes: [traktAddEpisodes] Finished with 0 error(s)
DEBUG: [script.trakt] syncEpisodes: [Episodes Sync] Trakt.tv episode playcounts are up to date.
DEBUG: [script.trakt] syncEpisodes: [Episodes Sync] Trakt show ratings are up to date.
DEBUG: [script.trakt] syncEpisodes: [Episodes Sync] 80 show(s) will have show ratings added in Kodi
ERROR: Exception in thread trakt-sync:
                                            Traceback (most recent call last):
                                              File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
                                                self.run()
                                              File "/home/xbmc/.kodi/addons/script.trakt/service.py", line 333, in run
                                                sync.sync()
                                              File "/home/xbmc/.kodi/addons/script.trakt/sync.py", line 67, in sync
                                                syncEpisodes.SyncEpisodes(self, progress)
                                              File "/home/xbmc/.kodi/addons/script.trakt/syncEpisodes.py", line 56, in __init__
                                                self.__syncShowsRatings(traktShowsRated, kodiShowsCollected, 92, 95)
                                              File "/home/xbmc/.kodi/addons/script.trakt/syncEpisodes.py", line 458, in __syncShowsRatings
                                                shows.append({'tvshowid': show['tvshowid'], 'rating': show['rating']})
                                            KeyError: 'tvshowid'



RE: Trakt.tv v3 - Razze - 2016-02-02

There is a reason I ask for a COMPLETE log Smile
Send it by pm if you think it's embarrassing Wink


RE: Trakt.tv v3 - Wildrabbit - 2016-02-06

Hi
I can't find the Trakt app in the Kodi repo...?
and can't install it from zip file...
any idea why? or what should I do?
10X


RE: Trakt.tv v3 - Razze - 2016-02-07

(2016-02-06, 22:30)Wildrabbit Wrote: Hi
I can't find the Trakt app in the Kodi repo...?
and can't install it from zip file...
any idea why? or what should I do?
10X

It should be in program addons. Which kodi version are you using? Anything custom about the build?