fastlane: [Transporter Error Output]: description length:10240931
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read docs.fastlane.tools
- I searched for existing GitHub issues
Issue Description
Hello everyone, I finished my app make with Expo and now I want to upload to the AppStore (this is my first time doing this). I’m trying send to iTunes Connect but everytime i get this error, I already try:
- https://github.com/fastlane/fastlane/issues/2294
- https://github.com/fastlane/fastlane/issues/10196
- And three differents networks
My Fastfile is this:
lane :beta do ENV[“DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS”] = “-t DAV”
pilot( ipa: “~/Desktop/Zapay/mobile/ios%2F@varleysilva%2FZapay-6e73412d-51f0-4053-8fa0-8d2dede63d3c-archive.ipa” ) end
And taking advantage of the opportunity, and for those who have already published an app made with the expo the correct procedure is exactly the one to publish in the AppStore?
- Generates the IPA
- Send to iTunes Connect
- And from there send to the AppStore
I’ve read all the expo documentation, but that part is not so clear.
Complete output when running fastlane, including the stack trace and command used
Captured Output
Command Used: beta
Output/Log
+------+--------+-------------+
| fastlane summary |
+------+--------+-------------+
| Step | Action | Time (in s) |
+------+--------+-------------+
| 💥 | pilot | 0 |
+------+--------+-------------+
✅ fastlane environment ✅
Stack
Key | Value |
---|---|
OS | 10.13.1 |
Ruby | 2.3.3 |
Bundler? | false |
Git | git version 2.13.2 |
Installation Source | /usr/local/bin/fastlane |
Host | Mac OS X 10.13.1 (17B1003) |
Ruby Lib Dir | /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib |
OpenSSL Version | LibreSSL 2.2.7 |
Is contained | false |
Is homebrew | false |
Is installed via Fabric.app | false |
Xcode Path | /Applications/Xcode.app/Contents/Developer/ |
Xcode Version | 9.1 |
System Locale
Variable | Value | |
---|---|---|
LANG | en_US.UTF-8 | ✅ |
LC_ALL | en_US.UTF-8 | ✅ |
LANGUAGE |
fastlane files:
`./fastlane/Fastfile`
lane :beta do
ENV["DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS"] = "-t DAV"
pilot(
ipa: "~/Desktop/Zapay/mobile/ios%2F\@varleysilva%2FZapay-6e73412d-51f0-4053-8fa0-8d2dede63d3c-archive.ipa"
)
end
No Appfile found
fastlane gems
Gem | Version | Update-Status |
---|---|---|
fastlane | 2.69.2 | ✅ Up-To-Date |
Loaded fastlane plugins:
No plugins Loaded
Loaded gems
Gem | Version |
---|---|
did_you_mean | 1.0.0 |
slack-notifier | 1.5.1 |
CFPropertyList | 2.3.6 |
claide | 1.0.2 |
colored2 | 3.1.2 |
nanaimo | 0.2.3 |
xcodeproj | 1.5.3 |
rouge | 2.0.7 |
xcpretty | 0.2.8 |
terminal-notifier | 1.8.0 |
unicode-display_width | 1.3.0 |
terminal-table | 1.8.0 |
plist | 3.4.0 |
public_suffix | 2.0.5 |
addressable | 2.5.2 |
multipart-post | 2.0.0 |
word_wrap | 1.0.0 |
tty-screen | 0.6.3 |
babosa | 1.0.2 |
colored | 1.2 |
highline | 1.7.10 |
commander-fastlane | 4.4.5 |
excon | 0.59.0 |
faraday | 0.13.1 |
unf_ext | 0.0.7.4 |
unf | 0.1.4 |
domain_name | 0.5.20170404 |
http-cookie | 1.0.3 |
faraday-cookie_jar | 0.0.6 |
fastimage | 2.1.0 |
gh_inspector | 1.0.3 |
json | 1.8.3 |
mini_magick | 4.5.1 |
multi_json | 1.12.2 |
multi_xml | 0.6.0 |
rubyzip | 1.2.1 |
security | 0.1.3 |
xcpretty-travis-formatter | 1.0.0 |
dotenv | 2.2.1 |
bundler | 1.16.0 |
faraday_middleware | 0.12.2 |
uber | 0.1.0 |
declarative | 0.0.10 |
declarative-option | 0.1.0 |
representable | 3.0.4 |
retriable | 3.1.1 |
mime-types-data | 3.2016.0521 |
mime-types | 3.1 |
little-plugger | 1.1.4 |
logging | 2.2.2 |
jwt | 2.1.0 |
memoist | 0.16.0 |
os | 0.9.6 |
signet | 0.8.1 |
googleauth | 0.6.2 |
httpclient | 2.8.3 |
google-api-client | 0.13.6 |
io-console | 0.4.5 |
libxml-ruby | 2.9.0 |
generated on: 2017-12-14
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 10
- Comments: 19 (1 by maintainers)
For me this appears if I haven’t filled out the external BETA required fields.
I was able to upload successfully. But I still getting error [Transporter Error Output]: description length:2866414
Any updates? We got our builds in i-tunes connect through pilot, but the error is very annoying 😦
Same here. Although it finally resolved itself.
Although errors occurred during execution of iTMSTransporter, it returned success status.