mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-27 02:45:56 +03:00
[GH-ISSUE #318] setup_account timed out #89
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rllbe on GitHub (May 16, 2023).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/318
!! Please fill in this template, DO NOT ignore or delete it. !!
I tried basic troubleshooting first
Describe the bug
Apple ID logging in operation timed out
To reproduce
Steps to reproduce the behavior:
Expected behavior
The 'Signed' text instead of 'Failed' text appears and the app gets signed
Logs
If possible, please include logs.
SignTools CI Logs
Screenshots
System configuration
Additional context
The Apple ID does not have 2FA set up(still using security questions)
@ViRb3 commented on GitHub (May 16, 2023):
Please fill in the full template.
@ViRb3 commented on GitHub (May 16, 2023):
Also you need to submit the 2FA code you get on your phone to the web service, using the"Submit 2FA" button, otherwise it'll time out like this. Signing cannot happen without your 2FA code.
@rllbe commented on GitHub (May 16, 2023):
Template is fully filled(SignTools version is 2.6.1 and I just forgot to delete 'e.g.' text)
And as I've mentioned, the Apple ID does NOT have 2FA set up and it doesn't require any 2FA verification to either login to the App Store or signing an app with XCode
@rllbe commented on GitHub (May 16, 2023):
But the docker log does indeed say the CI is requesting 2fa from web service. Do I have to upgrade to 2fa to use this project?
@ViRb3 commented on GitHub (May 16, 2023):
Ah, you are looking at #112 in this case. Unfortunately, accounts without 2FA are not currently supported. It should be a trivial change to the applescript files, just need to detect that 2FA is not needed and skip ahead, I just don't have such an account or the time at the moment. If you feel like you can do it, I am happy to take a PR!
@ViRb3 commented on GitHub (May 16, 2023):
Also sorry for reading between the lines of your original post, I'm on the go and didn't comprehend it properly.
@rllbe commented on GitHub (May 17, 2023):
Yeah bro here you go: https://github.com/SignTools/SignTools-CI/pull/21
sorry for accidentally closing the previous pull request