Posts: 124
Joined: Jul 2010
Reputation:
0
I keep getting this error in the log file:-
10:18:25 T:8244 NOTICE: [trakt] [traktAPI] traktRequest(): (2) Server Busy ({"status":"failure","error":"server is over capacity"})
Posts: 259
Joined: Dec 2010
Reputation:
1
@ GregiBoy - what version of trakt are you using? Are you using Razze's dev version? I am and even after a fresh trakt install and also getting this still. Now tempted to go for a complete fresh Kodi install. Only getting this during TV sync. Can someone please confirm that they have got TV sync working and please could they provide a guide as to how?
Posts: 124
Joined: Jul 2010
Reputation:
0
I'm using Razze's dev version and it was on a clean install.
Posts: 1,288
Joined: Mar 2010
Reputation:
38
yes I would like to have TV Sync which isnt marking my whole library as being watched !
was using Razze's dev v 3.0, could go back to 2.3 version
dont want to keep manually correcting all my shows watched status
Posts: 26
Joined: Sep 2014
Reputation:
0
tehKNi
Junior Member
Posts: 26
Hi ;-)
Running on a fresh install (Razzee's fork) :
01:00:22 T:2839626784 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.SSLError'>
Error Contents: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/script.trakt-master/default.py", line 13, in <module>
traktService().run()
File "/home/osmc/.kodi/addons/script.trakt-master/service.py", line 104, in run
globals.traktapi = traktAPI()
File "/home/osmc/.kodi/addons/script.trakt-master/traktapi.py", line 68, in __init__
self.getToken()
File "/home/osmc/.kodi/addons/script.trakt-master/traktapi.py", line 86, in getToken
self.__token = Trakt['auth'].login(getSetting('username'), getSetting('password'))
File "/home/osmc/.kodi/addons/script.trakt-master/trakt/interfaces/auth.py", line 10, in login
'password': password
File "/home/osmc/.kodi/addons/script.trakt-master/trakt/core/http.py", line 85, in post
return self.request('POST', path, params, data, **kwargs)
File "/home/osmc/.kodi/addons/script.trakt-master/trakt/core/http.py", line 62, in request
response = self.session.send(prepared)
File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/sessions.py", line 569, in send
r = adapter.send(request, **kwargs)
File "/home/osmc/.kodi/addons/script.module.requests/lib/requests/adapters.py", line 420, in send
raise SSLError(e, request=request)
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
-->End of Python script error report<--
Which is pretty sad ;-)
Thks!
Posts: 268
Joined: Sep 2014
Reputation:
6
menakite
Retired Team-Kodi Member
Posts: 268
This has been reported to Razzeee already and is being investigated.
However, I suggest you retry using the "dev" branch instead of the "master" one.
Posts: 26
Joined: Sep 2014
Reputation:
0
tehKNi
Junior Member
Posts: 26
2015-02-07, 17:16
(This post was last modified: 2015-02-08, 11:52 by tehKNi.)
Thanks menakite, though it's also not working ;-)
Good to know that it's being investigated anyway.
EDIT : and suddenly, after one hour waiting and two or three restarts, it works... this is weird!
EDIT D+1 : and suddenly, again, it's not working anymore... that one is funny.