Advertisement
papampi

tmdb_kodi_error

Apr 28th, 2023
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.82 KB | None | 0 0
  1. ]
  2. 2023-04-28 11:40:31.907 T:424601 debug <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: performing getdetails action
  3. 2023-04-28 11:40:31.907 T:424601 debug <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: Getting details for show id 124800
  4. 2023-04-28 11:40:31.907 T:424601 debug <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: Cache message: <class 'FileNotFoundError'> [Errno 2] No such file or directory: '/home/payam/.kodi/temp/scrapers/metadata.tvshows.themoviedb.org.python/124800.pickle'
  5. 2023-04-28 11:40:31.907 T:424601 debug <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: no cache file found, loading from scratch
  6. 2023-04-28 11:40:31.908 T:424601 debug <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: Calling URL "https://api.themoviedb.org/3/tv/124800?api_key=af3a53eb387d57fc935e9128468b1899&language=en-US&append_to_response=credits%2Ccontent_ratings%2Cexternal_ids%2Cimages%2Cvideos%2Ckeywords&include_image_language=en%2Cen%2Cnull&include_video_language=en%2Cen%2Cnull"
  7. 2023-04-28 11:40:32.725 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: *** Unhandled exception detected: <class 'http.client.IncompleteRead'> IncompleteRead(9594 bytes read, 2701 more expected) ***
  8. 2023-04-28 11:40:32.725 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: *** Start diagnostic info ***
  9. 2023-04-28 11:40:32.725 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: System info: uname_result(system='Linux', node='payam-desktop', release='6.3.0-060300-generic', version='#202304232030 SMP PREEMPT_DYNAMIC Sun Apr 23 20:37:49 UTC 2023', machine='x86_64')
  10. 2023-04-28 11:40:32.725 T:425555 debug <general>: Thread JobWorker start, auto delete: true
  11. 2023-04-28 11:40:32.725 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: OS info: Busy
  12. 2023-04-28 11:40:32.725 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: Kodi version: 20.1 (20.1.0) Git:20230312-289ec664e3
  13. 2023-04-28 11:40:32.725 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: File: /usr/lib/python3.11/http/client.py
  14. 2023-04-28 11:40:32.726 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: Code context:
  15. 630: data = self.fp.read(amt)
  16. 631: if len(data) < amt:
  17. 632:> raise IncompleteRead(data, amt-len(data))
  18. 633: return data
  19. 634:
  20.  
  21. 2023-04-28 11:40:32.726 T:425555 debug <general>: easy_acquire - Created session to http://www.msftconnecttest.com
  22. 2023-04-28 11:40:32.727 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: Global variables:
  23. ACCEPTED = <HTTPStatus.ACCEPTED: 202>
  24. ALREADY_REPORTED = <HTTPStatus.ALREADY_REPORTED: 208>
  25. BAD_GATEWAY = <HTTPStatus.BAD_GATEWAY: 502>
  26. BAD_REQUEST = <HTTPStatus.BAD_REQUEST: 400>
  27. BadStatusLine = <class 'http.client.BadStatusLine'>
  28. CONFLICT = <HTTPStatus.CONFLICT: 409>
  29. CONTINUE = <HTTPStatus.CONTINUE: 100>
  30. CREATED = <HTTPStatus.CREATED: 201>
  31. CannotSendHeader = <class 'http.client.CannotSendHeader'>
  32. CannotSendRequest = <class 'http.client.CannotSendRequest'>
  33. EARLY_HINTS = <HTTPStatus.EARLY_HINTS: 103>
  34. EXPECTATION_FAILED = <HTTPStatus.EXPECTATION_FAILED: 417>
  35. FAILED_DEPENDENCY = <HTTPStatus.FAILED_DEPENDENCY: 424>
  36. FORBIDDEN = <HTTPStatus.FORBIDDEN: 403>
  37. FOUND = <HTTPStatus.FOUND: 302>
  38. GATEWAY_TIMEOUT = <HTTPStatus.GATEWAY_TIMEOUT: 504>
  39. GONE = <HTTPStatus.GONE: 410>
  40. HTTPConnection = <class 'http.client.HTTPConnection'>
  41. HTTPException = <class 'http.client.HTTPException'>
  42. HTTPMessage = <class 'http.client.HTTPMessage'>
  43. HTTPResponse = <class 'http.client.HTTPResponse'>
  44. HTTPSConnection = <class 'http.client.HTTPSConnection'>
  45. HTTPS_PORT = 443
  46. HTTP_PORT = 80
  47. HTTP_VERSION_NOT_SUPPORTED = <HTTPStatus.HTTP_VERSION_NOT_SUPPORTED: 505>
  48. IM_A_TEAPOT = <HTTPStatus.IM_A_TEAPOT: 418>
  49. IM_USED = <HTTPStatus.IM_USED: 226>
  50. INSUFFICIENT_STORAGE = <HTTPStatus.INSUFFICIENT_STORAGE: 507>
  51. INTERNAL_SERVER_ERROR = <HTTPStatus.INTERNAL_SERVER_ERROR: 500>
  52. ImproperConnectionState = <class 'http.client.ImproperConnectionState'>
  53. IncompleteRead = <class 'http.client.IncompleteRead'>
  54. InvalidURL = <class 'http.client.InvalidURL'>
  55. LENGTH_REQUIRED = <HTTPStatus.LENGTH_REQUIRED: 411>
  56. LOCKED = <HTTPStatus.LOCKED: 423>
  57. LOOP_DETECTED = <HTTPStatus.LOOP_DETECTED: 508>
  58. LineTooLong = <class 'http.client.LineTooLong'>
  59. METHOD_NOT_ALLOWED = <HTTPStatus.METHOD_NOT_ALLOWED: 405>
  60. MISDIRECTED_REQUEST = <HTTPStatus.MISDIRECTED_REQUEST: 421>
  61. MOVED_PERMANENTLY = <HTTPStatus.MOVED_PERMANENTLY: 301>
  62. MULTIPLE_CHOICES = <HTTPStatus.MULTIPLE_CHOICES: 300>
  63. MULTI_STATUS = <HTTPStatus.MULTI_STATUS: 207>
  64. NETWORK_AUTHENTICATION_REQUIRED = <HTTPStatus.NETWORK_AUTHENTICATION_REQUIRED: 511>
  65. NON_AUTHORITATIVE_INFORMATION = <HTTPStatus.NON_AUTHORITATIVE_INFORMATION: 203>
  66. NOT_ACCEPTABLE = <HTTPStatus.NOT_ACCEPTABLE: 406>
  67. NOT_EXTENDED = <HTTPStatus.NOT_EXTENDED: 510>
  68. NOT_FOUND = <HTTPStatus.NOT_FOUND: 404>
  69. NOT_IMPLEMENTED = <HTTPStatus.NOT_IMPLEMENTED: 501>
  70. NOT_MODIFIED = <HTTPStatus.NOT_MODIFIED: 304>
  71. NO_CONTENT = <HTTPStatus.NO_CONTENT: 204>
  72. NotConnected = <class 'http.client.NotConnected'>
  73. OK = <HTTPStatus.OK: 200>
  74. PARTIAL_CONTENT = <HTTPStatus.PARTIAL_CONTENT: 206>
  75. PAYMENT_REQUIRED = <HTTPStatus.PAYMENT_REQUIRED: 402>
  76. PERMANENT_REDIRECT = <HTTPStatus.PERMANENT_REDIRECT: 308>
  77. PRECONDITION_FAILED = <HTTPStatus.PRECONDITION_FAILED: 412>
  78. PRECONDITION_REQUIRED = <HTTPStatus.PRECONDITION_REQUIRED: 428>
  79. PROCESSING = <HTTPStatus.PROCESSING: 102>
  80. PROXY_AUTHENTICATION_REQUIRED = <HTTPStatus.PROXY_AUTHENTICATION_REQUIRED: 407>
  81. REQUESTED_RANGE_NOT_SATISFIABLE = <HTTPStatus.REQUESTED_RANGE_NOT_SATISFIABLE: 416>
  82. REQUEST_ENTITY_TOO_LARGE = <HTTPStatus.REQUEST_ENTITY_TOO_LARGE: 413>
  83. REQUEST_HEADER_FIELDS_TOO_LARGE = <HTTPStatus.REQUEST_HEADER_FIELDS_TOO_LARGE: 431>
  84. REQUEST_TIMEOUT = <HTTPStatus.REQUEST_TIMEOUT: 408>
  85. REQUEST_URI_TOO_LONG = <HTTPStatus.REQUEST_URI_TOO_LONG: 414>
  86. RESET_CONTENT = <HTTPStatus.RESET_CONTENT: 205>
  87. RemoteDisconnected = <class 'http.client.RemoteDisconnected'>
  88. ResponseNotReady = <class 'http.client.ResponseNotReady'>
  89. SEE_OTHER = <HTTPStatus.SEE_OTHER: 303>
  90. SERVICE_UNAVAILABLE = <HTTPStatus.SERVICE_UNAVAILABLE: 503>
  91. SWITCHING_PROTOCOLS = <HTTPStatus.SWITCHING_PROTOCOLS: 101>
  92. TEMPORARY_REDIRECT = <HTTPStatus.TEMPORARY_REDIRECT: 307>
  93. TOO_EARLY = <HTTPStatus.TOO_EARLY: 425>
  94. TOO_MANY_REQUESTS = <HTTPStatus.TOO_MANY_REQUESTS: 429>
  95. UNAUTHORIZED = <HTTPStatus.UNAUTHORIZED: 401>
  96. UNAVAILABLE_FOR_LEGAL_REASONS = <HTTPStatus.UNAVAILABLE_FOR_LEGAL_REASONS: 451>
  97. UNPROCESSABLE_ENTITY = <HTTPStatus.UNPROCESSABLE_ENTITY: 422>
  98. UNSUPPORTED_MEDIA_TYPE = <HTTPStatus.UNSUPPORTED_MEDIA_TYPE: 415>
  99. UPGRADE_REQUIRED = <HTTPStatus.UPGRADE_REQUIRED: 426>
  100. USE_PROXY = <HTTPStatus.USE_PROXY: 305>
  101. UnimplementedFileMode = <class 'http.client.UnimplementedFileMode'>
  102. UnknownProtocol = <class 'http.client.UnknownProtocol'>
  103. UnknownTransferEncoding = <class 'http.client.UnknownTransferEncoding'>
  104. VARIANT_ALSO_NEGOTIATES = <HTTPStatus.VARIANT_ALSO_NEGOTIATES: 506>
  105. _CS_IDLE = 'Idle'
  106. _CS_REQ_SENT = 'Request-sent'
  107. _CS_REQ_STARTED = 'Request-started'
  108. _MAXHEADERS = 100
  109. _MAXLINE = 65536
  110. _METHODS_EXPECTING_BODY = {'PATCH', 'PUT', 'POST'}
  111. _UNKNOWN = 'UNKNOWN'
  112. _contains_disallowed_method_pchar_re = re.compile('[\x00-\x1f]')
  113. _contains_disallowed_url_pchar_re = re.compile('[\x00- \x7f]')
  114. _encode = <function _encode at 0x7f5449056fc0>
  115. _is_illegal_header_value = <built-in method search of re.Pattern object at 0x7f544900ee90>
  116. _is_legal_header_name = <built-in method fullmatch of re.Pattern object at 0x7f5492dac7b0>
  117. _read_headers = <function _read_headers at 0x7f54490563e0>
  118. collections = <module 'collections' from '/usr/lib/python3.11/collections/__init__.py'>
  119. email = <module 'email' from '/usr/lib/python3.11/email/__init__.py'>
  120. errno = <module 'errno' (built-in)>
  121. error = <class 'http.client.HTTPException'>
  122. http = <module 'http' from '/usr/lib/python3.11/http/__init__.py'>
  123. io = <module 'io' (frozen)>
  124. parse_headers = <function parse_headers at 0x7f544901bba0>
  125. re = <module 're' from '/usr/lib/python3.11/re/__init__.py'>
  126. responses = {<HTTPStatus.CONTINUE: 100>: 'Continue',
  127. <HTTPStatus.SWITCHING_PROTOCOLS: 101>: 'Switching Protocols',
  128. <HTTPStatus.PROCESSING: 102>: 'Processing',
  129. <HTTPStatus.EARLY_HINTS: 103>: 'Early Hints',
  130. <HTTPStatus.OK: 200>: 'OK',
  131. <HTTPStatus.CREATED: 201>: 'Created',
  132. <HTTPStatus.ACCEPTED: 202>: 'Accepted',
  133. <HTTPStatus.NON_AUTHORITATIVE_INFORMATION: 203>: 'Non-Authoritative '
  134. 'Information',
  135. <HTTPStatus.NO_CONTENT: 204>: 'No Content',
  136. <HTTPStatus.RESET_CONTENT: 205>: 'Reset Content',
  137. <HTTPStatus.PARTIAL_CONTENT: 206>: 'Partial Content',
  138. <HTTPStatus.MULTI_STATUS: 207>: 'Multi-Status',
  139. <HTTPStatus.ALREADY_REPORTED: 208>: 'Already Reported',
  140. <HTTPStatus.IM_USED: 226>: 'IM Used',
  141. <HTTPStatus.MULTIPLE_CHOICES: 300>: 'Multiple Choices',
  142. <HTTPStatus.MOVED_PERMANENTLY: 301>: 'Moved Permanently',
  143. <HTTPStatus.FOUND: 302>: 'Found',
  144. <HTTPStatus.SEE_OTHER: 303>: 'See Other',
  145. <HTTPStatus.NOT_MODIFIED: 304>: 'Not Modified',
  146. <HTTPStatus.USE_PROXY: 305>: 'Use Proxy',
  147. <HTTPStatus.TEMPORARY_REDIRECT: 307>: 'Temporary Redirect',
  148. <HTTPStatus.PERMANENT_REDIRECT: 308>: 'Permanent Redirect',
  149. <HTTPStatus.BAD_REQUEST: 400>: 'Bad Request',
  150. <HTTPStatus.UNAUTHORIZED: 401>: 'Unauthorized',
  151. <HTTPStatus.PAYMENT_REQUIRED: 402>: 'Payment Required',
  152. <HTTPStatus.FORBIDDEN: 403>: 'Forbidden',
  153. <HTTPStatus.NOT_FOUND: 404>: 'Not Found',
  154. <HTTPStatus.METHOD_NOT_ALLOWED: 405>: 'Method Not Allowed',
  155. <HTTPStatus.NOT_ACCEPTABLE: 406>: 'Not Acceptable',
  156. <HTTPStatus.PROXY_AUTHENTICATION_REQUIRED: 407>: 'Proxy Authentication '
  157. 'Required',
  158. <HTTPStatus.REQUEST_TIMEOUT: 408>: 'Request Timeout',
  159. <HTTPStatus.CONFLICT: 409>: 'Conflict',
  160. <HTTPStatus.GONE: 410>: 'Gone',
  161. <HTTPStatus.LENGTH_REQUIRED: 411>: 'Length Required',
  162. <HTTPStatus.PRECONDITION_FAILED: 412>: 'Precondition Failed',
  163. <HTTPStatus.REQUEST_ENTITY_TOO_LARGE: 413>: 'Request Entity Too Large',
  164. <HTTPStatus.REQUEST_URI_TOO_LONG: 414>: 'Request-URI Too Long',
  165. <HTTPStatus.UNSUPPORTED_MEDIA_TYPE: 415>: 'Unsupported Media Type',
  166. <HTTPStatus.REQUESTED_RANGE_NOT_SATISFIABLE: 416>: 'Requested Range Not '
  167. 'Satisfiable',
  168. <HTTPStatus.EXPECTATION_FAILED: 417>: 'Expectation Failed',
  169. <HTTPStatus.IM_A_TEAPOT: 418>: "I'm a Teapot",
  170. <HTTPStatus.MISDIRECTED_REQUEST: 421>: 'Misdirected Request',
  171. <HTTPStatus.UNPROCESSABLE_ENTITY: 422>: 'Unprocessable Entity',
  172. <HTTPStatus.LOCKED: 423>: 'Locked',
  173. <HTTPStatus.FAILED_DEPENDENCY: 424>: 'Failed Dependency',
  174. <HTTPStatus.TOO_EARLY: 425>: 'Too Early',
  175. <HTTPStatus.UPGRADE_REQUIRED: 426>: 'Upgrade Required',
  176. <HTTPStatus.PRECONDITION_REQUIRED: 428>: 'Precondition Required',
  177. <HTTPStatus.TOO_MANY_REQUESTS: 429>: 'Too Many Requests',
  178. <HTTPStatus.REQUEST_HEADER_FIELDS_TOO_LARGE: 431>: 'Request Header Fields Too '
  179. 'Large',
  180. <HTTPStatus.UNAVAILABLE_FOR_LEGAL_REASONS: 451>: 'Unavailable For Legal '
  181. 'Reasons',
  182. <HTTPStatus.INTERNAL_SERVER_ERROR: 500>: 'Internal Server Error',
  183. <HTTPStatus.NOT_IMPLEMENTED: 501>: 'Not Implemented',
  184. <HTTPStatus.BAD_GATEWAY: 502>: 'Bad Gateway',
  185. <HTTPStatus.SERVICE_UNAVAILABLE: 503>: 'Service Unavailable',
  186. <HTTPStatus.GATEWAY_TIMEOUT: 504>: 'Gateway Timeout',
  187. <HTTPStatus.HTTP_VERSION_NOT_SUPPORTED: 505>: 'HTTP Version Not Supported',
  188. <HTTPStatus.VARIANT_ALSO_NEGOTIATES: 506>: 'Variant Also Negotiates',
  189. <HTTPStatus.INSUFFICIENT_STORAGE: 507>: 'Insufficient Storage',
  190. <HTTPStatus.LOOP_DETECTED: 508>: 'Loop Detected',
  191. <HTTPStatus.NOT_EXTENDED: 510>: 'Not Extended',
  192. <HTTPStatus.NETWORK_AUTHENTICATION_REQUIRED: 511>: 'Network Authentication '
  193. 'Required'}
  194. socket = <module 'socket' from '/usr/lib/python3.11/socket.py'>
  195. ssl = <module 'ssl' from '/usr/lib/python3.11/ssl.py'>
  196. sys = <module 'sys' (built-in)>
  197. urlsplit = <functools._lru_cache_wrapper object at 0x7f550032a770>
  198. 2023-04-28 11:40:32.728 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: Local variables:
  199. amt = 12295
  200. data = (b'{"adult":false,"backdrop_path":"/pGtvfzfIRCsiudAWlzlGZ74co5l.jpg","created_b'
  201. b'y":[{"id":59650,"credit_id":"6090eaa9af3da60029027f16","name":"David E. Kell'
  202. b'ey","gender":2,"profile_path":"/rn8r38XqBV4yNhm9AJY93i9Jf6m.jpg"}],"episode_'
  203. b'run_time":[],"first_air_date":"2023-04-27","genres":[{"id":80,"name":"Crime"'
  204. b'},{"id":18,"name":"Drama"}],"homepage":"https://www.hbomax.com/series/love-a'
  205. b'nd-death","id":124800,"in_production":true,"languages":["en"],"last_air_date'
  206. b'":"2023-04-27","last_episode_to_air":{"id":3283298,"name":"Stepping Stone","'
  207. b'overview":"A sense of normalcy returns after Candy is forced to take stock o'
  208. b'f her own marriage, but Pat soon makes a discovery that leads him to seek an'
  209. b'swers from Sherry.","vote_average":0.0,"vote_count":0,"air_date":"2023-04-27'
  210. b'","episode_number":3,"production_code":"","runtime":59,"season_number":1,"sh'
  211. b'ow_id":124800,"still_path":"/aA8fYWuGUaaKnNf2rUnDIs1LrqU.jpg"},"name":"Love '
  212. b'& Death","next_episode_to_air":{"id":3283299,"name":"Do No Evil","overview":'
  213. b'"","vote_average":0.0,"vote_count":0,"air_date":"2023-05-04","episode_number'
  214. b'":4,"production_code":"","runtime":null,"season_number":1,"show_id":124800,"'
  215. b'still_path":"/nkMN9bmHx2PaYidbfIPM2LVvGd2.jpg"},"networks":[{"id":3186,"logo'
  216. b'_path":"/nmU0UMDJB3dRRQSTUqawzF2Od1a.png","name":"HBO Max","origin_country":'
  217. b'"US"},{"id":6783,"logo_path":"/rAb4M1LjGpWASxpk6Va791A7Nkw.png","name":"Max"'
  218. b',"origin_country":"US"}],"number_of_episodes":7,"number_of_seasons":1,"origi'
  219. b'n_country":["US"],"original_language":"en","original_name":"Love & Death","o'
  220. b'verview":"The true story of Candy and Pat Montgomery and Betty and Allan Gor'
  221. b'e \xe2\x80\x93 two churchgoing couples enjoying their small town Texas li'
  222. b'fe\xe2\x80\xa6 until an extramarital affair leads somebody to pick up an '
  223. b'axe.","popularity":100.871,"poster_path":"/8WchbT0UPQeo3PZ6G01fhccYaQB.jpg",'
  224. b'"production_companies":[{"id":28523,"logo_path":"/zzULw9w7d50BHR8fE30PZT3zJ1'
  225. b'D.png","name":"Lionsgate Television","origin_country":"US"},{"id":55027,"log'
  226. b'o_path":"/c4nfaihSe2948dIRYioKIgxGzO1.png","name":"David E. Kelley Productio'
  227. b'ns","origin_country":"US"},{"id":32537,"logo_path":"/7fUmRWUJgO4grf61sPMmc4k'
  228. b'VYVR.png","name":"Blossom Films","origin_country":"US"},{"id":154854,"logo_p'
  229. b'ath":"/4bk73yBpMSI7BCFbAJgdUa6pvUb.png","name":"Texas Monthly","origin_count'
  230. b'ry":"US"}],"production_countries":[{"iso_3166_1":"US","name":"United States '
  231. b'of America"}],"seasons":[{"air_date":"2023-04-27","episode_count":7,"id":193'
  232. b'450,"name":"Miniseries","overview":"","poster_path":"/8WchbT0UPQeo3PZ6G01fhc'
  233. b'cYaQB.jpg","season_number":1}],"spoken_languages":[{"english_name":"English"'
  234. b',"iso_639_1":"en","name":"English"}],"status":"Returning Series","tagline":"'
  235. b'Not every dream has a perfect ending.","type":"Miniseries","vote_average":8.'
  236. b'0,"vote_count":6,"credits":{"cast":[{"adult":false,"gender":1,"id":550843,"k'
  237. b'nown_for_department":"Acting","name":"Elizabeth Olsen","original_name":"Eliz'
  238. b'abeth Olsen","popularity":33.989,"profile_path":"/upS7wivapuUwGS5ABIpH58vVvL'
  239. b'8.jpg","character":"Candy Montgomery","credit_id":"60908b974e4dff006e830986"'
  240. b',"order":0},{"adult":false,"gender":2,"id":88124,"known_for_department":"Act'
  241. b'ing","name":"Jesse Plemons","original_name":"Jesse Plemons","popularity":46.'
  242. b'373,"profile_path":"/nx5BJs7anBcuZiqvXC9nInMwMSM.jpg","character":"Allan Gor'
  243. b'e","credit_id":"60ac1d8ece9e910058871103","order":1},{"adult":false,"gender"'
  244. b':2,"id":11663,"known_for_department":"Acting","name":"Patrick Fugit","origin'
  245. b'al_name":"Patrick Fugit","popularity":9.153,"profile_path":"/xIFFNkkCDv4rfrb'
  246. b'LissiU0OjLV.jpg","character":"Pat Montgomery","credit_id":"610c7a1be61e6d004'
  247. b'71ba90b","order":2},{"adult":false,"gender":1,"id":4888,"known_for_departmen'
  248. b't":"Acting","name":"Lily Rabe","original_name":"Lily Rabe","popularity":21.4'
  249. b'73,"profile_path":"/u54mVF2vcjymvLhyImxzInq4Y3o.jpg","character":"Betty Gore'
  250. b'","credit_id":"610c7a2e38469a00452782af","order":3},{"adult":false,"gender":'
  251. b'2,"id":132712,"known_for_department":"Acting","name":"Keir Gilchrist","origi'
  252. b'nal_name":"Keir Gilchrist","popularity":11.714,"profile_path":"/vFrziqS1PDoH'
  253. b'YFs2Vn9ro3577Ry.jpg","character":"Ron Adams","credit_id":"610c79b6dcf8750030'
  254. b'3d0ace","order":4},{"adult":false,"gender":1,"id":126713,"known_for_departme'
  255. b'nt":"Acting","name":"Elizabeth Marvel","original_name":"Elizabeth Marvel","p'
  256. b'opularity":20.429,"profile_path":"/w4hd2oPgmpQZd7v69BJ8aL59b6V.jpg","charact'
  257. b'er":"Jackie Ponder","credit_id":"610c79c4e61e6d005f1dbee8","order":5},{"adul'
  258. b't":false,"gender":2,"id":207442,"known_for_department":"Acting","name":"Tom '
  259. b'Pelphrey","original_name":"Tom Pelphrey","popularity":24.905,"profile_path":'
  260. b'"/ztbTooEf7E5CDpd8LEzD6Y4XWbO.jpg","character":"Don Crowder","credit_id":"61'
  261. b'0c79cfee43e8005e452210","order":6},{"adult":false,"gender":1,"id":78080,"kno'
  262. b'wn_for_department":"Acting","name":"Krysten Ritter","original_name":"Krysten'
  263. b' Ritter","popularity":33.18,"profile_path":"/iF9jsrcY39uDzJnAbi3FW056D7u.jpg'
  264. b'","character":"Sherry Cleckler","credit_id":"6142222094d8a80067df1dc7","orde'
  265. b'r":7}],"crew":[{"adult":false,"gender":1,"id":2227,"known_for_department":"A'
  266. b'cting","name":"Nicole Kidman","original_name":"Nicole Kidman","popularity":3'
  267. b'4.193,"profile_path":"/vn5fSswvMbZ0HAp62S1CsEeC68w.jpg","credit_id":"60908c1'
  268. b'bfd6fa10029dd34ab","department":"Production","job":"Executive Producer"},{"a'
  269. b'dult":false,"gender":2,"id":59650,"known_for_department":"Writing","name":"D'
  270. b'avid E. Kelley","original_name":"David E. Kelley","popularity":2.206,"profil'
  271. b'e_path":"/rn8r38XqBV4yNhm9AJY93i9Jf6m.jpg","credit_id":"60908c3a168ea3004240'
  272. b'b1d6","department":"Production","job":"Executive Producer"},{"adult":false,"'
  273. b'gender":0,"id":1179244,"known_for_department":"Production","name":"Per Saari'
  274. b'","original_name":"Per Saari","popularity":1.22,"profile_path":null,"credit_'
  275. b'id":"60ad7e0e90ea4b0029274e61","department":"Production","job":"Executive Pr'
  276. b'oducer"},{"adult":false,"gender":1,"id":15798,"known_for_department":"Direct'
  277. b'ing","name":"Lesli Linka Glatter","original_name":"Lesli Linka Glatter","pop'
  278. b'ularity":0.765,"profile_path":"/8F13UPsRnXWTDcp8iA3ZXMtfJa3.jpg","credit_id"'
  279. b':"60ad7e1e05b549005751f62f","department":"Production","job":"Executive Produ'
  280. b'cer"},{"adult":false,"gender":1,"id":3103689,"known_for_department":"Product'
  281. b'ion","name":"Megan Creydt","original_name":"Megan Creydt","popularity":0.6,"'
  282. b'profile_path":null,"credit_id":"60ad7e636331b20029d5361c","department":"Prod'
  283. b'uction","job":"Executive Producer"},{"adult":false,"gender":2,"id":2830391,"'
  284. b'known_for_department":"Production","name":"Matthew Tinker","original_name":"'
  285. b'Matthew Tinker","popularity":0.6,"profile_path":null,"credit_id":"60ad81a7ae'
  286. b'6f09002a1bfdca","department":"Production","job":"Executive Producer"},{"adul'
  287. b't":false,"gender":2,"id":1223960,"known_for_department":"Production","name":'
  288. b'"Michael Klick","original_name":"Michael Klick","popularity":1.4,"profile_pa'
  289. b'th":null,"credit_id":"60ad81b0ae6f090057437c32","department":"Production","j'
  290. b'ob":"Executive Producer"},{"adult":false,"gender":1,"id":3103703,"known_for_'
  291. b'department":"Production","name":"Helen Verno","original_name":"Helen Verno",'
  292. b'"popularity":0.6,"profile_path":null,"credit_id":"60ad82041108a80029ebbcc6",'
  293. b'"department":"Production","job":"Executive Producer"},{"adult":false,"gender'
  294. b'":0,"id":3078227,"known_for_department":"Writing","name":"Jim Atkinson","ori'
  295. b'ginal_name":"Jim Atkinson","popularity":0.6,"profile_path":null,"credit_id":'
  296. b'"60ad824b6517d6007cf4b640","department":"Writing","job":"Book"},{"adult":fal'
  297. b'se,"gender":2,"id":99906,"known_for_department":"Acting","name":"John Bloom"'
  298. b',"original_name":"John Bloom","popularity":1.114,"profile_path":"/cku3Uat7AX'
  299. b'QIK7CZ1ILUx53G5Ad.jpg","credit_id":"60ad8291efe37c0029bdb7ef","department":"'
  300. b'Writing","job":"Book"},{"adult":false,"gender":2,"id":3428713,"known_for_dep'
  301. b'artment":"Production","name":"Scott Brown","original_name":"Scott Brown","po'
  302. b'pularity":0.6,"profile_path":null,"credit_id":"620c500cb458b8001b244325","de'
  303. b'partment":"Production","job":"Executive Producer"},{"adult":false,"gender":0'
  304. b',"id":1634418,"known_for_department":"Art","name":"Wes Hottman","original_na'
  305. b'me":"Wes Hottman","popularity":1.052,"profile_path":null,"credit_id":"630381'
  306. b'3db39e35007f6857da","department":"Art","job":"Art Direction"},{"adult":false'
  307. b',"gender":0,"id":2226038,"known_for_department":"Costume & Make-Up","name":"'
  308. b'Audrey Fisher","original_name":"Audrey Fisher","popularity":0.6,"profile_pat'
  309. b'h":null,"credit_id":"6303815567e0f7007a8bf3f0","department":"Costume & Make-'
  310. b'Up","job":"Costume Design"},{"adult":false,"gender":0,"id":1473799,"known_fo'
  311. b'r_department":"Art","name":"Suzuki Ingerslev","original_name":"Suzuki Ingers'
  312. b'lev","popularity":0.618,"profile_path":null,"credit_id":"630381755f4b7300826'
  313. b'86dd6","department":"Art","job":"Production Design"},{"adult":false,"gender"'
  314. b':0,"id":61524,"known_for_department":"Art","name":"Gabriella Villarreal","or'
  315. b'iginal_name":"Gabriella Villarreal","popularity":0.6,"profile_path":null,"cr'
  316. b'edit_id":"630381905f4b730082686de6","department":"Art","job":"Set Decoration'
  317. b'"},{"adult":false,"gender":0,"id":3673031,"known_for_department":"Writing","'
  318. b'name":"Joe Bob Briggs","original_name":"Joe Bob Briggs","popularity":0.6,"pr'
  319. b'ofile_path":null,"credit_id":"630381b84fd141008c4837c2","department":"Writin'
  320. b'g","job":"Book"},{"adult":false,"gender":1,"id":1835174,"known_for_departmen'
  321. b't":"Production","name":"Erica Berger","original_name":"Erica Berger","popula'
  322. b'rity":0.6,"profile_path":null,"credit_id":"6303823d21118f009454d5ae","depart'
  323. b'ment":"Production","job":"Casting"}]},"content_ratings":{"results":[{"descri'
  324. b'ptors":[],"iso_3166_1":"US","rating":"TV-MA"},{"descriptors":[],"iso_3166_1"'
  325. b':"MX","rating":"B-15"},{"descriptors":[],"iso_3166_1":"BR","rating":"16"},{"'
  326. b'descriptors":[],"iso_3166_1":"SG","rating"')
  327. self = <http.client.HTTPResponse object at 0x7f547f0ae290>
  328. 2023-04-28 11:40:32.728 T:424601 error <general>: [metadata.tvshows.themoviedb.org.python (1.6.5)]: **** End diagnostic info ****
  329. 2023-04-28 11:40:32.734 T:424601 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  330. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  331. Error Type: <class 'http.client.IncompleteRead'>
  332. Error Contents: IncompleteRead(9594 bytes read, 2701 more expected)
  333. Traceback (most recent call last):
  334. File "/home/payam/.kodi/addons/metadata.tvshows.themoviedb.org.python/main.py", line 32, in <module>
  335. router(sys.argv[2][1:])
  336. File "/home/payam/.kodi/addons/metadata.tvshows.themoviedb.org.python/libs/actions.py", line 229, in router
  337. get_details(params['url'])
  338. File "/home/payam/.kodi/addons/metadata.tvshows.themoviedb.org.python/libs/actions.py", line 101, in get_details
  339. show_info = tmdb.load_show_info(show_id)
  340. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  341. File "/home/payam/.kodi/addons/metadata.tvshows.themoviedb.org.python/libs/tmdb.py", line 161, in load_show_info
  342. show_info = api_utils.load_info(
  343. ^^^^^^^^^^^^^^^^^^^^
  344. File "/home/payam/.kodi/addons/metadata.tvshows.themoviedb.org.python/libs/api_utils.py", line 71, in load_info
  345. resp = json.loads(response.read().decode('utf-8'))
  346. ^^^^^^^^^^^^^^^
  347. File "/usr/lib/python3.11/http/client.py", line 481, in read
  348. s = self._safe_read(self.length)
  349. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  350. File "/usr/lib/python3.11/http/client.py", line 632, in _safe_read
  351. raise IncompleteRead(data, amt-len(data))
  352. http.client.IncompleteRead: IncompleteRead(9594 bytes read, 2701 more expected)
  353. -->End of Python script error report<--
  354.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement