Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.76 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.16299.64]
  2. (c) 2017 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\falle>cd C:\Users\falle\Desktop\cli-checker-master
  5.  
  6. C:\Users\falle\Desktop\cli-checker-master>python OGCheckr.py
  7. Checking and filtering out bad proxies...
  8. Exception in thread Thread-10:
  9. Traceback (most recent call last):
  10. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  11. raise "Not Google"
  12. TypeError: exceptions must derive from BaseException
  13.  
  14. During handling of the above exception, another exception occurred:
  15.  
  16. Traceback (most recent call last):
  17. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  18. self.run()
  19. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  20. self._target(*self._args, **self._kwargs)
  21. File "OGCheckr.py", line 32, in threader
  22. requestJob(item)
  23. File "OGCheckr.py", line 22, in requestJob
  24. if check_proxy(proxy):
  25. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  26. except r.raise_for_status():
  27. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  28. raise HTTPError(http_error_msg, response=self)
  29. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGJ_J0dAFIhkA8aeDS4iSdhZ9xAbJjMnlscR7HEtLfJ4hMgFy
  30.  
  31. Exception in thread Thread-6:
  32. Traceback (most recent call last):
  33. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  34. raise "Not Google"
  35. TypeError: exceptions must derive from BaseException
  36.  
  37. During handling of the above exception, another exception occurred:
  38.  
  39. Traceback (most recent call last):
  40. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  41. self.run()
  42. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  43. self._target(*self._args, **self._kwargs)
  44. File "OGCheckr.py", line 32, in threader
  45. requestJob(item)
  46. File "OGCheckr.py", line 22, in requestJob
  47. if check_proxy(proxy):
  48. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  49. except r.raise_for_status():
  50. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  51. raise HTTPError(http_error_msg, response=self)
  52. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGKDJ0dAFIhkA8aeDS_oeabcdw4M5Kyjw8aeydzTARimtMgFy
  53. Exception in thread Thread-4:
  54. Traceback (most recent call last):
  55. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  56. raise "Not Google"
  57. TypeError: exceptions must derive from BaseException
  58.  
  59. During handling of the above exception, another exception occurred:
  60.  
  61. Traceback (most recent call last):
  62. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  63. self.run()
  64. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  65. self._target(*self._args, **self._kwargs)
  66. File "OGCheckr.py", line 32, in threader
  67. requestJob(item)
  68. File "OGCheckr.py", line 22, in requestJob
  69. if check_proxy(proxy):
  70. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  71. except r.raise_for_status():
  72. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  73. raise HTTPError(http_error_msg, response=self)
  74. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGJ_J0dAFIhkA8aeDS4iSdhZ9xAbJjMnlscR7HEtLfJ4hMgFy
  75.  
  76. Exception in thread Thread-1:
  77. Traceback (most recent call last):
  78. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  79. raise "Not Google"
  80. TypeError: exceptions must derive from BaseException
  81.  
  82. During handling of the above exception, another exception occurred:
  83.  
  84. Traceback (most recent call last):
  85. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  86. self.run()
  87. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  88. self._target(*self._args, **self._kwargs)
  89. File "OGCheckr.py", line 32, in threader
  90. requestJob(item)
  91. File "OGCheckr.py", line 22, in requestJob
  92. if check_proxy(proxy):
  93. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  94. except r.raise_for_status():
  95. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  96. raise HTTPError(http_error_msg, response=self)
  97. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGJ_J0dAFIhkA8aeDS4iSdhZ9xAbJjMnlscR7HEtLfJ4hMgFy
  98.  
  99.  
  100. Exception in thread Thread-8:
  101. Traceback (most recent call last):
  102. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  103. raise "Not Google"
  104. TypeError: exceptions must derive from BaseException
  105.  
  106. During handling of the above exception, another exception occurred:
  107.  
  108. Traceback (most recent call last):
  109. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  110. self.run()
  111. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  112. self._target(*self._args, **self._kwargs)
  113. File "OGCheckr.py", line 32, in threader
  114. requestJob(item)
  115. File "OGCheckr.py", line 22, in requestJob
  116. if check_proxy(proxy):
  117. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  118. except r.raise_for_status():
  119. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  120. raise HTTPError(http_error_msg, response=self)
  121. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGKDJ0dAFIhkA8aeDS_oeabcdw4M5Kyjw8aeydzTARimtMgFy
  122.  
  123. Exception in thread Thread-3:
  124. Traceback (most recent call last):
  125. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  126. raise "Not Google"
  127. TypeError: exceptions must derive from BaseException
  128.  
  129. During handling of the above exception, another exception occurred:
  130.  
  131. Traceback (most recent call last):
  132. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  133. self.run()
  134. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  135. self._target(*self._args, **self._kwargs)
  136. File "OGCheckr.py", line 32, in threader
  137. requestJob(item)
  138. File "OGCheckr.py", line 22, in requestJob
  139. if check_proxy(proxy):
  140. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  141. except r.raise_for_status():
  142. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  143. raise HTTPError(http_error_msg, response=self)
  144. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGKDJ0dAFIhkA8aeDS_oeabcdw4M5Kyjw8aeydzTARimtMgFy
  145. Exception in thread Thread-2:
  146. Traceback (most recent call last):
  147. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  148. raise "Not Google"
  149. TypeError: exceptions must derive from BaseException
  150.  
  151. During handling of the above exception, another exception occurred:
  152.  
  153. Traceback (most recent call last):
  154. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  155. self.run()
  156. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  157. self._target(*self._args, **self._kwargs)
  158. File "OGCheckr.py", line 32, in threader
  159. requestJob(item)
  160. File "OGCheckr.py", line 22, in requestJob
  161. if check_proxy(proxy):
  162. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  163. except r.raise_for_status():
  164. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  165. raise HTTPError(http_error_msg, response=self)
  166. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGKDJ0dAFIhkA8aeDS_oeabcdw4M5Kyjw8aeydzTARimtMgFy
  167.  
  168.  
  169. Exception in thread Thread-5:
  170. Traceback (most recent call last):
  171. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  172. raise "Not Google"
  173. TypeError: exceptions must derive from BaseException
  174.  
  175. During handling of the above exception, another exception occurred:
  176.  
  177. Traceback (most recent call last):
  178. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  179. self.run()
  180. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  181. self._target(*self._args, **self._kwargs)
  182. File "OGCheckr.py", line 32, in threader
  183. requestJob(item)
  184. File "OGCheckr.py", line 22, in requestJob
  185. if check_proxy(proxy):
  186. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  187. except r.raise_for_status():
  188. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  189. raise HTTPError(http_error_msg, response=self)
  190. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGKDJ0dAFIhkA8aeDS_oeabcdw4M5Kyjw8aeydzTARimtMgFy
  191.  
  192. Exception in thread Thread-9:
  193. Traceback (most recent call last):
  194. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  195. raise "Not Google"
  196. TypeError: exceptions must derive from BaseException
  197.  
  198. During handling of the above exception, another exception occurred:
  199.  
  200. Traceback (most recent call last):
  201. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  202. self.run()
  203. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  204. self._target(*self._args, **self._kwargs)
  205. File "OGCheckr.py", line 32, in threader
  206. requestJob(item)
  207. File "OGCheckr.py", line 22, in requestJob
  208. if check_proxy(proxy):
  209. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  210. except r.raise_for_status():
  211. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  212. raise HTTPError(http_error_msg, response=self)
  213. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGKDJ0dAFIhkA8aeDS_oeabcdw4M5Kyjw8aeydzTARimtMgFy
  214.  
  215. Exception in thread Thread-7:
  216. Traceback (most recent call last):
  217. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 39, in check_proxy
  218. raise "Not Google"
  219. TypeError: exceptions must derive from BaseException
  220.  
  221. During handling of the above exception, another exception occurred:
  222.  
  223. Traceback (most recent call last):
  224. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 916, in _bootstrap_inner
  225. self.run()
  226. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\threading.py", line 864, in run
  227. self._target(*self._args, **self._kwargs)
  228. File "OGCheckr.py", line 32, in threader
  229. requestJob(item)
  230. File "OGCheckr.py", line 22, in requestJob
  231. if check_proxy(proxy):
  232. File "C:\Users\falle\Desktop\cli-checker-master\lib\proxy.py", line 40, in check_proxy
  233. except r.raise_for_status():
  234. File "C:\Users\falle\AppData\Local\Programs\Python\Python36-32\lib\site-packages\requests\models.py", line 935, in raise_for_status
  235. raise HTTPError(http_error_msg, response=self)
  236. requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://ipv4.google.com/sorry/index?continue=https://google.com/&q=EgRIsgxrGKDJ0dAFIhkA8aeDS_oeabcdw4M5Kyjw8aeydzTARimtMgFy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement