trakt / script.trakt

Trakt.tv movie and TV show scrobbler for Kodi
GNU General Public License v2.0
318 stars 149 forks source link

Scrobble stop doesn't work (error 500) #511

Open leroyloren opened 3 years ago

leroyloren commented 3 years ago

Recently, the /scrobble/stop of movies.

2020-09-24 11:10:27.534 T:16952 DEBUG: [plugin.video.] Playback ended 2020-09-24 11:10:27.534 T:16952 DEBUG: [plugin.video.] PlayerService.scrobble_stop 2020-09-24 11:10:27.534 T:16952 DEBUG: [plugin.video.] TraktAPI.scrobble_stop {u'movie': {u'ids': {u'trakt': u'29878'}}} 99.25254078156229

2020-09-24 10:57:24.828 T:10172 DEBUG: [urllib3.connectionpool] https://api.trakt.tv:443 "POST /scrobble/stop HTTP/1.1" 500 None 2020-09-24 10:57:24.831 T:10172 WARNING: [trakt.core.http] Continue retry since status is 500, waiting 5 seconds

2020-09-24 10:57:35.320 T:10172 DEBUG: [urllib3.connectionpool] https://api.trakt.tv:443 "POST /scrobble/stop HTTP/1.1" 500 None 2020-09-24 10:57:35.322 T:10172 WARNING: [trakt.core.http] Continue retry since status is 500, waiting 5 seconds

I've tried multiple accounts, IP addresses, but none work.

razzeee commented 3 years ago

A http 500 always indicate that a service has problems in some way. Not much we can do about it, maybe wait a bit or reach out to the trakt guys.