Advertisement
Guest User

Untitled

a guest
Jan 8th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.58 KB | None | 0 0
  1. root@pg-gce:~# pgtrakt movies -t https://trakt.tv/users/keysox/lists/4k
  2.  
  3. PGTrakt Started
  4.  
  5.  
  6. 2019-01-09 05:46:24,534 - INFO - media.trakt - _headers - No user
  7. 2019-01-09 05:46:24,655 - INFO - pgtrack - validate_trakt - Validated Trakt API Key
  8. 2019-01-09 05:46:24,657 - ERROR - media.pvr - validate_api_key - Exception validating api_key:
  9. Traceback (most recent call last):
  10. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 141, in _new_conn
  11. (self.host, self.port), self.timeout, **extra_kw)
  12. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 83, in create_connection
  13. raise err
  14. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  15. sock.connect(sa)
  16. ConnectionRefusedError: [Errno 111] Connection refused
  17.  
  18. During handling of the above exception, another exception occurred:
  19.  
  20. Traceback (most recent call last):
  21. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
  22. chunked=chunked)
  23. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 357, in _make_request
  24. conn.request(method, url, **httplib_request_kw)
  25. File "/usr/lib/python3.6/http/client.py", line 1239, in request
  26. self._send_request(method, url, body, headers, encode_chunked)
  27. File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
  28. self.endheaders(body, encode_chunked=encode_chunked)
  29. File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
  30. self._send_output(message_body, encode_chunked=encode_chunked)
  31. File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
  32. self.send(msg)
  33. File "/usr/lib/python3.6/http/client.py", line 964, in send
  34. self.connect()
  35. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 166, in connect
  36. conn = self._new_conn()
  37. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 150, in _new_conn
  38. self, "Failed to establish a new connection: %s" % e)
  39. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fd4c225bbe0>: Failed to establish a new connection: [Errno 111] Connection refused
  40.  
  41. During handling of the above exception, another exception occurred:
  42.  
  43. Traceback (most recent call last):
  44. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
  45. timeout=timeout
  46. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
  47. _stacktrace=sys.exc_info()[2])
  48. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 388, in increment
  49. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  50. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/system/status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c225bbe0>: Failed to establish a new connection: [Errno 111] Connection refused',))
  51.  
  52. During handling of the above exception, another exception occurred:
  53.  
  54. Traceback (most recent call last):
  55. File "/opt/appdata/pgtrakt/media/pvr.py", line 31, in validate_api_key
  56. allow_redirects=False
  57. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 75, in get
  58. return request('get', url, params=params, **kwargs)
  59. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 60, in request
  60. return session.request(method=method, url=url, **kwargs)
  61. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
  62. resp = self.send(prep, **send_kwargs)
  63. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
  64. r = adapter.send(request, **kwargs)
  65. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 516, in send
  66. raise ConnectionError(e, request=request)
  67. requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/system/status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c225bbe0>: Failed to establish a new connection: [Errno 111] Connection refused',))
  68. 2019-01-09 05:46:24,683 - ERROR - pgtrack - validate_pvr - Aborting due to failure to validate Radarr URL / API Key
  69. 2019-01-09 05:46:24,685 - ERROR - media.pvr - get_profile_id - Exception retrieving id of profile Ultra-HD:
  70. Traceback (most recent call last):
  71. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 141, in _new_conn
  72. (self.host, self.port), self.timeout, **extra_kw)
  73. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 83, in create_connection
  74. raise err
  75. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  76. sock.connect(sa)
  77. ConnectionRefusedError: [Errno 111] Connection refused
  78.  
  79. During handling of the above exception, another exception occurred:
  80.  
  81. Traceback (most recent call last):
  82. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
  83. chunked=chunked)
  84. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 357, in _make_request
  85. conn.request(method, url, **httplib_request_kw)
  86. File "/usr/lib/python3.6/http/client.py", line 1239, in request
  87. self._send_request(method, url, body, headers, encode_chunked)
  88. File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
  89. self.endheaders(body, encode_chunked=encode_chunked)
  90. File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
  91. self._send_output(message_body, encode_chunked=encode_chunked)
  92. File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
  93. self.send(msg)
  94. File "/usr/lib/python3.6/http/client.py", line 964, in send
  95. self.connect()
  96. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 166, in connect
  97. conn = self._new_conn()
  98. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 150, in _new_conn
  99. self, "Failed to establish a new connection: %s" % e)
  100. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fd4c1b4a208>: Failed to establish a new connection: [Errno 111] Connection refused
  101.  
  102. During handling of the above exception, another exception occurred:
  103.  
  104. Traceback (most recent call last):
  105. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
  106. timeout=timeout
  107. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
  108. _stacktrace=sys.exc_info()[2])
  109. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 388, in increment
  110. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  111. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b4a208>: Failed to establish a new connection: [Errno 111] Connection refused',))
  112.  
  113. During handling of the above exception, another exception occurred:
  114.  
  115. Traceback (most recent call last):
  116. File "/opt/appdata/pgtrakt/media/pvr.py", line 77, in get_profile_id
  117. allow_redirects=False
  118. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 75, in get
  119. return request('get', url, params=params, **kwargs)
  120. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 60, in request
  121. return session.request(method=method, url=url, **kwargs)
  122. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
  123. resp = self.send(prep, **send_kwargs)
  124. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
  125. r = adapter.send(request, **kwargs)
  126. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 516, in send
  127. raise ConnectionError(e, request=request)
  128. requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b4a208>: Failed to establish a new connection: [Errno 111] Connection refused',))
  129. 2019-01-09 05:46:24,686 - WARNING - helpers.misc - backoff_handler - Backing off 0.4 seconds afters 1 tries calling function <function PVR.get_profile_id at 0x7fd4c22391e0> with args (<media.radarr.Radarr object at 0x7fd4c5e8ee80>, 'Ultra-HD') and kwargs {}
  130. 2019-01-09 05:46:25,089 - ERROR - media.pvr - get_profile_id - Exception retrieving id of profile Ultra-HD:
  131. Traceback (most recent call last):
  132. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 141, in _new_conn
  133. (self.host, self.port), self.timeout, **extra_kw)
  134. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 83, in create_connection
  135. raise err
  136. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  137. sock.connect(sa)
  138. ConnectionRefusedError: [Errno 111] Connection refused
  139.  
  140. During handling of the above exception, another exception occurred:
  141.  
  142. Traceback (most recent call last):
  143. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
  144. chunked=chunked)
  145. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 357, in _make_request
  146. conn.request(method, url, **httplib_request_kw)
  147. File "/usr/lib/python3.6/http/client.py", line 1239, in request
  148. self._send_request(method, url, body, headers, encode_chunked)
  149. File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
  150. self.endheaders(body, encode_chunked=encode_chunked)
  151. File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
  152. self._send_output(message_body, encode_chunked=encode_chunked)
  153. File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
  154. self.send(msg)
  155. File "/usr/lib/python3.6/http/client.py", line 964, in send
  156. self.connect()
  157. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 166, in connect
  158. conn = self._new_conn()
  159. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 150, in _new_conn
  160. self, "Failed to establish a new connection: %s" % e)
  161. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fd4c1b4a940>: Failed to establish a new connection: [Errno 111] Connection refused
  162.  
  163. During handling of the above exception, another exception occurred:
  164.  
  165. Traceback (most recent call last):
  166. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
  167. timeout=timeout
  168. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
  169. _stacktrace=sys.exc_info()[2])
  170. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 388, in increment
  171. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  172. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b4a940>: Failed to establish a new connection: [Errno 111] Connection refused',))
  173.  
  174. During handling of the above exception, another exception occurred:
  175.  
  176. Traceback (most recent call last):
  177. File "/opt/appdata/pgtrakt/media/pvr.py", line 77, in get_profile_id
  178. allow_redirects=False
  179. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 75, in get
  180. return request('get', url, params=params, **kwargs)
  181. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 60, in request
  182. return session.request(method=method, url=url, **kwargs)
  183. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
  184. resp = self.send(prep, **send_kwargs)
  185. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
  186. r = adapter.send(request, **kwargs)
  187. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 516, in send
  188. raise ConnectionError(e, request=request)
  189. requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b4a940>: Failed to establish a new connection: [Errno 111] Connection refused',))
  190. 2019-01-09 05:46:25,090 - WARNING - helpers.misc - backoff_handler - Backing off 1.8 seconds afters 2 tries calling function <function PVR.get_profile_id at 0x7fd4c22391e0> with args (<media.radarr.Radarr object at 0x7fd4c5e8ee80>, 'Ultra-HD') and kwargs {}
  191. 2019-01-09 05:46:26,913 - ERROR - media.pvr - get_profile_id - Exception retrieving id of profile Ultra-HD:
  192. Traceback (most recent call last):
  193. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 141, in _new_conn
  194. (self.host, self.port), self.timeout, **extra_kw)
  195. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 83, in create_connection
  196. raise err
  197. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  198. sock.connect(sa)
  199. ConnectionRefusedError: [Errno 111] Connection refused
  200.  
  201. During handling of the above exception, another exception occurred:
  202.  
  203. Traceback (most recent call last):
  204. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
  205. chunked=chunked)
  206. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 357, in _make_request
  207. conn.request(method, url, **httplib_request_kw)
  208. File "/usr/lib/python3.6/http/client.py", line 1239, in request
  209. self._send_request(method, url, body, headers, encode_chunked)
  210. File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
  211. self.endheaders(body, encode_chunked=encode_chunked)
  212. File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
  213. self._send_output(message_body, encode_chunked=encode_chunked)
  214. File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
  215. self.send(msg)
  216. File "/usr/lib/python3.6/http/client.py", line 964, in send
  217. self.connect()
  218. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 166, in connect
  219. conn = self._new_conn()
  220. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 150, in _new_conn
  221. self, "Failed to establish a new connection: %s" % e)
  222. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fd4c1b570b8>: Failed to establish a new connection: [Errno 111] Connection refused
  223.  
  224. During handling of the above exception, another exception occurred:
  225.  
  226. Traceback (most recent call last):
  227. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
  228. timeout=timeout
  229. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
  230. _stacktrace=sys.exc_info()[2])
  231. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 388, in increment
  232. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  233. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b570b8>: Failed to establish a new connection: [Errno 111] Connection refused',))
  234.  
  235. During handling of the above exception, another exception occurred:
  236.  
  237. Traceback (most recent call last):
  238. File "/opt/appdata/pgtrakt/media/pvr.py", line 77, in get_profile_id
  239. allow_redirects=False
  240. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 75, in get
  241. return request('get', url, params=params, **kwargs)
  242. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 60, in request
  243. return session.request(method=method, url=url, **kwargs)
  244. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
  245. resp = self.send(prep, **send_kwargs)
  246. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
  247. r = adapter.send(request, **kwargs)
  248. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 516, in send
  249. raise ConnectionError(e, request=request)
  250. requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b570b8>: Failed to establish a new connection: [Errno 111] Connection refused',))
  251. 2019-01-09 05:46:26,914 - WARNING - helpers.misc - backoff_handler - Backing off 2.2 seconds afters 3 tries calling function <function PVR.get_profile_id at 0x7fd4c22391e0> with args (<media.radarr.Radarr object at 0x7fd4c5e8ee80>, 'Ultra-HD') and kwargs {}
  252. 2019-01-09 05:46:29,130 - ERROR - media.pvr - get_profile_id - Exception retrieving id of profile Ultra-HD:
  253. Traceback (most recent call last):
  254. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 141, in _new_conn
  255. (self.host, self.port), self.timeout, **extra_kw)
  256. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 83, in create_connection
  257. raise err
  258. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 73, in create_connection
  259. sock.connect(sa)
  260. ConnectionRefusedError: [Errno 111] Connection refused
  261.  
  262. During handling of the above exception, another exception occurred:
  263.  
  264. Traceback (most recent call last):
  265. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
  266. chunked=chunked)
  267. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 357, in _make_request
  268. conn.request(method, url, **httplib_request_kw)
  269. File "/usr/lib/python3.6/http/client.py", line 1239, in request
  270. self._send_request(method, url, body, headers, encode_chunked)
  271. File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request
  272. self.endheaders(body, encode_chunked=encode_chunked)
  273. File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders
  274. self._send_output(message_body, encode_chunked=encode_chunked)
  275. File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output
  276. self.send(msg)
  277. File "/usr/lib/python3.6/http/client.py", line 964, in send
  278. self.connect()
  279. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 166, in connect
  280. conn = self._new_conn()
  281. File "/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 150, in _new_conn
  282. self, "Failed to establish a new connection: %s" % e)
  283. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fd4c1b577f0>: Failed to establish a new connection: [Errno 111] Connection refused
  284.  
  285. During handling of the above exception, another exception occurred:
  286.  
  287. Traceback (most recent call last):
  288. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
  289. timeout=timeout
  290. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
  291. _stacktrace=sys.exc_info()[2])
  292. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 388, in increment
  293. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  294. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b577f0>: Failed to establish a new connection: [Errno 111] Connection refused',))
  295.  
  296. During handling of the above exception, another exception occurred:
  297.  
  298. Traceback (most recent call last):
  299. File "/opt/appdata/pgtrakt/media/pvr.py", line 77, in get_profile_id
  300. allow_redirects=False
  301. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 75, in get
  302. return request('get', url, params=params, **kwargs)
  303. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 60, in request
  304. return session.request(method=method, url=url, **kwargs)
  305. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
  306. resp = self.send(prep, **send_kwargs)
  307. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
  308. r = adapter.send(request, **kwargs)
  309. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 516, in send
  310. raise ConnectionError(e, request=request)
  311. requests.exceptions.ConnectionError: HTTPConnectionPool(host='0.0.0.0', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4c1b577f0>: Failed to establish a new connection: [Errno 111] Connection refused',))
  312. 2019-01-09 05:46:29,131 - ERROR - backoff - _log_giveup - Giving up get_profile_id(...) after 4 tries (None)
  313. 2019-01-09 05:46:29,131 - ERROR - pgtrack - get_profile_id - Aborting due to failure to retrieve Profile ID for: Ultra-HD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement