[GH-ISSUE #299] Screenshot Upload to https://bashupload.com #88

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

Originally created by @alitho24 on GitHub (Mar 16, 2023).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/299

I installed the advance version on my mac and everything seems to be running fine. I can access the webserver on :8080 and can create a new signing-request.

The signing request then always is in the state "waiting". I checked the debug.sh file and the program is stuck on this part:

echo "Uploading screenshot..."
until curl https://bashupload.com -T test.jpg; do
echo "Error, sleeping"
sleep 1
done

I found out that my web application firewall is blocking the access to https://bashupload.com and I can't get trough this filter.
I think any system without Internet-Connection will not be able to run this application.

System configuration

  • SignTools version: 2.6.0
  • Installation type: computer
  • Builder type: SignTools-Builder
  • Builder version: 1.1.5

Additional context

I couldn't figure out what this screenshot upload is even used for. Is there a way to disable this with a parameter?

Originally created by @alitho24 on GitHub (Mar 16, 2023). Original GitHub issue: https://github.com/SignTools/SignTools/issues/299 I installed the advance version on my mac and everything seems to be running fine. I can access the webserver on :8080 and can create a new signing-request. The signing request then always is in the state "waiting". I checked the debug.sh file and the program is stuck on this part: echo "Uploading screenshot..." until curl https://bashupload.com -T test.jpg; do echo "Error, sleeping" sleep 1 done I found out that my web application firewall is blocking the access to https://bashupload.com and I can't get trough this filter. I think any system without Internet-Connection will not be able to run this application. **System configuration** - SignTools version: 2.6.0 - Installation type: computer - Builder type: SignTools-Builder - Builder version: 1.1.5 **Additional context** I couldn't figure out what this screenshot upload is even used for. Is there a way to disable this with a parameter?
kerem 2026-03-04 00:23:48 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@ViRb3 commented on GitHub (Mar 16, 2023):

Screenshot is only uploaded if there's an error, in case the problem is with Xcode's GUI automation. Screenshots are not needed for normal use of SignTools. Check the rest of your logs and you should see the real error message. For some reason, GitHub messes up the order, so the logs may appear before or after they logically should.

EDIT: I just realized, you're not using GitHub, but SignTools-Builder. Check the rest of its logs instead. Your connection between the server and the builder is likely not working.

<!-- gh-comment-id:1471872531 --> @ViRb3 commented on GitHub (Mar 16, 2023): Screenshot is only uploaded if there's an error, in case the problem is with Xcode's GUI automation. Screenshots are not needed for normal use of SignTools. Check the rest of your logs and you should see the real error message. For some reason, GitHub messes up the order, so the logs may appear before or after they logically should. EDIT: I just realized, you're not using GitHub, but SignTools-Builder. Check the rest of its logs instead. Your connection between the server and the builder is likely not working.
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#88
No description provided.