You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently Apple's authentication server having bad times once again:
httpBody: {"result":{"Errors":["Unable to generate an Apple Connect token at this time due to a general error (1611)"],"RestartClient":false,"ErrorCode":1611,"ErrorMessage":"Unable to generate an Apple Connect token at this time due to a general error (1611)","ShouldUseRESTAPIs":false,"Success":false},"id":"2023111030238-757","jsonrpc":"2.0","error":{"code":1611,"message":"Unable to generate an Apple Connect token at this time due to a general error (1611)"}}
Complete output when running fastlane, including the stack trace and command used
[02:53:44]: Login successful
[02:53:45]: Ready to upload new build to TestFlight (App: xxxxxxxxxx)...
undefined method `each' for nil:NilClass
@all_lines[(error_line_index || -20)..-1].each do |line|
^^^^^
[02:53:48]: Going to upload updated app to App Store Connect
[02:53:48]: This might take a few minutes. Please don't interrupt the script.
[02:53:51]: [altool] 2023-11-10 02:53:51.678 *** Error: Unable to upload archive. Failed to get authorization for username 'xxx@xxx.xxx' and password. (
[02:53:51]: [altool] "Error Domain=NSCocoaErrorDomain Code=0 \"Status code: 0\" UserInfo={NSLocalizedDescription=Status code: 0, NSLocalizedFailureReason=The auth server returned a bad status code.}"
[02:53:51]: [altool] ) (-1011)
[02:53:51]: [altool] {
[02:53:51]: [altool] NSLocalizedDescription = "Unable to upload archive.";
[02:53:51]: [altool] NSLocalizedFailureReason = "Failed to get authorization for username 'sw@r-proc.ru' and password. (\n \"Error Domain=NSCocoaErrorDomain Code=0 \\\"Status code: 0\\\" UserInfo={NSLocalizedDescription=Status code: 0, NSLocalizedFailureReason=The auth server returned a bad status code.}\"\n)";
[02:53:51]: [altool] }
[02:53:51]: Application Loader output above ^
New Issue Checklist
Issue Description
Fastlane fails parse altool error
Apparently, log refers this line:
fastlane/fastlane_core/lib/fastlane_core/itunes_transporter.rb
Line 263 in 30b67fe
Apparently Apple's authentication server having bad times once again:
Command executed
Complete output when running fastlane, including the stack trace and command used
Environment
🚫 fastlane environment 🚫
Stack
System Locale
fastlane files:
`./fastlane/Fastfile`
Not publishing it`./fastlane/Appfile`
Not publishing it *for sure*fastlane gems
Loaded fastlane plugins:
No plugins Loaded
Loaded gems
The text was updated successfully, but these errors were encountered: