-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High occurrences of "Transporter transfer failed." #125
Comments
We are seeing this as well. Does this #126 fixes the issue? |
👋 I also encountered this issue and I can confirm that after pointing to the #126 PR branch, the build was successfully submitted to App Store Connect _deploy-ios-app-store:
steps:
- git::https://github.com/bitrise-steplib/steps-deploy-to-itunesconnect-deliver.git@SWAT-788-itms3-fix:
inputs:
- bundle_id: $IOS_BUNDLE_ID |
I'm successfully submitting apps with changes #126 too. |
Same issue for us, I will try the fix #126 monday, thanks @mateusz1913 |
The version 2.21.5 just release. |
Released new version 2.21.5 with fix included. @k-thorat, @mateusz1913, @SidiBecker, @arnoldc, @siddheshbhasme, @rpadilla6, @lisamartin00, @Cameronese11, @mendozamiche, @LucasClaude, @pretorh and @ludwig-pro: [CTA] |
@lpusok Is already available in bitrise? There the last version still is 2.21.4 |
@SidiBecker not yet, should be available shortly. Used a manual trigger as the automation did not finish. |
Available now. |
I'm testing this now thanks |
don't work for us :/
|
@ludwig-pro Archive on 4.7.0 and last version deploy works fine for me. The 4.6.0 version has some updates of authentication and signing. Could you try updating the archive step? |
can confirm its working also in my end using |
@ludwig-pro can you share a build URL please? I suspect an old dependency is causing this, creating a new release now. |
@lpusok https://app.bitrise.io/build/4a7f15cb-bdfe-448e-894f-38bb84b81269 thanks for the support |
also failed :/ same error
|
I retry the build with App Store Connect with Deliver |
Fixed with App Store Connect with Deliver thanks @lpusok |
Closing this issue. Thank you all 🚀 |
Troubleshooting
Issue description
Periodically the error occurs:
Transporter transfer failed.
/Exception occurred: issuerId is required.
.On average, 1 in 10 builds this error occurs, but sometimes the error occurs a few times in a row before it works.
Bitrise info
Inputs with API key authentication found
Setup
fastlane version defined: latest-stable, installing...
$ gem "install" "fastlane" "--no-document"
$ rbenv "rehash"
$ fastlane "-v"
fastlane installation at path:
/Users/vagrant/.rbenv/versions/2.6.9/lib/ruby/gems/2.6.0/gems/fastlane-2.210.1/bin/fastlane
fastlane 2.210.1
DBG-X: Returning 1Setup took 6.437116 seconds to complete
Deploy
$ fastlane "deliver" "--api_key_path" "/var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/apiKey1842777621/api_key.json" "--precheck_include_in_app_purchases" "false" "--app_identifier" "" "--team_id" "teamid" "--ipa" "/var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/ipaOrPkg2536522255/tmp.ipa" "--skip_screenshots" "--skip_metadata" "--skip_app_version_update" "--force" "--platform" "ios"
[14:15:59]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile
[14:16:00]: Creating authorization token for App Store Connect API
+--------------------------------------+--------------------------------------------------------------------------------+
| deliver 2.210.1 Summary |
+--------------------------------------+--------------------------------------------------------------------------------+
| api_key_path | /var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/apiKey1842777621/api_key.json |
| precheck_include_in_app_purchases | false |
| app_identifier | app |
| team_id | teamid|
| ipa | /var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/ipaOrPkg2536522255/tmp.ipa |
| skip_screenshots | true |
| skip_metadata | true |
| skip_app_version_update | true |
| force | true |
| platform | ios |
| screenshots_path | ./screenshots |
| metadata_path | ./metadata |
| app_version | 1.361 |
| edit_live | false |
| use_live_version | false |
| skip_binary_upload | false |
| overwrite_screenshots | false |
| sync_screenshots | false |
| submit_for_review | false |
| verify_only | false |
| reject_if_possible | false |
| phased_release | false |
| reset_ratings | false |
| run_precheck_before_submit | true |
| precheck_default_rule_level | warn |
| ignore_language_directory_validation | false |
+--------------------------------------+--------------------------------------------------------------------------------+
[14:16:02]: Uploading binary to App Store Connect
[14:16:03]: Going to upload updated app to App Store Connect
[14:16:03]: This might take a few minutes. Please don't interrupt the script.
[14:16:26]: Transporter transfer failed.
[14:16:26]:
[14:16:26]: There was a general exception while executing
An exception has occurred: issuerId is required
[14:16:26]: [iTMSTransporter] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:16:26]: [iTMSTransporter] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[14:16:26]: [iTMSTransporter] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[14:16:26]: [iTMSTransporter] at java.base/java.lang.reflect.Method.invoke(Unknown Source)
[14:16:26]: [iTMSTransporter] at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:107)
[14:16:26]: [iTMSTransporter] at com.apple.transporter.bootstrap.BootstrapperPhase1.bootstrap(BootstrapperPhase1.java:78)
[14:16:26]: [iTMSTransporter] at com.apple.transporter.launcher.Launcher.launchBootstrapper(Launcher.java:37)
[14:16:26]: [iTMSTransporter] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:16:26]: [iTMSTransporter] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[14:16:26]: [iTMSTransporter] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[14:16:26]: [iTMSTransporter] at java.base/java.lang.reflect.Method.invoke(Unknown Source)
[14:16:26]: [iTMSTransporter] at com.apple.transporter.launcher.Application.start(Application.java:450)
[14:16:26]: [iTMSTransporter] at com.apple.transporter.launcher.Application.main(Application.java:947)
[14:16:26]: [iTMSTransporter]
[14:16:26]: [iTMSTransporter] [2022-10-19 14:16:26 GMT]
[14:16:26]: iTunes Transporter output above ^
[14:16:26]: There was a general exception while executing
An exception has occurred: issuerId is required
Return status of iTunes Transporter was 1: There was a general exception while executing
\nAn exception has occurred: issuerId is required
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.
Steps to reproduce
yml setup:
The text was updated successfully, but these errors were encountered: