Download from Amazon


https://noaa-goes16.s3.amazonaws.com/ABI-L2-TPWM/2022/028/20/

--> -->
 
 
<class 'subprocess.CalledProcessError'>
Python 2.7.12: /uufs/chpc.utah.edu/sys/installdir/anaconda/4.2.0/bin/python
Fri Jun 28 00:05:00 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-TPWM/2022/028/20/', 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...conf lsd AWS:noaa-goes16/ABI-L2-TPWM/2022/028/20/',), **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 = 2, cmd = '/uufs/chpc.utah.edu/common/home/horel-group7/Pan...conf lsd AWS:noaa-goes16/ABI-L2-TPWM/2022/028/20/', 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-TPWM/2022/028/20/' returned non-zero exit status 2
      args = ()
      cmd = '/uufs/chpc.utah.edu/common/home/horel-group7/Pan...conf lsd AWS:noaa-goes16/ABI-L2-TPWM/2022/028/20/'
      message = ''
      output = ''
      returncode = 2