Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

file upload pipe 0.7.1 cannot upload tar and tar.gz

stefan_arzbach
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 14, 2024

File extensions we tested succeccfully: zip, msi, whl, test and targz (both renamed tar.gz)

INFO: Executing the pipe...
INFO: Start uploading 1 files ['keycloak_1.1.0.tar.gz']...
Traceback (most recent call last):
File "/pipe.py", line 126, in <module>
pipe.run()
File "/pipe.py", line 80, in run
response = requests.post(url, auth=self.auth, files=multiple_files)
File "/usr/local/lib/python3.10/site-packages/requests/api.py", line 115, in post
return request("post", url, data=data, json=json, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 575, in request
prep = self.prepare_request(req)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 486, in prepare_request
p.prepare(
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 371, in prepare
self.prepare_body(data, files, json)
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 556, in prepare_body
(body, content_type) = self._encode_files(files, data)
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 191, in _encode_files
fdata = fp.read()
File "/pipe.py", line 117, in read
with open(self.filename, self.mode) as f:
PermissionError: [Errno 13] Permission denied: 'keycloak_1.1.0.tar.gz'

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events