<class 'subprocess.CalledProcessError'> | Python 2.7.12: /uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/bin/python Thu Oct 31 18:34:27 2024 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/uufs/chpc.utah.edu/common/home/u0553130/public_html/Brian_Blaylock/cgi-bin/generic_AWS_download.cgi in |
159 # 3) Execute the rclone lsd command to list directories |
160 ## Check if there are directories in the requestd bucket |
=> 161 rclone_lsd = subprocess.check_output(rclone + lsd, shell=True) |
162 |
163 # 4) Split the directory names to a list |
rclone_lsd undefined, subprocess = <module 'subprocess' from '/uufs/chpc.utah.edu/s...dir/anaconda/4.2.0/lib/python2.7/subprocess.pyc'>, subprocess.check_output = <function check_output>, rclone = '/uufs/chpc.utah.edu/common/home/horel-group7/Pan...s/chpc.utah.edu/common/home/u0553130/.rclone.conf', lsd = ' lsd AWS:noaa-goes16/ABI-L2-CMIPC/2022/244/04/', shell undefined, builtin True = True |
/uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/lib/python2.7/subprocess.py in check_output(*popenargs=('/uufs/chpc.utah.edu/common/home/horel-group7/Pan...onf lsd AWS:noaa-goes16/ABI-L2-CMIPC/2022/244/04/',), **kwargs={'shell': True}) |
572 if cmd is None: |
573 cmd = popenargs[0] |
=> 574 raise CalledProcessError(retcode, cmd, output=output) |
575 return output |
576 |
global CalledProcessError = <class 'subprocess.CalledProcessError'>, retcode = 127, cmd = '/uufs/chpc.utah.edu/common/home/horel-group7/Pan...onf lsd AWS:noaa-goes16/ABI-L2-CMIPC/2022/244/04/', output = '' |
<class 'subprocess.CalledProcessError'>: Command '/uufs/chpc.utah.edu/common/home/horel-group7/Pando_Scripts/rclone-v1.39-linux-386/rclone --config /uufs/chpc.utah.edu/common/home/u0553130/.rclone.conf lsd AWS:noaa-goes16/ABI-L2-CMIPC/2022/244/04/' returned non-zero exit status 127
args =
()
cmd =
'/uufs/chpc.utah.edu/common/home/horel-group7/Pan...onf lsd AWS:noaa-goes16/ABI-L2-CMIPC/2022/244/04/'
message =
''
output =
''
returncode =
127