Injecting configuration and compiling...
[1G [1G-----> Python app detected
[1G-----> Installing python-3.6.2
[1G-----> Installing pip
[1G-----> Installing requirements with pip
[1G Collecting certifi (from -r /tmp/build/requirements.txt (line 10))
[1G Downloading https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl (158kB)
[1G Collecting beautifulsoup4 (from -r /tmp/build/requirements.txt (line 11))
[1G Downloading https://files.pythonhosted.org/packages/1d/5d/3260694a59df0ec52f8b4883f5d23b130bc237602a1411fa670eae12351e/beautifulsoup4-4.7.1-py3-none-any.whl (94kB)
[1G Collecting urllib3 (from -r /tmp/build/requirements.txt (line 12))
[1G Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
[1G Collecting soupsieve>=1.2 (from beautifulsoup4->-r /tmp/build/requirements.txt (line 11))
[1G Downloading https://files.pythonhosted.org/packages/c9/f8/e54b1d771ed4fab66b3fa1c178e137a3c73d84fb6f64329bddf0da5a371c/soupsieve-1.9-py2.py3-none-any.whl
[1G Installing collected packages: certifi, soupsieve, beautifulsoup4, urllib3
[1G Successfully installed beautifulsoup4-4.7.1 certifi-2019.3.9 soupsieve-1.9 urllib3-1.24.1
[1G
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 839, in _validate_conn
conn.connect()
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connection.py", line 344, in connect
ssl_context=context)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 344, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
File "/app/.heroku/python/lib/python3.6/ssl.py", line 401, in wrap_socket
_context=self, _session=session)
File "/app/.heroku/python/lib/python3.6/ssl.py", line 808, in __init__
self.do_handshake()
File "/app/.heroku/python/lib/python3.6/ssl.py", line 1061, in do_handshake
self._sslobj.do_handshake()
File "/app/.heroku/python/lib/python3.6/ssl.py", line 683, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "scraper.py", line 9, in <module>
request = http.request('GET', 'https://eskoly.sk:443/hlavna113/jedalen')
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/request.py", line 68, in request
**urlopen_kw)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/request.py", line 89, in request_encode_url
return self.urlopen(method, url, **extra_kw)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/poolmanager.py", line 323, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 667, in urlopen
**response_kw)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 667, in urlopen
**response_kw)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 667, in urlopen
**response_kw)
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File "/app/.heroku/python/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='eskoly.sk', port=443): Max retries exceeded with url: /hlavna113/jedalen (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748)'),))