-
Notifications
You must be signed in to change notification settings - Fork 4
Problems downloading files #82
Description
Pacifica CLI Tool version
attrs==20.1.0
certifi==2020.6.20
chardet==3.0.4
idna==2.10
importlib-metadata==1.7.0
jsonschema==3.2.0
pacifica-cli==0.5.2
pacifica-downloader==0.4.1
pacifica-namespace==0.0.2
pacifica-uploader==0.3.1
pager==3.3
pyrsistent==0.16.0
requests==2.24.0
six==1.15.0
urllib3==1.25.10
zipp==3.1.0
Pacifica Core Software versions
[Versions of the pacifica core software components related to this issue]
Platform Details
MacOS 10.15.6
Scenario:
Downloading file after the upload
Steps to Reproduce:
[If you are filing an issue what are the things we need to do in order to reproduce your problem? How are you using this software or any resources it includes?]
Expected Result:
[What are you expecting to happen as the consequence of above reproduction steps?]
Actual Result:
Traceback (most recent call last):
File "/Users/marat/codes/pacifica-cli/venv/bin/pacifica-cli", line 10, in
sys.exit(main())
File "/Users/marat/codes/pacifica-cli/venv/lib/python3.7/site-packages/pacifica/cli/main.py", line 159, in main
return args.func(args, config_data)
File "/Users/marat/codes/pacifica-cli/venv/lib/python3.7/site-packages/pacifica/cli/methods.py", line 180, in download
return dl_obj.transactioninfo(args.destination, resp.json())
File "/Users/marat/codes/pacifica-cli/venv/lib/python3.7/site-packages/pacifica/downloader/downloader.py", line 54, in transactioninfo
TransactionInfo.yield_files(transinfo)
File "/Users/marat/codes/pacifica-cli/venv/lib/python3.7/site-packages/pacifica/downloader/cartapi.py", line 92, in setup_cart
assert resp.status_code == 201
AssertionError