Advertisement
skeeney

Untitled

Mar 23rd, 2013
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. skeeney@mythtv:~$ export PYTHONDEBUG=Y && ./texturecache.py c movies
  2. Querying localhost:9090 for all Movies...
  3.  
  4. 2013-03-23 12:05:47.497071: SENDING JSON REQUEST
  5. 2013-03-23 12:05:49.949064: BUFFER RECEIVED (len 32768)
  6. 2013-03-23 12:05:49.949271: BUFFER RECEIVED (len 32768)
  7. 2013-03-23 12:05:49.949385: BUFFER RECEIVED (len 32768)
  8. 2013-03-23 12:05:49.949502: BUFFER RECEIVED (len 32768)
  9. 2013-03-23 12:05:49.949641: BUFFER RECEIVED (len 32768)
  10. 2013-03-23 12:05:49.949713: BUFFER RECEIVED (len 14494)
  11. 2013-03-23 12:05:49.949785: CONVERTING RESPONSE
  12. 2013-03-23 12:05:49.958567: CONVERSION COMPLETE, elapsed time: 2.461379 seconds
  13. 2013-03-23 12:05:49.958709: RECEIVED LIMITS: {u'start': 0, u'total': 630, u'end': 630}
  14. Movie: (500) Days of Summer [ fanart ] [ poster ]send: 'POST /jsonrpc HTTP/1.1\r\nHost: localhost:8080\r\nAccept-Encoding: identity\r\nContent-Length: 210\r\nContent-Type: application/json\r\n\r\n{"jsonrpc": "2.0", "params": {"path": "image://video@smb%3a%2f%2fW7MC%2fHDfilms4%2f(500)%20Days%20of%20Summer%20(2009)%2f(500)%20Days%20of%20Summer%20(2009).mkv/"}, "method": "Files.PrepareDownload", "id": "1"}'
  15. reply: 'HTTP/1.1 200 OK\r\n'
  16. header: Content-Length: 261
  17. header: Content-Type: application/json
  18. header: Date: Sat, 23 Mar 2013 12:05:49 GMT
  19. send: u'GET /image/image%3a%2f%2fvideo%40smb%253a%252f%252fW7MC%252fHDfilms4%252f(500)%2520Days%2520of%2520Summer%2520(2009)%252f(500)%2520Days%2520of%2520Summer%2520(2009).mkv%2f HTTP/1.1\r\nHost: localhost:8080\r\nAccept-Encoding: identity\r\n\r\n'
  20. reply: 'HTTP/1.1 200 OK\r\n'
  21. header: Content-Length: 7175
  22. header: Expires: Sun, 23 Mar 2014 12:05:49 GMT
  23. header: Date: Sat, 23 Mar 2013 12:05:49 GMT
  24. [ + thumb ]
  25. Movie: 2 Days in New York [ fanart ] [ poster ]send: 'POST /jsonrpc HTTP/1.1\r\nHost: localhost:8080\r\nAccept-Encoding: identity\r\nContent-Length: 218\r\nContent-Type: application/json\r\n\r\n{"jsonrpc": "2.0", "params": {"path": "image://video@smb%3a%2f%2fW7MC%2fHDfilms4%2f2%20Days%20in%20New%20York%20(2012)%2f2%20Days%20in%20New%20York%20(2012)%20part1.mkv/"}, "method": "Files.PrepareDownload", "id": "1"}'
  26. reply: ''
  27. Traceback (most recent call last):
  28. File "./texturecache.py", line 1341, in <module>
  29. main(sys.argv[1:])
  30. File "./texturecache.py", line 1302, in main
  31. libraryQuery("cache", argv[1])
  32. File "./texturecache.py", line 355, in libraryQuery
  33. libraryAllMovies(action, filter, force, extraFields, rescan)
  34. File "./texturecache.py", line 482, in libraryAllMovies
  35. for artwork in art: loadImage(force, artwork, art[artwork], imgErrors)
  36. File "./texturecache.py", line 786, in loadImage
  37. URL = getImageURL(filename)
  38. File "./texturecache.py", line 763, in getImageURL
  39. data = sendJSON(REQUEST, "1")
  40. File "./texturecache.py", line 271, in sendJSON
  41. return json.loads(web.getresponse().read())
  42. File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse
  43. response.begin()
  44. File "/usr/lib/python2.7/httplib.py", line 407, in begin
  45. version, status, reason = self._read_status()
  46. File "/usr/lib/python2.7/httplib.py", line 371, in _read_status
  47. raise BadStatusLine(line)
  48. httplib.BadStatusLine: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement