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
Basically, Its failing when it is using webservice/pacclient/uplargefile/ api, a different api to upload large file in chunks. After changing chunkamount from float value to integer, http code 400 issue got away but now I am hitting different issue.
./pacclient.py upload -d /home/shabbim1/ -f t.txt.uu
Start to upload...
Uploading file: /opt/test/lsf-integrations/Spectrum LSF Application Center/pacclient/t.txt.uu to /home/shabbim1/
Failed to upload the files: bash: /home/shabbim1//home/shabbim1/t.txt.uu: No such file or directory
md-shabbir
changed the title
pacclient.py is not working with larger file(>1GB)
pacclient.py upload is not working with larger file(>1GB)
Apr 7, 2022
I am using pacclient.py to upload data where the data size is larger than 1GB and upload is failing, I am getting http code 400 from the lsf server.
The text was updated successfully, but these errors were encountered: