Log

Log


2020-08-07T06:15:53.372987+00:00 heroku[worker.1]: Starting process with command `/bin/sh -c python3\ -m\ userbot`
2020-08-07T06:16:06.480385+00:00 app[worker.1]: Traceback (most recent call last):
2020-08-07T06:16:06.480402+00:00 app[worker.1]:   File "/python/lib/python3.8/urllib/request.py", line 1350, in do_open
2020-08-07T06:16:06.480402+00:00 app[worker.1]:     h.request(req.get_method(), req.selector, req.data, headers,
2020-08-07T06:16:06.480403+00:00 app[worker.1]:   File "/python/lib/python3.8/http/client.py", line 1255, in request
2020-08-07T06:16:06.480403+00:00 app[worker.1]:     self._send_request(method, url, body, headers, encode_chunked)
2020-08-07T06:16:06.480403+00:00 app[worker.1]:   File "/python/lib/python3.8/http/client.py", line 1301, in _send_request
2020-08-07T06:16:06.480404+00:00 app[worker.1]:     self.endheaders(body, encode_chunked=encode_chunked)
2020-08-07T06:16:06.480404+00:00 app[worker.1]:   File "/python/lib/python3.8/http/client.py", line 1250, in endheaders
2020-08-07T06:16:06.480404+00:00 app[worker.1]:     self._send_output(message_body, encode_chunked=encode_chunked)
2020-08-07T06:16:06.480405+00:00 app[worker.1]:   File "/python/lib/python3.8/http/client.py", line 1010, in _send_output
2020-08-07T06:16:06.480405+00:00 app[worker.1]:     self.send(msg)
2020-08-07T06:16:06.480406+00:00 app[worker.1]:   File "/python/lib/python3.8/http/client.py", line 950, in send
2020-08-07T06:16:06.480406+00:00 app[worker.1]:     self.connect()
2020-08-07T06:16:06.480406+00:00 app[worker.1]:   File "/python/lib/python3.8/http/client.py", line 1417, in connect
2020-08-07T06:16:06.480406+00:00 app[worker.1]:     super().connect()
2020-08-07T06:16:06.480407+00:00 app[worker.1]:   File "/python/lib/python3.8/http/client.py", line 921, in connect
2020-08-07T06:16:06.480407+00:00 app[worker.1]:     self.sock = self._create_connection(
2020-08-07T06:16:06.480408+00:00 app[worker.1]:   File "/python/lib/python3.8/socket.py", line 787, in create_connection
2020-08-07T06:16:06.480412+00:00 app[worker.1]:     for res in getaddrinfo(host, port, 0, SOCK_STREAM):
2020-08-07T06:16:06.480412+00:00 app[worker.1]:   File "/python/lib/python3.8/socket.py", line 918, in getaddrinfo
2020-08-07T06:16:06.480412+00:00 app[worker.1]:     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
2020-08-07T06:16:06.480413+00:00 app[worker.1]: socket.gaierror: [Errno -3] Try again
2020-08-07T06:16:06.480413+00:00 app[worker.1]: 
2020-08-07T06:16:06.480414+00:00 app[worker.1]: During handling of the above exception, another exception occurred:
2020-08-07T06:16:06.480414+00:00 app[worker.1]: 
2020-08-07T06:16:06.480414+00:00 app[worker.1]: Traceback (most recent call last):
2020-08-07T06:16:06.480415+00:00 app[worker.1]:   File "/python/lib/python3.8/runpy.py", line 185, in _run_module_as_main
2020-08-07T06:16:06.480415+00:00 app[worker.1]:     mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
2020-08-07T06:16:06.480415+00:00 app[worker.1]:   File "/python/lib/python3.8/runpy.py", line 144, in _get_module_details
2020-08-07T06:16:06.480416+00:00 app[worker.1]:     return _get_module_details(pkg_main_name, error)
2020-08-07T06:16:06.480416+00:00 app[worker.1]:   File "/python/lib/python3.8/runpy.py", line 111, in _get_module_details
2020-08-07T06:16:06.480416+00:00 app[worker.1]:     __import__(pkg_name)
2020-08-07T06:16:06.480417+00:00 app[worker.1]:   File "/One4uBot/userbot/__init__.py", line 194, in <module>
2020-08-07T06:16:06.480417+00:00 app[worker.1]:     downloader.start()
2020-08-07T06:16:06.480418+00:00 app[worker.1]:   File "/python/lib/python3.8/site-packages/pySmartDL/pySmartDL.py", line 257, in start
2020-08-07T06:16:06.480418+00:00 app[worker.1]:     urlObj = urllib.request.urlopen(req, timeout=self.timeout)
2020-08-07T06:16:06.480418+00:00 app[worker.1]:   File "/python/lib/python3.8/urllib/request.py", line 222, in urlopen
2020-08-07T06:16:06.480419+00:00 app[worker.1]:     return opener.open(url, data, timeout)
2020-08-07T06:16:06.480419+00:00 app[worker.1]:   File "/python/lib/python3.8/urllib/request.py", line 525, in open
2020-08-07T06:16:06.480419+00:00 app[worker.1]:     response = self._open(req, data)
2020-08-07T06:16:06.480420+00:00 app[worker.1]:   File "/python/lib/python3.8/urllib/request.py", line 542, in _open
2020-08-07T06:16:06.480420+00:00 app[worker.1]:     result = self._call_chain(self.handle_open, protocol, protocol +
2020-08-07T06:16:06.480421+00:00 app[worker.1]:   File "/python/lib/python3.8/urllib/request.py", line 502, in _call_chain
2020-08-07T06:16:06.480421+00:00 app[worker.1]:     result = func(*args)
2020-08-07T06:16:06.480421+00:00 app[worker.1]:   File "/python/lib/python3.8/urllib/request.py", line 1393, in https_open
2020-08-07T06:16:06.480421+00:00 app[worker.1]:     return self.do_open(http.client.HTTPSConnection, req,
2020-08-07T06:16:06.480422+00:00 app[worker.1]:   File "/python/lib/python3.8/urllib/request.py", line 1353, in do_open
2020-08-07T06:16:06.480422+00:00 app[worker.1]:     raise URLError(err)
2020-08-07T06:16:06.480422+00:00 app[worker.1]: urllib.error.URLError: <urlopen error [Errno -3] Try again>


Report Page