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 - Kincaid - 2021-05-25

I tried to set an episode to watched via the trakt kontext menu and it resulted in this error in the log:

Code:
2021-05-25 18:01:25.994 T:3872   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: 'imdbnumber'
                                            Traceback (most recent call last):
                                              File "C:\Users\Chris\AppData\Roaming\Kodi\addons\script.trakt\defaultscript.py", line 14, in <module>
                                                Main()
                                              File "C:\Users\Chris\AppData\Roaming\Kodi\addons\script.trakt\defaultscript.py", line 11, in Main
                                                script.run()
                                              File "C:\Users\Chris\AppData\Roaming\Kodi\addons\script.trakt\resources\lib\script.py", line 171, in run
                                                data['id'] = result['imdbnumber']
                                            KeyError: 'imdbnumber'
                                            -->End of Python script error report<--



RE: Trakt.tv v3 - Kincaid - 2021-05-26

I still have the issue that some shows won't get scrobbled. I don't see anything about it in the log file, no matter if it successfully scrobbles or not. If the episode gets scrobbled I get the notification. If it doesn't scrobble I get nothing, as if the add on isn't even running. I completely uninstalled Kodi and reinstalled it, I only added the media sources and the trakt add on but it's still the same. I thought the issue might be that some shows have different names in germand than in english, but some shows with different names get scrobbled and some shows with the same names don't get scrobbled. I don't see any pattern in which shows are scrobbled and which not. I have no idea where to look for a solution anymore.

And then there is still the problem that some shows get scrobbled, but after the episode is finished it is not marked as seen. I noticed that the check in on trakt gets cancelled when you stop or pause an episode, so maybe the episode is finished while I'm still checked in and the addon cancels the check in and for trakt I never finished the episode?


RE: Trakt.tv v3 - peakay - 2021-06-04

(2021-03-26, 02:28)Razze Wrote:
(2021-03-21, 00:15)peakay Wrote: I'll join the queue.  
i completely uninstalled Kodi, deleted all folders in prog files and appdata, reinstalled
The only other addin I use is Emby-Next-Gen.  

windows 10 PC
Using Kodi Matrix for the past few weeks, I was on Kodi 18 prior to that.  I found my Trakt history hasn't updated since October.  Noticed that after doing a fresh install of Kodi and shows I've watched over the past few months appeared as unwatched.  

Log file is at https://paste.kodi.tv/isadagitoh

I have verified I can get into the Trakt site without issue manually. 

Unsure if it is relevant, however I noticed in the addon settings, the username is blank,  I thought it used to have my Trakt username in there.  

I have authorised about 15 times over the past couple of weeks while troubleshooting and it always says successful.

Your user account is locked, your getting a 423 error
https://trakt.docs.apiary.io/#introduction/status-codes

You will need to contact the trakt support
Hi,
   thanks for that, the response I got below is from Trakt support.  

 
It looks like an Trakt for Kodi and an unknown app (before we were tracking the problem) stuffed your account with 600k+ play history items.  Your play history has been deduplicated to the best of our ability, and your API access has been unlocked.
 
Before using Trakt's API again, make sure to find a fix from this third party applications developer, or disable it entirely.
 
Let me know if there's anything else I can help you with.

I have responded to verify if they mean TrakT for Kodi or the "unknown app" has the problem.  The only other app I use that i can think of that might be is Emby. 
Note that my issue started about October last year, so potentially the issue is already resolved too with releases between then and now, and I may have just needed the unlock.


RE: Trakt.tv v3 - peakay - 2021-06-04

(2021-06-04, 00:38)peakay Wrote:
(2021-03-26, 02:28)Razze Wrote:
(2021-03-21, 00:15)peakay Wrote: I'll join the queue.  
i completely uninstalled Kodi, deleted all folders in prog files and appdata, reinstalled
The only other addin I use is Emby-Next-Gen.  

windows 10 PC
Using Kodi Matrix for the past few weeks, I was on Kodi 18 prior to that.  I found my Trakt history hasn't updated since October.  Noticed that after doing a fresh install of Kodi and shows I've watched over the past few months appeared as unwatched.  

Log file is at https://paste.kodi.tv/isadagitoh

I have verified I can get into the Trakt site without issue manually. 

Unsure if it is relevant, however I noticed in the addon settings, the username is blank,  I thought it used to have my Trakt username in there.  

I have authorised about 15 times over the past couple of weeks while troubleshooting and it always says successful.

Your user account is locked, your getting a 423 error
https://trakt.docs.apiary.io/#introduction/status-codes

You will need to contact the trakt support
Hi,
   thanks for that, the response I got below is from Trakt support.  

 
It looks like an Trakt for Kodi and an unknown app (before we were tracking the problem) stuffed your account with 600k+ play history items.  Your play history has been deduplicated to the best of our ability, and your API access has been unlocked.
 
Before using Trakt's API again, make sure to find a fix from this third party applications developer, or disable it entirely.
 
Let me know if there's anything else I can help you with.

I have responded to verify if they mean TrakT for Kodi or the "unknown app" has the problem.  The only other app I use that i can think of that might be is Emby. 
Note that my issue started about October last year, so potentially the issue is already resolved too with releases between then and now, and I may have just needed the unlock.
got this back from Trakt Support

 
My guess is Emby was the main culprit.  A lot of these issues I see are from them.  I've brought it up directly with them, but nothing has come of it yet.  Might be more meaningful coming from the user base.
There was a time when Kodi also played a part, but I'm mostly seeing their bad activity was months back.

so it looks like my fix going forward for now is to disable trakt integration in Emby and just let trakt for Kodi do the work.


RE: Trakt.tv v3 - fede01_8 - 2021-07-22

Movies aren't marked as watched when I finish them . File names are correct: title.(year). Settings are checked.

Addon works fine with series.


RE: Trakt.tv v3 - shedrock - 2021-07-22

I seem to be having an issue with the addon. I noticed for quite some time now that if I am watching TV show episodes, trakt doesn't mark all as watched. Today I tried to do a manual run, but it sticks on 12% then just exits. Has anyone else experience this issue?

Here is my LOG file: https://paste.kodi.tv/culaxomivu.kodi

Regards,

Shedrock


RE: Trakt.tv v3 - shedrock - 2021-07-23

Is this addon still being maintained?

Shedrock


RE: Trakt.tv v3 - jmh2002 - 2021-07-23

(2021-07-23, 05:00)shedrock Wrote: Is this addon still being maintained?

The OP last posted in this thread on the previous page, on 24 May 2021, and seems active on GitHub 6 days ago: https://github.com/trakt/script.trakt/commits?author=Razzeee

Last Visit to the Kodi forum: Sunday, 11th July, 2021


RE: Trakt.tv v3 - shedrock - 2021-07-23

Thanks @jmh2002. Hopefully he'll look into my issue then.

Regards,

Shedrock


RE: Trakt.tv v3 - Hitcher - 2021-07-23

Give him a chance it's been less than a day since your post.

Alternatively report an issue on GitHub.


RE: Trakt.tv v3 - shedrock - 2021-07-27

I've reported the issue on the Git Rep. since there has been no response on this end from @Razzehttps://github.com/trakt/script.trakt/issues/564


RE: Trakt.tv v3 - Razze - 2021-08-07

(2021-07-22, 19:22)fede01_8 Wrote: Movies aren't marked as watched when I finish them . File names are correct: title.(year). Settings are checked.

Addon works fine with series.

Provide logs please, see the first post for more info.


RE: Trakt.tv v3 - shedrock - 2021-08-07

Hi @Razze,

Any progress on the issues I submitted on Github? I've not heard back from Justin, so I am not sure if he's working on a solution.

Regards,

Shedrock


RE: Trakt.tv v3 - Razze - 2021-08-25

(2021-08-07, 22:03)shedrock Wrote: Hi @Razze,

Any progress on the issues I submitted on Github? I've not heard back from Justin, so I am not sure if he's working on a solution.

Regards,

Shedrock
Hey,

I don't have any more access to the trakt people then you or a normal user has Smile

Cheers


RE: Trakt.tv v3 - shedrock - 2021-08-25

(2021-08-25, 13:08)Razze Wrote: I don't have any more access to the trakt people then you or a normal user has

That's ok. This post is a bit old. I did leave them a message regarding my issue after I applied your workaround. It's been a while, but I've not heard back from Justin. I will leave him another message later on today.

Regards,

Shedrock