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
{{ message }}
This repository has been archived by the owner on May 25, 2021. It is now read-only.
It seems unzipping certain type or archives are not supported.
Here is the stracktrace hit while trying to deploy my app:
[2017-08-03 15:41:38,237] [DEBUG] Extracting /opt/consul-deployment-agent/deployments/dummy-service/dummy-id/bundle.zip to /opt/consul-deployment-agent/deployments/dummy-service/dummy-id/archive.
[2017-08-03 15:41:40,358] [ERROR] 'ascii' codec can't decode byte 0xf0 in position 19: ordinal not in range(128)
Traceback (most recent call last):
File "agent/deployment_stages/common.py", line 19, in run
File "agent/deployment_stages/download_bundle_from_s3.py", line 25, in _run
File "zipfile.py", line 1024, in extract
File "zipfile.py", line 1065, in _extract_member
File "posixpath.py", line 80, in join
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 19: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
It seems unzipping certain type or archives are not supported.
Here is the stracktrace hit while trying to deploy my app:
The text was updated successfully, but these errors were encountered: