• 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 103
[RELEASE] Trakt Utilities (addon for Trakt.tv usage)
(2012-04-25, 01:15)svtfmook Wrote: ok, i must be completely stupid because i can't seem to get this to work at all.

on eden, latest stable version of trakt

number 1, i can't seem to add it to my favorites and there's no way to access via the programs menu on aeon nox skin.
TU currently resides within 'Videos' > 'Video Addons'

(2012-04-25, 01:15)svtfmook Wrote: number 2, it doesn't seem to do anything

i have it configured with my login and scrobbling enabled. but it doesn't seem to post anything on my trakt account and i don't see anyway of scanning my library or anything like that.
Please post a debug log so that we can see what is going on, instructions at the "getting support" link in my sig.


(2012-04-26, 00:42)yonnyz Wrote: Can someone help me with this error?
01:40:32 T:7320 NOTICE: Trakt Utilities: [Notification Service] Telnet too soon? (11004) getaddrinfo failed

Thanks

There is something wrong with the way your computer is setup, this error probably means that localhost (ie your computer) does not map to the correct ip address. This is something that you will need to search for yourself and is not TU related.

Sorry I can't be of more help.
(2012-04-26, 14:41)kluka Wrote:
(2012-04-23, 13:49)othrayte Wrote:
(2012-04-22, 13:51)kluka Wrote: Then let me ask:
When does the TU plugin remove Scrobbles or "Seen-marked" from the trakt.tv profile?
This can only happen as a direct result of an instant-sync, ie it can't happen as an automated sync but will automatically happen if you mark an item unwatched in XBMC, as xbmc will send a notification that TU reads then instantly synchronises the change.

This.

Disable this.

Pretty Please.
I will consider adding a setting, but It currently goes against the design of TU, which is to synchronize XBMC with trakt.tv.

(2012-04-26, 14:41)kluka Wrote:
(2012-04-23, 13:49)othrayte Wrote:
(2012-04-22, 13:51)kluka Wrote: http://pastebin.com/YwYpk9U6

sorry for the massive delay

The episode did not scrobble after resuming and then finishing it Sad

>>Scratches head<< That log is not from the version I linked, the log is not correct. Anyway i've have an improved version of the same thing here.

I am pretty sure that I installed the version that you linked with the "install add-on from zip" (while not deleting the previous version)... hmm. How could I check in the XBMC interface which version is used? Now it is shown as 0.6.5 with the Author manromen


new log on Pastebin: http://pastebin.com/C9bmzjzg
Would it be possible to simply replace one with the other, it is much easier than checking which is running?
Image
Developer working on Trakt Utilties for XBMC (Download)
Please read Getting Support before asking for support.
Reply
(2012-04-28, 15:00)pulsecode-sgnl Wrote:
(2012-04-20, 15:37)othrayte Wrote:
(2012-04-19, 00:53)pulsecode-sgnl Wrote: Late response, but here's my updated log with that version.

http://pastebin.com/zvjLkjxi

This log shows the following message
Code:
ERROR: JSONRPC Server: Failed to bind serversocket

Could you please recreate the log and check if this message stays, if it does follow this https://github.com/Manromen/script.Trakt...on-refused[/code]

I was unable to replicate the error message in the previous log. I did however get a new log with several of the following errors.
Code:
NOTICE: Trakt Utilities: [NotificationService] ERROR: EOFError
Maybe this will be more helpful?

Thanks.

Could you please post a full debug log, and try this https://github.com/Manromen/script.Trakt...on-refused
(2012-05-01, 15:21)JonasL1 Wrote: Sync seen tv shows or srobbling doesn't work on my Apple TV 2. I receive 'script error: servive.py. Here is my log file of the error:

11:39:55 T:103706624 ERROR: Error Type: <type 'exceptions.TypeError'>
11:39:55 T:103706624 ERROR: Error Contents: cannot concatenate 'str' and 'NoneType' objects
11:39:55 T:103706624 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities-0.6.5/service.py", line 67, in <module>
autostart()
File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities-0.6.5/service.py", line 44, in autostart
if autosync_cleantvshowcollection: cleanTVShowCollection(True)
File "/var/mobile/Library/Preferences/XBMC/addons/script.TraktUtilities-0.6.5/sync_update.py", line 493, in cleanTVShowCollection
tvshows_string += ", " + to_unlibrary[i]['title']
TypeError: cannot concatenate 'str' and 'NoneType' objects

xbmc.log Here is the full log file.

(2012-05-01, 17:35)papampi Wrote: and i get this error recently :
Code:
19:59:00 T:2789190464    INFO: -->Python script returned the following error<--
19:59:00 T:2789190464   ERROR: Error Type: <class 'mysql.connector.errors.ProgrammingError'>
19:59:00 T:2789190464   ERROR: Error Contents: 1049: Unknown database 'myvideo60'
19:59:00 T:2789190464   ERROR: Traceback (most recent call last):
                                              File "/home/payam/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 67, in <module>
                                                autostart()
                                              File "/home/payam/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 56, in autostart
                                                syncSeenTVShows(True)
                                              File "/home/payam/.xbmc/addons/script.TraktUtilities-0.6.5/sync_update.py", line 956, in syncSeenTVShows
                                                setXBMCEpisodePlaycount(tvshow['tvdb_id'], episode[0], episode[1], 1)
                                              File "/home/payam/.xbmc/addons/script.TraktUtilities-0.6.5/utilities.py", line 437, in setXBMCEpisodePlaycount
                                                " )")
                                              File "/home/payam/.xbmc/addons/script.TraktUtilities-0.6.5/raw_xbmc_database.py", line 34, in execute
                                                return RawXbmcDb.query(str)
                                              File "/home/payam/.xbmc/addons/script.TraktUtilities-0.6.5/raw_xbmc_database.py", line 15, in query
                                                _RawXbmcDb__conn = _findXbmcDb()
                                              File "/home/payam/.xbmc/addons/script.TraktUtilities-0.6.5/raw_xbmc_database.py", line 92, in _findXbmcDb
                                                return mysql.connector.Connect(host = host, port = int(port), database = database, user = user, password = passwd)
                                              File "/home/payam/.xbmc/addons/script.module.myconnpy/lib/mysql/connector/__init__.py", line 45, in Connect
                                                return MySQLConnection(*args, **kwargs)
                                              File "/home/payam/.xbmc/addons/script.module.myconnpy/lib/mysql/connector/connection.py", line 366, in __init__
                                                self.connect(*args, **kwargs)
                                              File "/home/payam/.xbmc/addons/script.module.myconnpy/lib/mysql/connector/connection.py", line 411, in connect
                                                ssl=(ssl_ca, ssl_cert, ssl_key))
                                              File "/home/payam/.xbmc/addons/script.module.myconnpy/lib/mysql/connector/connection.py", line 449, in _open_connection
                                                self._charset)
                                              File "/home/payam/.xbmc/addons/script.module.myconnpy/lib/mysql/connector/protocol.py", line 347, in do_auth
                                                buf = self.conn.recv()
                                              File "/home/payam/.xbmc/addons/script.module.myconnpy/lib/mysql/connector/connection.py", line 179, in recv_plain
                                                errors.raise_error(buf)
                                              File "/home/payam/.xbmc/addons/script.module.myconnpy/lib/mysql/connector/errors.py", line 82, in raise_error
                                                raise get_mysql_exception(errno,errmsg)
                                            ProgrammingError: 1049: Unknown database 'myvideo60'
19:59:00 T:2789190464    INFO: -->End of Python script error report<--
19:59:00 T:3014940416   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
19:59:00 T:2789190464    INFO: Scriptresult: Waiting on thread 18446744072228952896
19:59:01 T:2681178944    INFO: JSONRPC Server: Disconnection detected
19:59:04 T:2789190464    INFO: Python script stopped
19:59:04 T:2789190464   DEBUG: Thread XBPyThread 2789190464 terminating
19:59:04 T:3014940416   DEBUG: waiting for python thread 5 to stop
19:59:04 T:3014940416   DEBUG: python thread 5 destructed
19:59:06 T:3014940416   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------

Thanks for reporting, I believe these issues have already been fixed for the next version.
(2012-05-02, 07:46)anzerman Wrote: Hi
Trying to setup TU(0.6.5) with latest nightly build(30-04-12) of xbmc.
it will scrobble shows. As in when watching something it will show on trakt that I am watching something and if I finish watching the episode it will add it as watched.
The issue is if I try to update the library. I tried manually updating TV shows and it just hangs then crashes. I have attached the log.

xbmc.log

Cheers in advance Big Grin

Are you trying to resume an item or skip through it?

Is that log showing the hang, is it XBMC hanging or just TU? As Martijn noted it is probably an XBMC issue.
(2012-05-05, 14:37)typhoe Wrote: Hi,

using the current 0.6.5 testing version from your signature ( http://bit.ly/GAK1Pn ), I get this error:

Code:
12:13:29 T:140255062062912  NOTICE: Starting XBMC (11.0 Git:14feb09), Platform: Linux (OpenELEC - Version: 1.95.3, 3.2.16 x86_64). Built on May  1 2012
12:13:35 T:140254723254016  NOTICE: Trakt Utilities: service: script.TraktUtilities - version: 0.6.5
<...>
14:14:34 T:140254723254016  NOTICE: Trakt Utilities: getSeasonsFromXBMC: {u'tvshowid': 5, u'title': u"Les Myst\xe9rieuses Cit\xe9s D'or", u'label': u"Les Myst\xe9rieuses Cit\xe9s D'or", u'imdbnumber': u'78783', u'year': 1982, u'playcount': 1}
14:14:34 T:140254723254016   ERROR: Error Type: <type 'exceptions.TypeError'>
14:14:34 T:140254723254016   ERROR: Error Contents: cannot concatenate 'str' and 'NoneType' objects
14:14:34 T:140254723254016   ERROR: Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 67, in <module>
                                                autostart()
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 44, in autostart
                                                if autosync_cleantvshowcollection: cleanTVShowCollection(True)
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/sync_update.py", line 489, in cleanTVShowCollection
                                                tvshows_string += to_unlibrary[i]['title']
                                            TypeError: cannot concatenate 'str' and 'NoneType' objects
14:14:34 T:140253880739584  NOTICE: Trakt Utilities: Notification service stopping
14:14:35 T:140253163681536  NOTICE: Trakt Utilities: Scrobbler stopping

I then tried to remove this TV show from my collection (remove the folder, and clean xbmc library).

Code:
14:26:50 T:140294230525696  NOTICE: Trakt Utilities: TVShow not found: u'The Mysterious Cities of Gold'
14:26:50 T:140294230525696   ERROR: Error Type: <type 'exceptions.TypeError'>
14:26:50 T:140294230525696   ERROR: Error Contents: cannot concatenate 'str' and 'NoneType' objects
14:26:50 T:140294230525696   ERROR: Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 67, in <module>
                                                autostart()
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 44, in autostart
                                                if autosync_cleantvshowcollection: cleanTVShowCollection(True)
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/sync_update.py", line 493, in cleanTVShowCollection
                                                tvshows_string += ", " + to_unlibrary[i]['title']
                                            TypeError: cannot concatenate 'str' and 'NoneType' objects
14:26:51 T:140293510641408  NOTICE: Trakt Utilities: Notification service stopping
14:26:53 T:140294192584448  NOTICE: Trakt Utilities: Scrobbler stopping

Go to trakt.tv site, and remove this show from my trakt.tv library.

Code:
14:34:23 T:139701550651136  NOTICE: Trakt Utilities: getSeasonsFromXBMC: {u'tvshowid': 60, u'title': u'The Firm', u'label': u'The Firm', u'imdbnumber': u'248936', u'year': 2012, u'playcount': 0}
14:34:23 T:139701550651136   ERROR: Error Type: <type 'exceptions.TypeError'>
14:34:23 T:139701550651136   ERROR: Error Contents: cannot concatenate 'str' and 'NoneType' objects
14:34:23 T:139701550651136   ERROR: Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 67, in <module>
                                                autostart()
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/service.py", line 44, in autostart
                                                if autosync_cleantvshowcollection: cleanTVShowCollection(True)
                                              File "/storage/.xbmc/addons/script.TraktUtilities-0.6.5/sync_update.py", line 489, in cleanTVShowCollection
                                                tvshows_string += to_unlibrary[i]['title']
                                            TypeError: cannot concatenate 'str' and 'NoneType' objects
14:34:23 T:139699959670528  NOTICE: Trakt Utilities: Notification service stopping
14:34:24 T:139699951277824  NOTICE: Trakt Utilities: Scrobbler stopping

any idea? If needed, I have keep the 3 debug logs...

Thank you.

(2012-05-05, 18:40)JonasL1 Wrote: It's the same error as I have. But a few pages back, was the answer that we has to wait until version 0.6.6. But I have no idea when the version come.

That is the correct response, and the other comment is 'soon'.

Image
Developer working on Trakt Utilties for XBMC (Download)
Please read Getting Support before asking for support.
Reply
For all those that have been waiting patiently I have just submitted v0.6.5 to the official repo, fingers crossed that all goes well.
Image
Developer working on Trakt Utilties for XBMC (Download)
Please read Getting Support before asking for support.
Reply
Thanks for your work on what can sometimes be a thankless task Smile
Image
AWXi - Ajax web interface. Wiki
Reply
(2012-05-06, 13:07)Mizaki Wrote: Thanks for your work on what can sometimes be a thankless task Smile

sometimes? Rofl
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
(2012-05-06, 05:34)othrayte Wrote:
(2012-05-05, 18:40)JonasL1 Wrote: It's the same error as I have. But a few pages back, was the answer that we has to wait until version 0.6.6. But I have no idea when the version come.

That is the correct response, and the other comment is 'soon'.

Well, thank you for your work and I'll just wait for the 0.6.6 whenever it will be available.
Soon is far enough for me ;-)
XBMC Openelec
Intel Nuc + Intel NUC HDMI-CEC Adapter -> HDMI output to Onkyo TX-NR3008 and Sony KDL-52W5500
Reply
Hi,
I am having an issue with TU. I have software called JMM server managing my anime which syncs my collection with trakt. In xbmc I have none of my anime. The settings I have enabled for TU are update collection and sync watched. I do not have clean movies or tv shows.
But when TU does an update at xbmc startup it removes all of my anime from my trakt account. The watched status stays the same (I guess im lucky for this) but the files that are not available on the xbmc are removed from collection.
I am not 100% but thought that items should only be removed from trakt collection when a clean library takes place.
I have attached my log I hope it is what you need. If there is anything else let me know.
Cheers,
Matt

xbmc.log
Reply
Check your settings for TU in XBMC. (The configure add-on menu). Make sure you don't have "Auto clean TV shows" or "auto clean movies" on the autosync settings. This being checked will remove anything that is not on xbmc from your Trakt database.
Reply
(2012-05-09, 00:25)lorddunlow Wrote: Check your settings for TU in XBMC. (The configure add-on menu). Make sure you don't have "Auto clean TV shows" or "auto clean movies" on the autosync settings. This being checked will remove anything that is not on xbmc from your Trakt database.

Hi I double checked my settings and both 'auto clean TV shows' and 'auto clean movies' were unchecked. I also had sync seen movies and sync seen tv shows checked but since unchecking them there is no issue with it removing items.

So the issue I am assuming is something to do with when it updates seen items.

Cheers,
Matt
Reply
(2012-05-06, 05:58)othrayte Wrote: For all those that have been waiting patiently I have just submitted v0.6.5 to the official repo, fingers crossed that all goes well.

To the official XBMC repo?

Can't find it there Wink
Reply
I think he meant he submitted it for approval to the repo
Reply
Warning on my log, maybe useful for you:

Code:
T:7264   ERROR: C:\XBMC\portable_data\addons\script.TraktUtilities-0.6.5\nbhttpconnection.py:22: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
I wish to have Rotten Tomatoes (user+critics) + IMDB both ratings display in skin.
Reply
Is there any update on how to stop the notifications?
Reply
When I first installed the Trakt plugin a while ago, it gave me a error on start up that my username and password was incorrect. This was then explained to be a connection issue (Why not make a error message that actually tells you the correct reason for it not working?). At some point Trakt just started to work perfectly fine, without me making any changes. It worked great for a few weeks, but now for the last few days it's giving me that error again. Again, I didn't make any changes. Username or Password incorrect. This really sucks, I really enjoy using Trakt.
Reply
Hi I am having an issue with Trakt. I have some shows that I am using absolute order for (still with TVDB) but when syncing to Trakt it is only syncing the first season. I assume this is because of the absolute order setting.

So question is will trakt utilities support absolute ordered shows? Or does it already and I am seeing unexpected results?

Cheers
Reply
  • 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 103

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Trakt Utilities (addon for Trakt.tv usage)7