• 1
  • 137
  • 138
  • 139(current)
  • 140
  • 141
  • 154
[RELEASE] trakt.tv tv/movie scrobbler
Yes, I downloaded the new script from the github repository. I renamed it to script.trakt and put it in the addons directory. It shows up as 2.3.2 in XBMC.


(2015-02-19, 08:01)S7eele Wrote:
(2015-02-19, 07:44)abmoraz Wrote: The new XBMC addon (both the version included with Frodo and the one from github project) are still not syncing libraries.

I've not had a movie update since decemYes, I downloaded the script from the github repository, renamed it to script.trakt. It shows up as 2.3.2 in XBMC.ber 8th (it tells me it has to sync 33 movies, but fails every time). In addition, it is not syncing my TV episodes either.

It *IS* scrobbling them, just not adding them to my collection. I enabled logging and get this message over and over and over and over and over and over and over and over and... (you get the picture):

00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] traktRequest(): (0) Request URL 'https://api.trakt.tv/user/library/shows/collection.json/b6135e0f7510a44021fac8c03c36c81a17be35d9/abmoraz/min'
00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] __getData(): urllib2.Request(https://api.trakt.tv/user/library/shows/...bmoraz/min)
00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] __getData(): urllib2.urlopen()
00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] traktRequest(): (0) Server Busy ({"status":"failure","error":"server is over capacity"})

I find it hard to believe that the API server is over capacity when it will take scrobble end-points just fine. Something seems to be broken with the library sync endpoint that is causing it to send out a false error message saying that it is over capacity.
doesnt sound/look like the right version, sounds like your still on 2.3.1, are u downloading from here?

https://github.com/Razzeee/script.trakt/tree/dev


no offense meant but if you havent done so already read the first post in this thread, it is working well but i must note that it is still in development, it has not been submitted to the kodi repository yet
(2015-02-20, 02:03)abmoraz Wrote: Yes, I downloaded the new script from the github repository. I renamed it to script.trakt and put it in the addons directory. It shows up as 2.3.2 in XBMC.


(2015-02-19, 08:01)S7eele Wrote:
(2015-02-19, 07:44)abmoraz Wrote: The new XBMC addon (both the version included with Frodo and the one from github project) are still not syncing libraries.

I've not had a movie update since decemYes, I downloaded the script from the github repository, renamed it to script.trakt. It shows up as 2.3.2 in XBMC.ber 8th (it tells me it has to sync 33 movies, but fails every time). In addition, it is not syncing my TV episodes either.

It *IS* scrobbling them, just not adding them to my collection. I enabled logging and get this message over and over and over and over and over and over and over and over and... (you get the picture):

00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] traktRequest(): (0) Request URL 'https://api.trakt.tv/user/library/shows/collection.json/b6135e0f7510a44021fac8c03c36c81a17be35d9/abmoraz/min'
00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] __getData(): urllib2.Request(https://api.trakt.tv/user/library/shows/...bmoraz/min)
00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] __getData(): urllib2.urlopen()
00:34:21 T:140387784029952 NOTICE: [trakt] [traktAPI] traktRequest(): (0) Server Busy ({"status":"failure","error":"server is over capacity"})

I find it hard to believe that the API server is over capacity when it will take scrobble end-points just fine. Something seems to be broken with the library sync endpoint that is causing it to send out a false error message saying that it is over capacity.
doesnt sound/look like the right version, sounds like your still on 2.3.1, are u downloading from here?

https://github.com/Razzeee/script.trakt/tree/dev


no offense meant but if you havent done so already read the first post in this thread, it is working well but i must note that it is still in development, it has not been submitted to the kodi repository yet

well, thats definitely not right, are you certain your using the 'download zip' option on the right side of the page?

you may want to try deleting both trakt add-on folders (/addons/script.trakt and /userdata/addon-data/script.trakt), i have NEVER been forced to do this but it appears to have resolved a couple peoples issues at least, assuming you havent already done so of course

if that doesnt do the trick you may want to try to install from .zip vice cut and paste, ensure you uninstall and remove traces of 2.3.2 of course, install from .zip is cleaner (installs dependencies etc.)

if you can post a log it might speed things up, we would be able to determine version and such at least, also some bacground on your setup, if you can post ill take a quick look

just trying to help
(2015-02-19, 05:32)S7eele Wrote:
(2015-02-19, 05:15)XFlak Wrote: How do I sync manually? I thought it was just by doing a kodi library update, is that correct? I read people talking about a progress bar and that's something I've never encountered and am wondering if I'm missing something, Thx.
go into 'programs->program add-ons' and locate the trakt add-on, selecting it from here should start a manual sync, alternatively you can pull up the add-on information page which contains a 'launch' option, selecting it should also start a manual sync

hope it helps
thanks, I should've been able to figure that out but I appreciate your quick response
(2015-02-20, 02:32)XFlak Wrote:
(2015-02-19, 05:32)S7eele Wrote:
(2015-02-19, 05:15)XFlak Wrote: How do I sync manually? I thought it was just by doing a kodi library update, is that correct? I read people talking about a progress bar and that's something I've never encountered and am wondering if I'm missing something, Thx.
go into 'programs->program add-ons' and locate the trakt add-on, selecting it from here should start a manual sync, alternatively you can pull up the add-on information page which contains a 'launch' option, selecting it should also start a manual sync

hope it helps
thanks, I should've been able to figure that out but I appreciate your quick response
absutely no problem, glad to help
Removing the folder/zip from userdata seems to have done the trick. The plugin is now registering as 3.0.0. I'll play with it a bit and see what I get. Thanks for your help!


(2015-02-20, 02:13)S7eele Wrote:
(2015-02-20, 02:03)abmoraz Wrote: Yes, I downloaded the new script from the github repository. I renamed it to script.trakt and put it in the addons directory. It shows up as 2.3.2 in XBMC.


(2015-02-19, 08:01)S7eele Wrote: doesnt sound/look like the right version, sounds like your still on 2.3.1, are u downloading from here?

https://github.com/Razzeee/script.trakt/tree/dev


no offense meant but if you havent done so already read the first post in this thread, it is working well but i must note that it is still in development, it has not been submitted to the kodi repository yet

well, thats definitely not right, are you certain your using the 'download zip' option on the right side of the page?

you may want to try deleting both trakt add-on folders (/addons/script.trakt and /userdata/addon-data/script.trakt), i have NEVER been forced to do this but it appears to have resolved a couple peoples issues at least, assuming you havent already done so of course

if that doesnt do the trick you may want to try to install from .zip vice cut and paste, ensure you uninstall and remove traces of 2.3.2 of course, install from .zip is cleaner (installs dependencies etc.)

if you can post a log it might speed things up, we would be able to determine version and such at least, also some bacground on your setup, if you can post ill take a quick look

just trying to help
(2015-02-20, 04:00)abmoraz Wrote: Removing the folder/zip from userdata seems to have done the trick. The plugin is now registering as 3.0.0. I'll play with it a bit and see what I get. Thanks for your help!


(2015-02-20, 02:13)S7eele Wrote:
(2015-02-20, 02:03)abmoraz Wrote: Yes, I downloaded the new script from the github repository. I renamed it to script.trakt and put it in the addons directory. It shows up as 2.3.2 in XBMC.

well, thats definitely not right, are you certain your using the 'download zip' option on the right side of the page?

you may want to try deleting both trakt add-on folders (/addons/script.trakt and /userdata/addon-data/script.trakt), i have NEVER been forced to do this but it appears to have resolved a couple peoples issues at least, assuming you havent already done so of course

if that doesnt do the trick you may want to try to install from .zip vice cut and paste, ensure you uninstall and remove traces of 2.3.2 of course, install from .zip is cleaner (installs dependencies etc.)

if you can post a log it might speed things up, we would be able to determine version and such at least, also some bacground on your setup, if you can post ill take a quick look

just trying to help

cool, its kinda weird cause ive never been forced to do it but its been mentioned several times (@RavRobWink) so knew it was worth a shot, glad i could help
Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)


(2015-02-20, 04:10)S7eele Wrote:
(2015-02-20, 04:00)abmoraz Wrote: Removing the folder/zip from userdata seems to have done the trick. The plugin is now registering as 3.0.0. I'll play with it a bit and see what I get. Thanks for your help!


(2015-02-20, 02:13)S7eele Wrote: well, thats definitely not right, are you certain your using the 'download zip' option on the right side of the page?

you may want to try deleting both trakt add-on folders (/addons/script.trakt and /userdata/addon-data/script.trakt), i have NEVER been forced to do this but it appears to have resolved a couple peoples issues at least, assuming you havent already done so of course

if that doesnt do the trick you may want to try to install from .zip vice cut and paste, ensure you uninstall and remove traces of 2.3.2 of course, install from .zip is cleaner (installs dependencies etc.)

if you can post a log it might speed things up, we would be able to determine version and such at least, also some bacground on your setup, if you can post ill take a quick look

just trying to help

cool, its kinda weird cause ive never been forced to do it but its been mentioned several times (@RavRobWink) so knew it was worth a shot, glad i could help
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)

I'm getting the same issue on a fresh plugin install.

Maybe a trakt api issue?
Image
(2015-02-20, 04:28)lysin Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)

I'm getting the same issue on a fresh plugin install.

Maybe a trakt api issue?

The odd thing is that I have retries set to 10, yet it is quitting after 3.
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)


(2015-02-20, 04:10)S7eele Wrote:
(2015-02-20, 04:00)abmoraz Wrote: Removing the folder/zip from userdata seems to have done the trick. The plugin is now registering as 3.0.0. I'll play with it a bit and see what I get. Thanks for your help!

cool, its kinda weird cause ive never been forced to do it but its been mentioned several times (@RavRobWink) so knew it was worth a shot, glad i could help
(2015-02-20, 04:28)lysin Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
I'm getting the same issue on a fresh plugin install.

Maybe a trakt api issue?

i will check the sources i know to verify and ill check my log to see if im seeing same but it sure looks like an api issue to me, wouldnt get too worried yet lol

update - i havent seen anything on twitter, forum or elsewhere yet but it failed on manual sync where it has been working flawlessly before, i dont think its a coincidence we are all seeing it at the same time, i suspect it is an api issue

not sure why it happened but upon restarting after capturing a logfile to examine i got a username/password error, im not concerned about it as i figure its an anomaly but will capture a log jic
(2015-02-20, 04:39)S7eele Wrote: i will check the sources i know to verify and ill check my log to see if im seeing same but it sure looks like an api issue to me, wouldnt get too worried yet lol

update - i havent seen anything on twitter, forum or elsewhere yet but it failed on manual sync where it has been working flawlessly before, i dont think its a coincidence we are all seeing it at the same time, i suspect it is an api issue

not sure why it happened but upon restarting after capturing a logfile to examine i got a username/password error, im not concerned about it as i figure its an anomaly but will capture a log jic


I got the username/password error once, but it went away. I also got an OAuth error in the log at one point, too. But again, it went away. Looks like the API is borked.
(2015-02-20, 04:39)S7eele Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)


(2015-02-20, 04:10)S7eele Wrote: cool, its kinda weird cause ive never been forced to do it but its been mentioned several times (@RavRobWink) so knew it was worth a shot, glad i could help
(2015-02-20, 04:28)lysin Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
I'm getting the same issue on a fresh plugin install.

Maybe a trakt api issue?

i will check the sources i know to verify and ill check my log to see if im seeing same but it sure looks like an api issue to me, wouldnt get too worried yet lol

update - i havent seen anything on twitter, forum or elsewhere yet but it failed on manual sync where it has been working flawlessly before, i dont think its a coincidence we are all seeing it at the same time, i suspect it is an api issue

not sure why it happened but upon restarting after capturing a logfile to examine i got a username/password error, im not concerned about it as i figure its an anomaly but will capture a log jic
related to current issue ^^^:

wanted to update to report that the second time i restarted kodi i received the 'cannot connect to trakt' error which i assume is the intended message, not sure why it displayed 'incorrect username/password' on first restart and 'cannot connect to trakt' on second restart and not sure it matters but being my overcautious self i captured the logs for both, @Razze if u have any interest in the logs let me know, if not no reply necessary
(2015-02-20, 04:28)lysin Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)

I'm getting the same issue on a fresh plugin install.

Maybe a trakt api issue?
(2015-02-20, 04:37)abmoraz Wrote:
(2015-02-20, 04:28)lysin Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)

I'm getting the same issue on a fresh plugin install.

Maybe a trakt api issue?

The odd thing is that I have retries set to 10, yet it is quitting after 3.
(2015-02-20, 04:39)S7eele Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
(2015-02-20, 04:10)S7eele Wrote: cool, its kinda weird cause ive never been forced to do it but its been mentioned several times (@RavRobWink) so knew it was worth a shot, glad i could help
(2015-02-20, 04:28)lysin Wrote:
(2015-02-20, 04:24)abmoraz Wrote: Ok, definitely using 3.0.0. Had to re-enter all my settings (And I noticed some of the settings changed), but I am still getting 503 errors constantly. My log is below:

21:21:22 T:140654993434368 NOTICE: -->Python Interpreter Initialized<--
21:22:14 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:19 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:24 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:29 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:30 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:35 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
21:22:40 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 1
21:22:45 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 2
21:22:50 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Retry # 3
21:22:55 T:140654993434368 WARNING: [script.trakt] trakt.core.http: Continue retry since status is 503, waiting 5 seconds
21:23:00 T:140654993434368 WARNING: [script.trakt] trakt.interfaces.base: request failed: Service Unavailable - "server overloaded" (code: 503)
I'm getting the same issue on a fresh plugin install.

Maybe a trakt api issue?
i will check the sources i know to verify and ill check my log to see if im seeing same but it sure looks like an api issue to me, wouldnt get too worried yet lol

update - i havent seen anything on twitter, forum or elsewhere yet but it failed on manual sync where it has been working flawlessly before, i dont think its a coincidence we are all seeing it at the same time, i suspect it is an api issue

not sure why it happened but upon restarting after capturing a logfile to examine i got a username/password error, im not concerned about it as i figure its an anomaly but will capture a log jic
manual sync appeared to work although quite a bit slower atm, i believe that is tbe as im still assuming the api hiccuped, timeouts/slow response as it gets back to normal, i am encountering occassional errors still, waiting for things to stabilize
(2015-02-20, 06:00)S7eele Wrote: manual sync appeared to work although quite a bit slower atm, i believe that is tbe as im still assuming the api hiccuped, timeouts/slow response as it gets back to normal, i am encountering occassional errors still, waiting for things to stabilize



Ok, new error:

3:18:43 T:140337855035136 FATAL: [script.trakt] traktapi: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'ReadTimeout'>
Error Contents: (ReadTimeoutError("HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Read timed out. (read timeout=24)",),)
Traceback (most recent call last):
File "/home/abmoraz/.kodi/addons/script.trakt-dev/traktapi.py", line 60, in getToken
auth = Trakt['auth'].login(getSetting('username'), getSetting('password'))
File "/home/abmoraz/.kodi/addons/script.trakt-dev/trakt/interfaces/auth.py", line 10, in login
'password': password
File "/home/abmoraz/.kodi/addons/script.trakt-dev/trakt/core/http.py", line 89, in post
return self.request('POST', path, params, data, **kwargs)
File "/home/abmoraz/.kodi/addons/script.trakt-dev/trakt/core/http.py", line 66, in request
response = self.session.send(prepared, timeout=timeout)
File "/home/abmoraz/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "/home/abmoraz/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 422, in send
raise ReadTimeout(e, request=request)
ReadTimeout: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Read timed out. (read timeout=24)
-->End of Python script error report<--
(2015-02-20, 06:20)abmoraz Wrote:
(2015-02-20, 06:00)S7eele Wrote: manual sync appeared to work although quite a bit slower atm, i believe that is tbe as im still assuming the api hiccuped, timeouts/slow response as it gets back to normal, i am encountering occassional errors still, waiting for things to stabilize



Ok, new error:

3:18:43 T:140337855035136 FATAL: [script.trakt] traktapi: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'ReadTimeout'>
Error Contents: (ReadTimeoutError("HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Read timed out. (read timeout=24)",),)
Traceback (most recent call last):
File "/home/abmoraz/.kodi/addons/script.trakt-dev/traktapi.py", line 60, in getToken
auth = Trakt['auth'].login(getSetting('username'), getSetting('password'))
File "/home/abmoraz/.kodi/addons/script.trakt-dev/trakt/interfaces/auth.py", line 10, in login
'password': password
File "/home/abmoraz/.kodi/addons/script.trakt-dev/trakt/core/http.py", line 89, in post
return self.request('POST', path, params, data, **kwargs)
File "/home/abmoraz/.kodi/addons/script.trakt-dev/trakt/core/http.py", line 66, in request
response = self.session.send(prepared, timeout=timeout)
File "/home/abmoraz/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "/home/abmoraz/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 422, in send
raise ReadTimeout(e, request=request)
ReadTimeout: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Read timed out. (read timeout=24)
-->End of Python script error report<--
still looks connectivity related from what i can see, intermittent problems remain for me as well, ive got another program that uses the trakt api and it has had some problems tonight as well (not as many but some), i have to assume it is still an api issue but if thats the case im a little surprised i havent seen mention of it on twitter, trakt forum or api group

could be that i just worry over it too damn much lol
  • 1
  • 137
  • 138
  • 139(current)
  • 140
  • 141
  • 154

Logout Mark Read Team Forum Stats Members Help
[RELEASE] trakt.tv tv/movie scrobbler13