`bitia-cli` is not working
I was trying to run bitia submit
to test it with pipeline_medium.
It stops as it cannot connect with server.
poetry run bitia submit tests/pipeline_medium_01 ✔
[15:03:26] INFO Preparing the zipfile pipeline from tests/pipeline_medium_01 __main__.py:70
INFO size=0.0007476806640625 MB, total files=2 __main__.py:71
INFO Adding /home/selva/new/bitia-cli/tests/pipeline_medium_01/small_input_files.txt to __main__.py:77
zipfile
INFO Adding /home/selva/new/bitia-cli/tests/pipeline_medium_01/main.bitia.sh to zipfile __main__.py:77
INFO Submitting /tmp/bitia/pipelines/5739ea633bbaaf53889dd686f1f92757.zip (size=0.71 __main__.py:122
KB) to the https://public.bitia.link
DEBUG Starting new HTTPS connection (1): public.bitia.link:443 connectionpool.py:1003
DEBUG https://public.bitia.link:443 "POST /submit HTTP/1.1" 200 0 connectionpool.py:456
~/new/bitia-cli main !1 ?3
Terminal recording: https://asciinema.org/a/1fheUC9VHDxFbIe8sdeHtJ2nK
Also tried running with command ls -ltr
poetry run bitia submit "ls -ltr" ✔
[16:46:49] INFO Wrote pipeline #!/bin/sh __main__.py:113
ls -ltr
INFO Preparing the zipfile pipeline from /tmp/bitia_73g73jjy __main__.py:70
INFO size=1.71661376953125e-05 MB, total files=1 __main__.py:71
INFO Adding /tmp/bitia_73g73jjy/__main__.bitia.sh to zipfile __main__.py:77
INFO Created pipeline in /tmp/bitia/pipelines/c2069ebb185b271ef4af2a1dc46ad9aa.zip __main__.py:156
INFO Submitting /tmp/bitia/pipelines/c2069ebb185b271ef4af2a1dc46ad9aa.zip (size=0.19 KB) to the https://public.bitia.link __main__.py:122
DEBUG Starting new HTTPS connection (1): public.bitia.link:443 connectionpool.py:1003
DEBUG https://public.bitia.link:443 "POST /submit HTTP/1.1" 200 0
~/new/bitia-cli main !1 ?3