fastlane: Broken pipe for upload binary to Hockeyapp

New Issue Checklist

Issue Description

I am trying to upload the binary created from unity. I am using the gradle command to upload the binary to Hockeyapp which was working for the fastlane version 2.111.0 and suddenly it started failing. We havent made any changes on our code, not sure why its failing. Current fastlane version used is 2.111.0

Complete output when running fastlane, including the stack trace and command used
  ./gradlew deploy-hockeyapp --buildPlatform=amazon -PappEnvironment=qa --stacktrace

Configure project : Loading QA properties

Reckoned version: 0.1.0-dev.0.4855+dfcbe77

Task :deploy-hockeyapp PATH: /usr/local/bin/fastlane PROJECT: /Users/admin/Jenkins/workspace/XXXX_release_4.0.17 TARGET PLATFORM: amazon Found binary at: ./build/Amazon/XXXX_QA_4.0.17.15_Amazon.apk [/usr/local/bin/fastlane, android, deployHockey, path:./build/Amazon/xxXX_QA_4.0.17.15_Amazon.apk, hockeyAppId:190b0ac64fe548129b11c6c71d4e402d, hockeyAppApiToken:f770533264f7491aa16ffdce8aae4cfc, environment:qa] [22:34:17]: fastlane detected a Gemfile in the current directory [22:34:17]: however it seems like you don’t use bundle exec [22:34:17]: to launch fastlane faster, please use [22:34:17]: [22:34:17]: $ bundle exec fastlane android deployHockey path:./build/Amazon/XXXX_QA_4.0.17.15_Amazon.apk hockeyAppId:XXXXXXXXXXX hockeyAppApiToken:XXXXXXXXX environment:qa [22:34:17]: [22:34:17]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile [22:34:19]: ------------------------------ [22:34:19]: — Step: default_platform — [22:34:19]: ------------------------------ [22:34:19]: Driving the lane ‘android deployHockey’ 🚀 [22:34:19]: uploading amazon/android [22:34:19]: -------------------- [22:34:19]: — Step: hockey — [22:34:19]: -------------------- [22:34:19]: Starting with file(s) upload to HockeyApp… this could take some time. ±-----------------±---------------------+ | Lane Context | ±-----------------±---------------------+ | DEFAULT_PLATFORM | ios | | PLATFORM_NAME | android | | LANE_NAME | android deployHockey | ±-----------------±---------------------+ [22:34:20]: Protocol wrong type for socket

±-----±-----------------±------------+ | fastlane summary | ±-----±-----------------±------------+ | Step | Action | Time (in s) | ±-----±-----------------±------------+ | 1 | default_platform | 0 | | 💥 | hockey | 1 | ±-----±-----------------±------------+

[22:34:20]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane…

➡️ Match profiles become ineligible when having multiple projects https://github.com/fastlane/fastlane/issues/11101 [closed] 16 💬 01 Jun 2018

➡️ Problem uploading screenshots - fastlane deliver https://github.com/fastlane/fastlane/issues/7865 [closed] 13 💬 05 Aug 2017

➡️ snapshot: Still getting simulator timeouts https://github.com/fastlane/fastlane/issues/5128 [closed] 18 💬 06 Dec 2016

🔗 You can ⌘ + double-click on links to open them directly in your browser.

#######################################################################

fastlane 2.121.1 is available. You are on 2.111.0.

You should use the latest version.

Please update using sudo gem install fastlane.

#######################################################################

2.121.1 Improvements

  • [deliver] screenshots are binary data, write as such (#14655) via Jan Piotrowski
  • [action] app_store_build_number (and latest_testflight_build_number) don’t raise error if using :initial_build_number (#14654) via Josh Holtz
  • [spaceship] Authentication documentation (#14524) via Jan Piotrowski
  • [deliver] fix ipad 3rd gen naming to prevent future collisions (#14653) via Josh Holtz
  • [frameit] add missing documentation for title_min_height option (#14651) via Bruno Virlet
  • [pilot] fix typo in message (#14646) via Piet Jaspers

2.121.0 Improvements for deliver, spaceship, and actions

  • [action] allow modify_services to enable data_protection (#14571) via martinkasa
  • [deliver] apple tv privacy policy upload and download handling added (#14569) via aniketgaur
  • [deliver] iPad Pro (12.9-inch) (3rd generation) ambiguity resolution (#14576) via Viktoras Laukevičius
  • [spaceship] make Spaceship::Tunes::DisplayFamily main data source for screenshot information (#14574) via Liam Nichols
  • [action] cert: Prevent from crash when keychain_path param wasn’t passed (#14620) via Dmitrii Celpan
  • [frameit] fix frameit percentage padding (#14596) via Christophe Wagner
  • [action] pod_lib_lint: Add support for use_module_headers and subspecs (#14599) via Raymond Hoagland
  • [action] app_store_build_number: Pass teamID when selecting itunes team (#14604) via Dmitrii Celpan
  • [spaceship] Include ‘DES’ cookie into FASTLANE_SESSION (#14301) (#14525) via Maksym Grebenets
  • [spaceship] Automate phone number selection for “request code via SMS” in 2FA with SPACESHIP_2FA_SMS_DEFAULT_PHONE_NUMBER env var (#14436) via Jan Piotrowski
  • [deliver] Test Deliver::AppScreenshot methods and fix uncovered bugs (#14588) via Liam Nichols
  • [action] Post line break characters as actual interpreted line break through slack integration (#14612) via Albert
  • [action] artifactory: Add a read timeout option (#14580) via Raymond Hoagland
  • [action] pod_lib_lint: Add new cocoapods 1.7 parameters of the lint command (#14579) via Martin Fiebig
  • [action] sonar: new optional param for branch name (#14611) via Husyn
  • [action] register_devices changed to actions/register_devices/ (#14582) via Morten Bøgh
  • [deliver] upload_screenshots_spec to test screenshot collection (#14533) via Liam Nichols
  • [deliver] Fix builds whose versions have components with leading zeros infinitely wait for submission (#14513) via Justin Hill

2.120.0 Fix pilot, fix build watcher, and other improvements

  • [spaceship] [spaceship] migrate “olympus” authentication endpoint to appstoreconnect api (#14509) via Stefan Natchev
  • [pilot + spaceship] fix pilot, build watcher, and beta groups to use new App Store Conneect API (#14523) via Josh Holtz
  • [fastlane] add the ability to specify Step Name for all actions (#14423) via Adrien Becchis
  • [gym] fix provisioning profile detection for projects based on inherited xcconfigs (#14360) via José Miguel Brocal Gallego
  • [spaceship] Add app screenshot download endpoint to README.md (#14519) via Maksym Grebenets
  • [action] Continue git_commit action execution if there is nothing to commit (#14501) via Daniel Jankowski
  • [fastlane] fix syntax error changes introduced in ruby 2.6 (#14508) via Stefan Natchev
  • [fastlane] git: more responsible, Windows-compatible shellout (#14471) via Artem Sheremet
  • [snapshot] Make the sleep waiting for animations optional (#14498) via Xaver Lohmüller
  • [deliver] do not set ratings_resets to null if not specified. (#14490) via Carlos Fonseca
  • [scan] added env_name values for commonly used options (#14492) via Jacob Aleksynas
  • [action] add --set-upstream option to push_to_git_remote (#14496) via Guillermo García
  • [sign] fix sigh not using custom keychain path (#14462) via Josip Ćavar

To see all new releases, open https://github.com/fastlane/fastlane/releases

Please update using sudo gem install fastlane /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/openssl/buffering.rb:322:in syswrite': [!] Protocol wrong type for socket (Errno::EPROTOTYPE) from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/openssl/buffering.rb:322:in do_write’ from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/openssl/buffering.rb:340:in write' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http/generic_request.rb:206:in copy_stream’ from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http/generic_request.rb:206:in send_request_with_body_stream' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http/generic_request.rb:123:in exec’ from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http.rb:1421:in block in transport_request' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http.rb:1420:in catch’ from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http.rb:1420:in transport_request' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http.rb:1393:in request’ from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http.rb:1386:in block in request' from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http.rb:853:in start’ from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/net/http.rb:1384:in request' from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/adapter/net_http.rb:87:in perform_request’ from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/adapter/net_http.rb:43:in block in call' from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/adapter/net_http.rb:92:in with_net_http_connection’ from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/adapter/net_http.rb:38:in call' from /Library/Ruby/Gems/2.3.0/gems/faraday_middleware-0.12.2/lib/faraday_middleware/response/follow_redirects.rb:78:in perform_with_redirection’ from /Library/Ruby/Gems/2.3.0/gems/faraday_middleware-0.12.2/lib/faraday_middleware/response/follow_redirects.rb:66:in call' from /Library/Ruby/Gems/2.3.0/gems/faraday_middleware-0.12.2/lib/faraday_middleware/response_middleware.rb:31:in call’ from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/request/url_encoded.rb:15:in call' from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/request/multipart.rb:15:in call’ from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/rack_builder.rb:143:in build_response' from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/connection.rb:387:in run_request’ from /Library/Ruby/Gems/2.3.0/gems/faraday-0.15.4/lib/faraday/connection.rb:175:in post' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/actions/hockey.rb:49:in upload_build’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/actions/hockey.rb:33:in upload' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/actions/hockey.rb:166:in run’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:253:in block (2 levels) in execute_action' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/actions/actions_helper.rb:50:in execute_action’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:232:in block in execute_action' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:227:in chdir’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:227:in execute_action' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:157:in trigger_action_by_name’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/fast_file.rb:154:in method_missing' from Fastfile:180:in block (2 levels) in parsing_binding’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/lane.rb:33:in call' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:49:in block in execute’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:45:in chdir' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/runner.rb:45:in execute’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/lane_manager.rb:56:in cruise_lane' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/command_line_handler.rb:36:in handle’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/commands_generator.rb:108:in block (2 levels) in run' from /Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:178:in call’ from /Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/command.rb:153:in run' from /Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:476:in run_active_command’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:76:in run!' from /Library/Ruby/Gems/2.3.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in run!’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/commands_generator.rb:333:in run' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/commands_generator.rb:41:in start’ from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/fastlane/lib/fastlane/cli_tools_distributor.rb:108:in take_off' from /Library/Ruby/Gems/2.3.0/gems/fastlane-2.111.0/bin/fastlane:23:in <top (required)>’ from /usr/local/bin/fastlane:22:in load' from /usr/local/bin/fastlane:22:in <main>’

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ‘:deploy-hockeyapp’.

Fastlane finished with non-zero exit value 1

  • Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ‘:deploy-hockeyapp’. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70) at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62) at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87) at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54) at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43) at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34) at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248) at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:241) at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:230) at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.processTask(DefaultTaskPlanExecutor.java:123) at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.access$200(DefaultTaskPlanExecutor.java:79) at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:104) at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:98) at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.execute(DefaultTaskExecutionPlan.java:626) at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.executeWithTask(DefaultTaskExecutionPlan.java:581) at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.run(DefaultTaskPlanExecutor.java:98) at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46) at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) Caused by: org.gradle.process.internal.ExecException: Fastlane finished with non-zero exit value 1 at com.gsngames.casino.build.tasks.HockeyAppDeployTask.exec(HockeyAppDeployTask.groovy:59) at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:46) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:39) at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:26) at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:780) at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:747) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$1.run(ExecuteActionsTaskExecuter.java:121) at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336) at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328) at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199) at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:110) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:92) … 29 more

  • Get more help at https://help.gradle.org

Environment

🚫 fastlane environment 🚫

Stack

Key Value
OS 10.13.6
Ruby 2.3.7
Bundler? false
Git git version 2.17.2 (Apple Git-113)
Installation Source /usr/local/bin/fastlane
Host Mac OS X 10.13.6 (17G65)
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 10.1

System Locale

Variable Value
LANG en_US.UTF-8
LC_ALL en_US.UTF-8
LANGUAGE

fastlane files:

No Fastfile found

No Appfile found

fastlane gems

Gem Version Update-Status
fastlane 2.111.0 🚫 Update available

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.0.0
slack-notifier 2.3.2
rouge 2.0.7
xcpretty 0.3.0
terminal-notifier 1.8.0
unicode-display_width 1.4.0
terminal-table 1.8.0
plist 3.4.0
CFPropertyList 3.0.0
public_suffix 2.0.5
addressable 2.5.2
multipart-post 2.0.0
word_wrap 1.0.0
tty-screen 0.6.5
tty-cursor 0.6.0
tty-spinner 0.9.0
babosa 1.0.2
colored 1.2
highline 1.7.10
commander-fastlane 4.4.6
excon 0.62.0
faraday 0.15.4
unf_ext 0.0.7.5
unf 0.1.4
domain_name 0.5.20180417
http-cookie 1.0.3
faraday-cookie_jar 0.0.6
fastimage 2.1.5
gh_inspector 1.1.3
json 1.8.3.1
mini_magick 4.5.1
multi_json 1.13.1
multi_xml 0.6.0
rubyzip 1.2.2
security 0.1.3
xcpretty-travis-formatter 1.0.0
dotenv 2.5.0
bundler 1.17.2
faraday_middleware 0.12.2
naturally 2.2.0
simctl 1.6.5
uber 0.1.0
declarative 0.0.10
declarative-option 0.1.0
representable 3.0.4
retriable 3.1.2
mime-types-data 3.2018.0812
mime-types 3.2.2
jwt 2.1.0
signet 0.11.0
memoist 0.16.0
os 1.0.0
googleauth 0.6.7
httpclient 2.8.3
google-api-client 0.23.9
google-cloud-env 1.0.5
google-cloud-core 1.2.7
digest-crc 0.4.1
google-cloud-storage 1.15.0
emoji_regex 0.1.1
io-console 0.4.5
libxml-ruby 2.9.0
atomos 0.1.3
claide 1.0.2
colored2 3.1.2
nanaimo 0.2.6
xcodeproj 1.8.2
psych 2.1.0.1

generated on: 2019-04-30

[22:27:23]: Take notice that this output may contain sensitive information, or simply information that you don't want to make public.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 47 (9 by maintainers)

Most upvoted comments

This issue happens to us due to enterprise firewall. We found a workaround bypass_cdn: true in the configuration. e.g.

hockey( api_token: "2304234", notes: "notes", bypass_cdn: true, apk: "@hockey.apk" )

Actually, this should already be working right now! Turns out, one needs to explicitly allow Cloudfront to use TLS 1.2 when communicating with its origin server … 🤦🏻‍♂️

Can somebody confirm if uploads started working for them again?

Hey! Sorry for breaking this again 😞 We believe to finally have found the root cause and are working on fixing this within the hour.

Thanks for letting us know @Wassappbuilder and @sree86! At this point, we actually think that this was just a propagation issue of our setting changes through the CDN or an edge node that was in a bad state for some reason.

Now that the regular endpoint seems to work again, I would highly recommend to start using it again since, as @lacostej noticed, using the bypass_cdn: true option will generally result in slower uploads.

@lumaxis Thank you for the update. I will mark this issue as closed as hockeyapp upload is back to normal, and working fine. Thank you all

It seems that the the service is up running again. Today I can reach https://upload.hockeyapp.net/ without getting a bad gateway.