Closed
Bug 1236428
Opened 9 years ago
Closed 9 years ago
The content of *.log will become error codes if downloaded from taskcluster download tool
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mlien, Assigned: askeing)
Details
Attachments
(1 file)
[Reproduce Stpes]
1. Install taskcluster_util
2. Download *.log
> taskcluster_download --credential ${TK_TOKEN} -n ${TK_NAMESPACE} -a public/logs/${FILE} -d ./
TK_NAMESPACE: gecko.v1.mozilla-central.latest.linux.mulet.opt
FILE: live_backing.log
[Actual Result]
The content of log file will become error codes
Assignee | ||
Comment 1•9 years ago
|
||
might be the format issue of https://github.com/askeing/taskcluster-util-python/blob/master/taskcluster_util/util/downloader.py
tracing code...
Assignee | ||
Comment 2•9 years ago
|
||
{'content-length': '1774378', ... 'content-encoding': 'gzip', ... 'content-type': 'text/plain', 'age': '1554'}
it seems like we have to decompress gzip file.
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8703515 -
Flags: review?(sho)
Attachment #8703515 -
Flags: review?(sho) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
https://pypi.python.org/pypi/taskcluster_util/ update to 0.0.27
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•