arvvoid / plugin.video.hbogoeu

hGO EU, inputstream.adaptive based add-on to access HBO Go content from Kodi
https://arvvoid.github.io/plugin.video.hbogoeu/
GNU General Public License v2.0
126 stars 46 forks source link

Sk_sk translation by @durip #3 #136

Closed arvvoid closed 4 years ago

arvvoid commented 4 years ago

Please check that your pull request pass this checks:

Types of changes

Description:

TravisBuddy commented 4 years ago

Travis tests have failed

Hey @arvvoid, please read the following log in order to understand the failure reason. There might also be some helpful tips along the way. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

Expand here ``` Starting flake8 test 0 Starting mypy test Success: no issues found in 11 source files Cleaning done... Starting official kodi-addon-checker for leia (7914b3a) Traceback (most recent call last): File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen chunked=chunked, File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 376, in _make_request self._validate_conn(conn) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn conn.connect() File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connection.py", line 360, in connect ssl_context=context, File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/util/ssl_.py", line 370, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) File "/opt/python/3.7.1/lib/python3.7/ssl.py", line 412, in wrap_socket session=session File "/opt/python/3.7.1/lib/python3.7/ssl.py", line 853, in _create self.do_handshake() File "/opt/python/3.7.1/lib/python3.7/ssl.py", line 1117, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1051) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/util/retry.py", line 436, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='mirror.zetup.net', port=443): Max retries exceeded with url: /kodi/addons/krypton/addons.xml.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1051)'))) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/travis/virtualenv/python3.7.1/bin/kodi-addon-checker", line 10, in sys.exit(main()) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kodi_addon_checker/__main__.py", line 86, in main all_repo_addons = check_addon.get_all_repo_addons() File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kodi_addon_checker/check_addon.py", line 121, in get_all_repo_addons repo_addons[branch] = Repository(branch, branch_url) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kodi_addon_checker/addons/Repository.py", line 23, in __init__ content = requests.get(path, timeout=(10, 10)).content File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/api.py", line 76, in get return request('get', url, params=params, **kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 665, in send history = [resp for resp in gen] if allow_redirects else [] File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 665, in history = [resp for resp in gen] if allow_redirects else [] File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 245, in resolve_redirects **adapter_kwargs File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='mirror.zetup.net', port=443): Max retries exceeded with url: /kodi/addons/krypton/addons.xml.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1051)'))) Makefile:53: recipe for target 'kodi' failed make: *** [kodi] Error 1 ```


TravisBuddy commented 4 years ago

Travis tests have failed

Hey @arvvoid, please read the following log in order to understand the failure reason. There might also be some helpful tips along the way. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

Expand here ``` Starting flake8 test 0 Starting mypy test Success: no issues found in 11 source files Cleaning done... Starting official kodi-addon-checker for leia (7914b3a) Traceback (most recent call last): File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connection.py", line 157, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen chunked=chunked, File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 376, in _make_request self._validate_conn(conn) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn conn.connect() File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connection.py", line 300, in connect conn = self._new_conn() File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connection.py", line 164, in _new_conn % (self.host, self.timeout), urllib3.exceptions.ConnectTimeoutError: (, 'Connection to ftp.heanet.ie timed out. (connect timeout=10)') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/urllib3/util/retry.py", line 436, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ftp.heanet.ie', port=443): Max retries exceeded with url: /mirrors/xbmc/addons/krypton/addons.xml.gz (Caused by ConnectTimeoutError(, 'Connection to ftp.heanet.ie timed out. (connect timeout=10)')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/travis/virtualenv/python3.7.1/bin/kodi-addon-checker", line 10, in sys.exit(main()) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kodi_addon_checker/__main__.py", line 86, in main all_repo_addons = check_addon.get_all_repo_addons() File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kodi_addon_checker/check_addon.py", line 121, in get_all_repo_addons repo_addons[branch] = Repository(branch, branch_url) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/kodi_addon_checker/addons/Repository.py", line 23, in __init__ content = requests.get(path, timeout=(10, 10)).content File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/api.py", line 76, in get return request('get', url, params=params, **kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 665, in send history = [resp for resp in gen] if allow_redirects else [] File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 665, in history = [resp for resp in gen] if allow_redirects else [] File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 245, in resolve_redirects **adapter_kwargs File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/requests/adapters.py", line 504, in send raise ConnectTimeout(e, request=request) requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='ftp.heanet.ie', port=443): Max retries exceeded with url: /mirrors/xbmc/addons/krypton/addons.xml.gz (Caused by ConnectTimeoutError(, 'Connection to ftp.heanet.ie timed out. (connect timeout=10)')) Makefile:53: recipe for target 'kodi' failed make: *** [kodi] Error 1 ```


TravisBuddy commented 4 years ago

Travis tests have failed

Hey @arvvoid, please read the following log in order to understand the failure reason. There might also be some helpful tips along the way. It'll be awesome if you fix what's wrong and commit the changes.