Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. Strongbox 01 using the same config as the assist.
  2. Using:
  3. "bridge_server": "http://192.168.5.206/sheets",
  4.  
  5.  
  6. error: [Errno 10061] No connection could be made because the target machine actively refused it
  7.  
  8. ---- Log ----
  9.  
  10.  
  11. C:\Users\Quantel\Documents\Cmder
  12. λ cd /d D:\pul_gan_1247\outputs\internal\python-config\107
  13.  
  14. D:\pul_gan_1247\outputs\internal\python-config\107
  15. λ tll vfx-pull -e --no-pull
  16. c:\python27\lib\site-packages\tll\config\logging.ini
  17. 2020-01-20 14:07:55,911 INFO     - tll.extras.utils: Extra utils initialised.
  18. 2020-01-20 14:07:55,944 DEBUG    - tll.scripts.main: Namespace(archive=False, config=None, dump_entries=False, edl=[], matrix=False, no_pull=True, parser='vfx-pull', report=None, start='10:00:00:00')
  19. 2020-01-20 14:07:55,944 DEBUG    - tll.scripts.main: Arguments: Namespace(archive=False, config=None, dump_entries=False, edl=[], matrix=False, no_pull=True, parser='vfx-pull', report=None, start='10:00:00:00') 2020-01-20 14:07:55,946 DEBUG    - tll.scripts.main: Trying next handler function: handle_dump_config
  20. 2020-01-20 14:07:55,946 DEBUG    - tll.scripts.main: Trying next handler function: handle_update_options
  21. 2020-01-20 14:07:55,947 DEBUG    - tll.scripts.main: Trying next handler function: handle_config_options
  22. 2020-01-20 14:07:55,947 DEBUG    - tll.scripts.main: Trying next handler function: handle_run_vfx_pull
  23. 2020-01-20 14:07:57,951 ERROR    - root: Uncaught exception:
  24. None
  25. Traceback (most recent call last):
  26.   File "C:\Python27\Scripts\tll-script.py", line 11, in <module>
  27.     load_entry_point('thelooklondon==1.4.1', 'console_scripts', 'tll')()
  28.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 63, in main
  29.     handle(args)
  30.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 57, in handle
  31.     nextfun()
  32.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  33.     f(args, nextfun)
  34.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 70, in handle_dump_config
  35.     cb()
  36.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  37.     f(args, nextfun)
  38.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 75, in handle_update_options
  39.     cb()
  40.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  41.     f(args, nextfun)
  42.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 110, in handle_config_options
  43.     cb()
  44.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  45.     f(args, nextfun)
  46.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 119, in handle_run_vfx_pull
  47.     sm = StorageManager()
  48.   File "c:\python27\lib\site-packages\tll\extras\klass.py", line 8, in __call__
  49.     cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  50.   File "c:\python27\lib\site-packages\tll\storage.py", line 31, in __init__
  51.     self.Q = Quantel()
  52.   File "c:\python27\lib\site-packages\tll\extras\klass.py", line 8, in __call__
  53.     cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  54.   File "c:\python27\lib\site-packages\tll\__init__.py", line 137, in __init__
  55.     self.C = rpyc.classic.connect(host)
  56.   File "c:\python27\lib\site-packages\rpyc\utils\classic.py", line 68, in connect
  57.     return factory.connect(host, port, SlaveService, ipv6 = ipv6, keepalive = keepalive)
  58.   File "c:\python27\lib\site-packages\rpyc\utils\factory.py", line 90, in connect
  59.     s = SocketStream.connect(host, port, ipv6 = ipv6, keepalive = keepalive)
  60.   File "c:\python27\lib\site-packages\rpyc\core\stream.py", line 150, in connect
  61.     return cls(cls._connect(host, port, **kwargs))
  62.   File "c:\python27\lib\site-packages\rpyc\core\stream.py", line 108, in _connect
  63.     s.connect(sockaddr)
  64.   File "c:\python27\lib\socket.py", line 228, in meth
  65.     return getattr(self._sock,name)(*args)
  66. error: [Errno 10061] No connection could be made because the target machine actively refused it
  67.  
  68. D:\pul_gan_1247\outputs\internal\python-config\107
  69. λ tll vfx-pull -e --no-pull
  70. c:\python27\lib\site-packages\tll\config\logging.ini
  71. 2020-01-20 14:09:33,640 INFO     - tll.extras.utils: Extra utils initialised.
  72. 2020-01-20 14:09:33,671 DEBUG    - tll.scripts.main: Namespace(archive=False, config=None, dump_entries=False, edl=[], matrix=False, no_pull=True, parser='vfx-pull', report=None, start='10:00:00:00')
  73. 2020-01-20 14:09:33,673 DEBUG    - tll.scripts.main: Arguments: Namespace(archive=False, config=None, dump_entries=False, edl=[], matrix=False, no_pull=True, parser='vfx-pull', report=None, start='10:00:00:00') 2020-01-20 14:09:33,673 DEBUG    - tll.scripts.main: Trying next handler function: handle_dump_config
  74. 2020-01-20 14:09:33,673 DEBUG    - tll.scripts.main: Trying next handler function: handle_update_options
  75. 2020-01-20 14:09:33,674 DEBUG    - tll.scripts.main: Trying next handler function: handle_config_options
  76. 2020-01-20 14:09:33,674 DEBUG    - tll.scripts.main: Trying next handler function: handle_run_vfx_pull
  77. 2020-01-20 14:09:35,678 ERROR    - root: Uncaught exception:
  78. None
  79. Traceback (most recent call last):
  80.   File "C:\Python27\Scripts\tll-script.py", line 11, in <module>
  81.     load_entry_point('thelooklondon==1.4.1', 'console_scripts', 'tll')()
  82.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 63, in main
  83.     handle(args)
  84.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 57, in handle
  85.     nextfun()
  86.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  87.     f(args, nextfun)
  88.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 70, in handle_dump_config
  89.     cb()
  90.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  91.     f(args, nextfun)
  92.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 75, in handle_update_options
  93.     cb()
  94.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  95.     f(args, nextfun)
  96.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 110, in handle_config_options
  97.     cb()
  98.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  99.     f(args, nextfun)
  100.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 119, in handle_run_vfx_pull
  101.     sm = StorageManager()
  102.   File "c:\python27\lib\site-packages\tll\extras\klass.py", line 8, in __call__
  103.     cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  104.   File "c:\python27\lib\site-packages\tll\storage.py", line 31, in __init__
  105.     self.Q = Quantel()
  106.   File "c:\python27\lib\site-packages\tll\extras\klass.py", line 8, in __call__
  107.     cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  108.   File "c:\python27\lib\site-packages\tll\__init__.py", line 137, in __init__
  109.     self.C = rpyc.classic.connect(host)
  110.   File "c:\python27\lib\site-packages\rpyc\utils\classic.py", line 68, in connect
  111.     return factory.connect(host, port, SlaveService, ipv6 = ipv6, keepalive = keepalive)
  112.   File "c:\python27\lib\site-packages\rpyc\utils\factory.py", line 90, in connect
  113.     s = SocketStream.connect(host, port, ipv6 = ipv6, keepalive = keepalive)
  114.   File "c:\python27\lib\site-packages\rpyc\core\stream.py", line 150, in connect
  115.     return cls(cls._connect(host, port, **kwargs))
  116.   File "c:\python27\lib\site-packages\rpyc\core\stream.py", line 108, in _connect
  117.     s.connect(sockaddr)
  118.   File "c:\python27\lib\socket.py", line 228, in meth
  119.     return getattr(self._sock,name)(*args)
  120. error: [Errno 10061] No connection could be made because the target machine actively refused it
  121.  
  122. D:\pul_gan_1247\outputs\internal\python-config\107
  123. λ tll vfx-pull -e --no-pull
  124. c:\python27\lib\site-packages\tll\config\logging.ini
  125. 2020-01-20 14:10:32,220 INFO     - tll.extras.utils: Extra utils initialised.
  126. 2020-01-20 14:10:32,253 DEBUG    - tll.scripts.main: Namespace(archive=False, config=None, dump_entries=False, edl=[], matrix=False, no_pull=True, parser='vfx-pull', report=None, start='10:00:00:00')
  127. 2020-01-20 14:10:32,253 DEBUG    - tll.scripts.main: Arguments: Namespace(archive=False, config=None, dump_entries=False, edl=[], matrix=False, no_pull=True, parser='vfx-pull', report=None, start='10:00:00:00') 2020-01-20 14:10:32,255 DEBUG    - tll.scripts.main: Trying next handler function: handle_dump_config
  128. 2020-01-20 14:10:32,255 DEBUG    - tll.scripts.main: Trying next handler function: handle_update_options
  129. 2020-01-20 14:10:32,255 DEBUG    - tll.scripts.main: Trying next handler function: handle_config_options
  130. 2020-01-20 14:10:32,256 DEBUG    - tll.scripts.main: Trying next handler function: handle_run_vfx_pull
  131. 2020-01-20 14:10:34,259 ERROR    - root: Uncaught exception:
  132. None
  133. Traceback (most recent call last):
  134.   File "C:\Python27\Scripts\tll-script.py", line 11, in <module>
  135.     load_entry_point('thelooklondon==1.4.1', 'console_scripts', 'tll')()
  136.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 63, in main
  137.     handle(args)
  138.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 57, in handle
  139.     nextfun()
  140.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  141.     f(args, nextfun)
  142.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 70, in handle_dump_config
  143.     cb()
  144.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  145.     f(args, nextfun)
  146.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 75, in handle_update_options
  147.     cb()
  148.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  149.     f(args, nextfun)
  150.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 110, in handle_config_options
  151.     cb()
  152.   File "c:\python27\lib\site-packages\tll\scripts\main.py", line 53, in nextfun
  153.     f(args, nextfun)
  154.   File "c:\python27\lib\site-packages\tll\scripts\handlers.py", line 119, in handle_run_vfx_pull
  155.     sm = StorageManager()
  156.   File "c:\python27\lib\site-packages\tll\extras\klass.py", line 8, in __call__
  157.     cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  158.   File "c:\python27\lib\site-packages\tll\storage.py", line 31, in __init__
  159.     self.Q = Quantel()
  160.   File "c:\python27\lib\site-packages\tll\extras\klass.py", line 8, in __call__
  161.     cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
  162.   File "c:\python27\lib\site-packages\tll\__init__.py", line 137, in __init__
  163.     self.C = rpyc.classic.connect(host)
  164.   File "c:\python27\lib\site-packages\rpyc\utils\classic.py", line 68, in connect
  165.     return factory.connect(host, port, SlaveService, ipv6 = ipv6, keepalive = keepalive)
  166.   File "c:\python27\lib\site-packages\rpyc\utils\factory.py", line 90, in connect
  167.     s = SocketStream.connect(host, port, ipv6 = ipv6, keepalive = keepalive)
  168.   File "c:\python27\lib\site-packages\rpyc\core\stream.py", line 150, in connect
  169.     return cls(cls._connect(host, port, **kwargs))
  170.   File "c:\python27\lib\site-packages\rpyc\core\stream.py", line 108, in _connect
  171.     s.connect(sockaddr)
  172.   File "c:\python27\lib\socket.py", line 228, in meth
  173.     return getattr(self._sock,name)(*args)
  174. error: [Errno 10061] No connection could be made because the target machine actively refused it
  175.  
  176.  
  177. D:\pul_gan_1247\outputs\internal\python-config\107
  178. λ tll config --pipconf
  179. c:\python27\lib\site-packages\tll\config\logging.ini
  180. 2020-01-20 14:11:14,046 INFO     - tll.extras.utils: Extra utils initialised.
  181. 2020-01-20 14:11:14,078 DEBUG    - tll.scripts.main: Namespace(drive=None, dump=False, parser='config', pipconf=True)
  182. 2020-01-20 14:11:14,079 DEBUG    - tll.scripts.main: Arguments: Namespace(drive=None, dump=False, parser='config', pipconf=True)
  183. 2020-01-20 14:11:14,079 DEBUG    - tll.scripts.main: Trying next handler function: handle_dump_config
  184. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  185. global.trusted-host='192.168.2.189 192.168.2.190 192.168.5.205 192.168.5.206 192.168.6.205 192.168.6.206'
  186. install.extra-index-url='http://192.168.2.190/simple http://192.168.5.206/simple http://192.168.6.206'
  187. install.retries='0'
  188. install.timeout='3'
  189.  
  190. 2020-01-20 14:11:16,964 INFO     - tll.scripts.main: =======================
  191. 2020-01-20 14:11:16,964 INFO     - tll.scripts.main: REPLAYING CRITICAL LOGS
  192. 2020-01-20 14:11:16,966 INFO     - tll.scripts.main: =======================
  193. 2020-01-20 14:11:16,966 INFO     - tll.scripts.main: c:\users\quantel\appdata\local\temp\tll_critical.log
  194.  
  195.  
  196. D:\pul_gan_1247\outputs\internal\python-config\107
  197. λ cd ..
  198.  
  199. D:\pul_gan_1247\outputs\internal\python-config
  200. λ tll
  201. ? The config file does not exist. Would you like to create it?  Yes
  202. No handlers could be found for logger "tll.configuration"
  203.  
  204. D:\pul_gan_1247\outputs\internal\python-config
  205. λ tll
  206. c:\python27\lib\site-packages\tll\config\logging.ini
  207. 2020-01-20 14:15:22,397 INFO     - tll.extras.utils: Extra utils initialised.
  208. usage: tll [-h] [--version]
  209.            {config,update,vfx-pull,vfx-drop,manual-review,cubecreator,compare,misc}
  210.            ...
  211. tll: error: too few arguments
  212.  
  213. D:\pul_gan_1247\outputs\internal\python-config
  214. λ tll update --run
  215. c:\python27\lib\site-packages\tll\config\logging.ini
  216. 2020-01-20 14:16:55,855 INFO     - tll.extras.utils: Extra utils initialised.
  217. 2020-01-20 14:16:55,888 DEBUG    - tll.scripts.main: Namespace(check=False, force=False, install=None, list=False, parser='update', raw=False, run=True, server=None)
  218. 2020-01-20 14:16:55,888 DEBUG    - tll.scripts.main: Arguments: Namespace(check=False, force=False, install=None, list=False, parser='update', raw=False, run=True, server=None)
  219. 2020-01-20 14:16:55,888 DEBUG    - tll.scripts.main: Trying next handler function: handle_dump_config
  220. 2020-01-20 14:16:55,890 DEBUG    - tll.scripts.main: Trying next handler function: handle_update_options
  221. 2020-01-20 14:16:55,890 DEBUG    - tll.update: Trying update server: http://192.168.2.190/updates
  222. 2020-01-20 14:16:55,894 DEBUG    - urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.190:80
  223. 2020-01-20 14:16:55,904 DEBUG    - urllib3.connectionpool: http://192.168.2.190:80 "GET /updates HTTP/1.1" 200 3
  224. 2020-01-20 14:16:55,907 DEBUG    - urllib3.connectionpool: Starting new HTTP connection (1): 192.168.2.190:80
  225. 2020-01-20 14:16:55,934 DEBUG    - urllib3.connectionpool: http://192.168.2.190:80 "POST /updates/check HTTP/1.1" 200 33
  226. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
  227. 2020-01-20 14:16:58,128 ERROR    - tll.update: No updates available. Nothing to do.
  228. 2020-01-20 14:16:58,130 INFO     - tll.scripts.main: =======================
  229. 2020-01-20 14:16:58,130 INFO     - tll.scripts.main: REPLAYING CRITICAL LOGS
  230. 2020-01-20 14:16:58,131 INFO     - tll.scripts.main: =======================
  231. 2020-01-20 14:16:58,131 INFO     - tll.scripts.main: c:\users\quantel\appdata\local\temp\tll_critical.log
  232.  
  233.  
  234. D:\pul_gan_1247\outputs\internal\python-config
  235. λ tll version
  236. c:\python27\lib\site-packages\tll\config\logging.ini
  237. 2020-01-20 14:17:05,486 INFO     - tll.extras.utils: Extra utils initialised.
  238. usage: tll [-h] [--version]
  239.            {config,update,vfx-pull,vfx-drop,manual-review,cubecreator,compare,misc}
  240.            ...
  241. tll: error: invalid choice: 'version' (choose from 'config', 'update', 'vfx-pull', 'vfx-drop', 'manual-review', 'cubecreator', 'compare', 'misc')
  242.  
  243. D:\pul_gan_1247\outputs\internal\python-config
  244. λ tll --version
  245. c:\python27\lib\site-packages\tll\config\logging.ini
  246. 2020-01-20 14:17:16,502 INFO     - tll.extras.utils: Extra utils initialised.
  247. 1.4.1
  248.  
  249. D:\pul_gan_1247\outputs\internal\python-config
  250. λ tll update --version
  251. c:\python27\lib\site-packages\tll\config\logging.ini
  252. 2020-01-20 14:17:27,131 INFO     - tll.extras.utils: Extra utils initialised.
  253. usage: tll update [-h] (--check | --list | --run | --install name version)
  254.                   [-r] [-f] [-s SERVER]
  255. tll update: error: one of the arguments --check --list --run --install is required
  256.  
  257. D:\pul_gan_1247\outputs\internal\python-config
  258. λ tll --version
  259. c:\python27\lib\site-packages\tll\config\logging.ini
  260. 2020-01-20 14:18:21,427 INFO     - tll.extras.utils: Extra utils initialised.
  261. 1.4.1
  262.  
  263.  
  264. D:\pul_gan_1247\outputs\internal\python-config
  265. λ ssh root@19.2.168.5.206 docker logs remote
  266. ssh: Could not resolve hostname 19.2.168.5.206: No such host is known.
  267.  
  268. D:\pul_gan_1247\outputs\internal\python-config
  269. λ ssh root@192.168.5.206 docker logs remote
  270. root@192.168.5.206's password:
  271. quantel
  272. quantel[2020-01-16 14:55:59 +0000] [1] [INFO] Starting gunicorn 19.10.0
  273. [2020-01-16 14:55:59 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
  274. [2020-01-16 14:55:59 +0000] [1] [INFO] Using worker: sync
  275. [2020-01-16 14:55:59 +0000] [11] [INFO] Booting worker with pid: 11
  276.  
  277. D:\pul_gan_1247\outputs\internal\python-config
  278. λ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement