Results 11 comments of Mohd Anas

Already setup the requires_terminal as true. Here is the [log file](https://www.dropbox.com/s/h9gz9a8h0sphr6m/test_pi_210910_174625.log?dl=0) I have also attached the [runner](https://www.dropbox.com/s/zmca7o9cyylrm4x/test.json?dl=0) and [script](https://www.dropbox.com/s/0bhwfm8lixrvgst/test.sh?dl=0)

> Interesting... How do you see this in a history section? > For me it looks correct: > ![image](https://user-images.githubusercontent.com/1275813/132911846-8d81f8ce-d44e-4382-9fa8-225d3173c823.png) My history looks similar as yours.

When using terminal it shows the download progress as [gif](https://terminalizer.com/view/d742b46a5204). And when the the output is redirect to a file using terminal, `aria2c --conf-path=/home/pi/.aria2/aria2_alt.conf https://speed.hetzner.de/100MB.bin > test.log` Than [test.log](https://www.dropbox.com/s/qdljz4d5hnp3xsp/test.log?dl=0)

Done that. Noticed that no line replaced and only the new lines added. [screenshot](https://www.dropbox.com/s/0r15sd5cxckwqa1/Screenshot%20from%202021-09-11%2012-36-31.png?dl=0) of output and [full output](https://www.dropbox.com/s/posen9tevhsjle3/full_output.txt?dl=0) copied from script server. [Log](https://www.dropbox.com/s/3viogtpejriu0lk/test_pi_210911_070113.log?dl=0) file.

You mean should I try to execute the same script (in terminal) which is in script-server's path?? ``` { "name": "test", "script_path": "conf/scripts/test.sh", "requires_terminal": true, "output_format": "terminal", "parameters": [ {...

I have tried. But got the same result. Here is the [log](https://www.dropbox.com/s/xyb3334pnp4lo69/test_pi_210915_163327.log?dl=0) file

> If it won't work, I'll try it in ~10 days. I have very limited access to internet now and cannot use a downloader for testing. And from the log...

I have recheck(using uplink cli) that the access grant is able to list+download+delete. I have also changed the access grant after verifying it's able to list+download+delete, but the error remains...

Both filename and filename.metadata are present in the storj bucket.

I have deployed docker image through [northflank.com](https://northflank.com/docs/v1/application/run/run-an-image-from-a-container-registry). 1. Setup deployment source as dutchcoders/transfer.sh:latest. 2. Setup runtime variables `$PROVIDER` `$STORJ_ACCESS` and `$STORJ_BUCKET` 3. Runtime command is `/go/bin/transfersh --listener :8080` 4. expose...