[GH-ISSUE #235] filed to sign everytime #74

Closed
opened 2026-03-04 00:23:38 +03:00 by kerem · 4 comments
Owner

Originally created by @MaJoRX0 on GitHub (Aug 18, 2022).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/235

Logs

Run sudo xcode-select -s /Applications/Xcode_13.2.1.app
connect ECONNREFUSED 127.0.0.1:8080
Initializing dependencies...
Traceback (most recent call last):
File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line 42, in run_process
Downloading job files...
result = subprocess.run(cmd, capture_output=capture, check=check, env=env, cwd=cwd, timeout=timeout)
File "/usr/local/Cellar/python@3.10/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('node', 'node-utils/download.js', '/jobs', '', 'job.tar')' returned non-zero exit status 3.

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

Traceback (most recent call last):
File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line 1155, in
node_download(secret_url + "/jobs", job_archive, capture=False)
File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line 131, in node_download
return run_process(
File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line 44, in run_process
raise (
Exception: {'stdout': '', 'stderr': ''}
Error: Process completed with exit code 1.

Originally created by @MaJoRX0 on GitHub (Aug 18, 2022). Original GitHub issue: https://github.com/SignTools/SignTools/issues/235 **Logs** Run sudo xcode-select -s /Applications/Xcode_13.2.1.app connect ECONNREFUSED 127.0.0.1:[8](https://github.com/MaJoRX0/MAJORSIGN/runs/7891815015?check_suite_focus=true#step:3:9)080 Initializing dependencies... Traceback (most recent call last): File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line 42, in run_process Downloading job files... result = subprocess.run(cmd, capture_output=capture, check=check, env=env, cwd=cwd, timeout=timeout) File "/usr/local/Cellar/python@3.[10](https://github.com/MaJoRX0/MAJORSIGN/runs/7891815015?check_suite_focus=true#step:3:11)/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('node', 'node-utils/download.js', '***/jobs', '***', 'job.tar')' returned non-zero exit status 3. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line [11](https://github.com/MaJoRX0/MAJORSIGN/runs/7891815015?check_suite_focus=true#step:3:12)55, in <module> node_download(secret_url + "/jobs", job_archive, capture=False) File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line [13](https://github.com/MaJoRX0/MAJORSIGN/runs/7891815015?check_suite_focus=true#step:3:14)1, in node_download return run_process( File "/Users/runner/work/MAJORSIGN/MAJORSIGN/./sign.py", line 44, in run_process raise ( Exception: {'stdout': '', 'stderr': ''} Error: Process completed with exit code 1.
kerem 2026-03-04 00:23:38 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ViRb3 commented on GitHub (Aug 18, 2022):

connect ECONNREFUSED 127.0.0.1:8080

You are trying to download the IPA from the builder to the builder, that's most likely incorrect. You probably want to use the service's IP/URL. See the description of SERVER_URL environment variable.

<!-- gh-comment-id:1219298188 --> @ViRb3 commented on GitHub (Aug 18, 2022): > connect ECONNREFUSED 127.0.0.1:8080 You are trying to download the IPA from the builder to the builder, that's most likely incorrect. You probably want to use the service's IP/URL. See the description of `SERVER_URL` environment variable.
Author
Owner

@MaJoRX0 commented on GitHub (Aug 18, 2022):

connect ECONNREFUSED 127.0.0.1:8080

You are trying to download the IPA from the builder to the builder, that's most likely incorrect. You probably want to use the service's IP/URL. See the description of SERVER_URL environment variable.

i didn't understand u I'm running it in my home server linux what did I do wrong ?
image

<!-- gh-comment-id:1219562288 --> @MaJoRX0 commented on GitHub (Aug 18, 2022): > > connect ECONNREFUSED 127.0.0.1:8080 > > You are trying to download the IPA from the builder to the builder, that's most likely incorrect. You probably want to use the service's IP/URL. See the description of `SERVER_URL` environment variable. i didn't understand u I'm running it in my home server linux what did I do wrong ? ![image](https://user-images.githubusercontent.com/45786523/185419507-edeeafe6-8a9d-43e4-b0e6-8e9c499fdd28.png)
Author
Owner

@ViRb3 commented on GitHub (Aug 18, 2022):

https://github.com/SignTools/SignTools/blob/master/DETAILS.md

The web service runs on your own home server. The builder runs in GitHub's CI. You have set the server_url to localhost, which means that the GitHub CI cannot reach your home server (the CI will try to reach itself, because localhost). You need to put a publicly reachable address of your home server instead of localhost.

<!-- gh-comment-id:1219565700 --> @ViRb3 commented on GitHub (Aug 18, 2022): https://github.com/SignTools/SignTools/blob/master/DETAILS.md The web service runs on your own home server. The builder runs in GitHub's CI. You have set the `server_url` to localhost, which means that the GitHub CI cannot reach your home server (the CI will try to reach itself, because localhost). You need to put a publicly reachable address of your home server instead of localhost.
Author
Owner

@MaJoRX0 commented on GitHub (Aug 18, 2022):

since this topic is closed i opend another one #236

<!-- gh-comment-id:1219612341 --> @MaJoRX0 commented on GitHub (Aug 18, 2022): since this topic is closed i opend another one #236
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#74
No description provided.