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)



Re: Trakt Utilities Error - bry - 2012-10-04

I fixed this by grabbing the. . 65 beta


RE: Trakt Utilities Error - AMediaConsumer - 2012-10-04

(2012-10-04, 17:49)bry- Wrote: I fixed this by grabbing the. . 65 beta

Me too. Gives an error message but seems to work fine.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - m1mi.dan0s - 2012-10-05

0.6.4 kept giving me the wrong username/password error. I updated to 0.6.5 and the error disappeared. It even says it's starting a movies and tvshow sync. But I never get a report (the way it usually shows on my other machine) of how many shows or movies it has synced. It never seems to sync anything...


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - razlebol - 2012-10-08

I have the same problem. Username password error with 6.4.

I'm not upgrading to 6.5 because scrobbling doesn't work for me on that version.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - kjuu - 2012-10-08

Also have had user/password errors every time I start xbmc for a while.
Eden, Win7 x64, MySQL

Solved it by installing 0.6.5. No errors so far.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - fastcolors - 2012-10-10

(2012-10-02, 00:36)QuizKid Wrote:
(2012-09-28, 21:17)DejaVu Wrote: 0.6.4 has stopped working complaining about User/Pass incorrect.
0.6.5 seems to work better, but I'm getting a lot of service.py errors.

Hi, I'm having the same issue - User/Pass incorrect, updated to 0.6.5 and that fixed it, but get a lot of the service.py error pop up messages

+1


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - dunpealhunter - 2012-10-14

Is a new version of Trakt utilities ever coming out? It seemed ages ago since the release of 0.6.5.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - Bomster - 2012-10-22

Is anybody else constantly getting errors with 0.6.5?

Keep getting "incorrect username/password" aswell as TV shows intermittently failing to scrobble.

I have disabled and then re-enabled the add-on... retyped mu info which is definitely right as sometimes it does scrobble successfully.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - ZombieTwiglet - 2012-10-22

I've been getting bad user/pass messages for the last day or so, guessing they changed the API or something on their side of things as nothing has changed. Though I fear we've been abandoned, the plugin hasn't been touched in about a year oh their Github repo and it's not worked properly with the pre-frodo nighties for a long time.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - lrusak - 2012-10-22

Try moving to the new add-on, traktr


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - Andori - 2012-10-25

I found a bug in 0.6.5.

In file raw_xbmc_database.py

Line 41 says:
Code:
name = 'myvideo'

I think it should be:
Code:
name = 'MyVideos'

It only shows up if you are using MySql to do shared libraries, otherwise it gives a script error.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - qonfusion90 - 2012-10-25

(2012-10-25, 00:11)Andori Wrote: I found a bug in 0.6.5.

In file raw_xbmc_database.py

Line 41 says:
Code:
name = 'myvideo'

I think it should be:
Code:
name = 'MyVideos'

It only shows up if you are using MySql to do shared libraries, otherwise it gives a script error.


I have tested it out and you where right, when you manualy sync your trakt db with your xbmc db you wil recieve an error message. After you change line 41 you won't any more.
This fix problebly isn't ownly for mysql users beceaus "MyVideos" Is used by default by XBMC.


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - fastcolors - 2012-10-25

nothing gets synced locally, I get no errors with Movies but error with TVshows..... Sad

Code:
01:01:38 T:2955980800   ERROR: Error Type: <class 'sqlite3.OperationalError'>
01:01:38 T:2955980800   ERROR: Error Contents: no such table: tvshowlinkepisode
01:01:38 T:2955980800   ERROR: Traceback (most recent call last):
                                              File "/Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5/default.py", line 122, in <module>
                                                menu()
                                              File "/Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5/default.py", line 51, in menu
                                                submenuUpdateSyncClean()
                                              File "/Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5/default.py", line 71, in submenuUpdateSyncClean
                                                syncSeenTVShows()
                                              File "/Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5/sync_update.py", line 956, in syncSeenTVShows
                                                setXBMCEpisodePlaycount(tvshow['tvdb_id'], episode[0], episode[1], 1)
                                              File "/Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5/utilities.py", line 437, in setXBMCEpisodePlaycount
                                                " )")
                                              File "/Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5/raw_xbmc_database.py", line 34, in execute
                                                return RawXbmcDb.query(str)
                                              File "/Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5/raw_xbmc_database.py", line 19, in query
                                                cursor.execute(str)
                                            OperationalError: no such table: tvshowlinkepisode
01:01:38 T:2890684968   ERROR: ClearBlock: Trying to clear non existent block /Users/macbook1/Library/Application Support/XBMC/addons/script.TraktUtilities-0.6.5



RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - tebicenter - 2012-10-25

Well, this should give to someone an idea...

Code:
01:01:38 T:2955980800   ERROR: Error Contents: no such table: tvshowlinkepisode

It seems that table is no longer available. We should look if that table changed name of if it was removed


RE: [RELEASE] Trakt Utilities (addon for Trakt.tv usage) - fastcolors - 2012-10-25

here's the fix for that:

FIX EPISODE ERROR

...BUT....

...no sync on xbmc anyways........

SadSadSadSad