You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to make kodi-addon-checker a lot more reliable to run in a CI workflow (on GitHub CI). Unfortunately we are getting various different issues.
This one is a bit harder to tackle.
Can we check if the file was correctly downloaded? (check size, checksum, ...?)
Can we retry if any unarchiving issues happened?
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.8.2/x64/bin/kodi-addon-checker", line 11, in <module>
load_entry_point('kodi-addon-checker==0.0.15', 'console_scripts', 'kodi-addon-checker')()
File "/opt/hostedtoolcache/Python/3.8.2/x64/lib/python3.8/site-packages/kodi_addon_checker/__main__.py", line 86, in main
all_repo_addons = check_addon.get_all_repo_addons()
File "/opt/hostedtoolcache/Python/3.8.2/x64/lib/python3.8/site-packages/kodi_addon_checker/check_addon.py", line 121, in get_all_repo_addons
repo_addons[branch] = Repository(branch, branch_url)
File "/opt/hostedtoolcache/Python/3.8.2/x64/lib/python3.8/site-packages/kodi_addon_checker/addons/Repository.py", line 34, in __init__
content = xml_file.read()
File "/opt/hostedtoolcache/Python/3.8.2/x64/lib/python3.8/gzip.py", line 292, in read
return self._buffer.read(size)
File "/opt/hostedtoolcache/Python/3.8.2/x64/lib/python3.8/gzip.py", line 498, in read
raise EOFError("Compressed file ended before the "
EOFError: Compressed file ended before the end-of-stream marker was reached
The text was updated successfully, but these errors were encountered:
We are trying to make kodi-addon-checker a lot more reliable to run in a CI workflow (on GitHub CI). Unfortunately we are getting various different issues.
This one is a bit harder to tackle.
The text was updated successfully, but these errors were encountered: