Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. 2015-12-03 19:00:35,694::TraktForVLC::INFO::Chivalry of a Failed Knight - 1x09 state : 3%
  2. 2015-12-03 19:00:35,694::TraktForVLC::DEBUG::main::Video: {'duration': 1426, 'show_imdbid': None, 'episode': u'9', 'title': u'Chivalry of a Failed Knight', 'tv': True, 'imdbid': None, 'percentage': 3, 'year': u'2015-10-03', 'season': u'1'}
  3. 2015-12-03 19:00:35,694::TraktForVLC::DEBUG::main::This video is scrobbled : False
  4. 2015-12-03 19:00:35,694::TraktForVLC::DEBUG::main::Trying to mark Chivalry of a Failed Knight - 1x09 watching on Trakt...
  5. 2015-12-03 19:00:35,694::TraktClient::DEBUG::Sending POST to https://api-v2launch.trakt.tv/scrobble/start data {"app_date": "2015-11-19", "progress": 3, "app_version": "1.3.0-rc1", "episode": {"season": "1", "number": "9"}, "show": {"ids": {"imdb": null}}}
  6. 2015-12-03 19:00:35,694::TraktClient::DEBUG::{"app_date": "2015-11-19", "progress": 3, "app_version": "1.3.0-rc1", "episode": {"season": "1", "number": "9"}, "show": {"ids": {"imdb": null}}}
  7. 2015-12-03 19:00:35,695::requests.packages.urllib3.connectionpool::INFO::Starting new HTTPS connection (1): api-v2launch.trakt.tv
  8. 2015-12-03 19:00:37,806::requests.packages.urllib3.connectionpool::DEBUG::"POST /scrobble/start HTTP/1.1" 404 None
  9. 2015-12-03 19:00:37,812::TraktForVLC::ERROR::An error occurred while trying to mark as watching Chivalry of a Failed Knight - 1x09
  10. Traceback (most recent call last):
  11. File "Scripts/TraktForVLC/TraktForVLC.py", line 554, in main
  12. self.get_episode(video))
  13. File "/home/poomulli/Scripts/TraktForVLC/TraktClient.py", line 420, in startWatching
  14. return self.__watching('start', imdb_id, progress, episode)
  15. File "/home/poomulli/Scripts/TraktForVLC/TraktClient.py", line 377, in __watching
  16. progress=progress)
  17. File "/home/poomulli/Scripts/TraktForVLC/TraktClient.py", line 416, in __watchingEpisode
  18. return self.__scrobble(action, data)
  19. File "/home/poomulli/Scripts/TraktForVLC/TraktClient.py", line 358, in __scrobble
  20. stream.reason))
  21. TraktError: Unable to start episode: 404 Not Found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement