[GH-ISSUE #137] Error workflows pls help #55

Closed
opened 2026-03-04 00:23:29 +03:00 by kerem · 1 comment
Owner

Originally created by @orgserj on GitHub (Nov 17, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/137

I only want to use the web interface for signing locally!

in the web interface, the status is always: Waiting!

Traceback (most recent call last):
File "/Users/runner/work///util.py", line 27, in run_process
result = subprocess.run(cmd, capture_output=capture, check=check, env=env, cwd=cwd, timeout=timeout)
File "/usr/local/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('curl', '-s', '-S', '-f', '-L', '-H', 'Authorization: ', '-o', 'job.tar', '/jobs')' returned non-zero exit status 7.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/Users/runner/work///sign.py", line 348, in
curl_with_auth(secret_url + "/jobs", output=job_archive)
File "/Users/runner/work///sign.py", line 27, in curl_with_auth
return run_process(
File "/Users/runner/work///util.py", line 29, in run_process
raise (

Originally created by @orgserj on GitHub (Nov 17, 2021). Original GitHub issue: https://github.com/SignTools/SignTools/issues/137 I only want to use the web interface for signing locally! in the web interface, the status is always: Waiting! > Traceback (most recent call last): > File "/Users/runner/work/********/********/util.py", line 27, in run_process > result = subprocess.run(cmd, capture_output=capture, check=check, env=env, cwd=cwd, timeout=timeout) > File "/usr/local/Cellar/python@3.9/3.9.7_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run > raise CalledProcessError(retcode, process.args, > subprocess.CalledProcessError: Command '('curl', '-s', '-S', '-f', '-L', '-H', 'Authorization: ***', '-o', 'job.tar', '***/jobs')' returned non-zero exit status 7. > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File "/Users/runner/work/********/********/sign.py", line 348, in <module> > curl_with_auth(secret_url + "/jobs", output=job_archive) > File "/Users/runner/work/********/********/sign.py", line 27, in curl_with_auth > return run_process( > File "/Users/runner/work/********/********/util.py", line 29, in run_process > raise (
kerem 2026-03-04 00:23:29 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ViRb3 commented on GitHub (Nov 17, 2021):

You are trying to use GitHub Actions, which is a remote server, and telling it to connect to localhost, which in turns points back to itself instead of your web server. That obviously won't work. If you have a macOS machine, you can set it up to become a builder using https://github.com/SignTools/SignTools-Builder. Then, you can make it local.

<!-- gh-comment-id:972207518 --> @ViRb3 commented on GitHub (Nov 17, 2021): You are trying to use GitHub Actions, which is a remote server, and telling it to connect to localhost, which in turns points back to itself instead of your web server. That obviously won't work. If you have a macOS machine, you can set it up to become a builder using https://github.com/SignTools/SignTools-Builder. Then, you can make it local.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SignTools#55
No description provided.