Giter Site home page Giter Site logo

Comments (4)

jabeler avatar jabeler commented on July 21, 2024 1

Seeing this as well.

What's strange is that restarting the Heroku dyno allows it to start working again, but then after awhile this message appears again.

from boarding.

jabeler avatar jabeler commented on July 21, 2024

Here's a gist from the logs when the requests are failing.

https://gist.github.com/jabeler/1b99fd5eae49ab7b6ebecae42e8ed719

I've testing under Ruby 2.4.6, 2.5.5, and 2.6.3 with the same results.

from boarding.

prnewman avatar prnewman commented on July 21, 2024

I get this after restarting dynos:

2019-05-30T17:34:03.998000+00:00 heroku[web.1]: State changed from crashed to starting
2019-05-30T17:34:09.731840+00:00 heroku[web.1]: Starting process with command `bundle exec puma -C config/puma.rb`
2019-05-30T17:34:11.820942+00:00 app[web.1]: [4] Puma starting in cluster mode...
2019-05-30T17:34:11.820973+00:00 app[web.1]: [4] * Version 3.11.2 (ruby 2.3.4-p301), codename: Love Song
2019-05-30T17:34:11.820974+00:00 app[web.1]: [4] * Min threads: 5, max threads: 5
2019-05-30T17:34:11.820976+00:00 app[web.1]: [4] * Environment: production
2019-05-30T17:34:11.820977+00:00 app[web.1]: [4] * Process workers: 2
2019-05-30T17:34:11.820978+00:00 app[web.1]: [4] * Preloading application
2019-05-30T17:34:16.874020+00:00 app[web.1]: [4] ! Unable to load application: Spaceship::UnexpectedResponse: <!DOCTYPE html><html lang="en">
2019-05-30T17:34:16.874044+00:00 app[web.1]: <head>
2019-05-30T17:34:16.874046+00:00 app[web.1]: <title></title>
2019-05-30T17:34:16.874048+00:00 app[web.1]: <link rel="stylesheet" href="/styles/main.css">
2019-05-30T17:34:16.874050+00:00 app[web.1]: <style type='text/css'>
2019-05-30T17:34:16.874052+00:00 app[web.1]:     /*include ../../dist/styles/main.css*/
2019-05-30T17:34:16.874054+00:00 app[web.1]: </style>
2019-05-30T17:34:16.874056+00:00 app[web.1]: </head>
2019-05-30T17:34:16.874057+00:00 app[web.1]: 
2019-05-30T17:34:16.874059+00:00 app[web.1]: <body><div id="wrapper" class="j42">
2019-05-30T17:34:16.874060+00:00 app[web.1]: <h2>Not Found</h2></div>
2019-05-30T17:34:16.874062+00:00 app[web.1]: 
2019-05-30T17:34:16.874064+00:00 app[web.1]: <div class="footer">
2019-05-30T17:34:16.874066+00:00 app[web.1]:     <p>Copyright &copy; <span id='year'>2015</span> Apple Inc. All rights reserved.</p>
2019-05-30T17:34:16.874068+00:00 app[web.1]:     <ul><li><a href="https://www.apple.com/legal/internet-services/itunes/">Terms of Service</a></li><li><a href="https://www.apple.com/legal/privacy">Privacy Policy</a></li></ul>
2019-05-30T17:34:16.874069+00:00 app[web.1]: </div>
2019-05-30T17:34:16.874071+00:00 app[web.1]: 
2019-05-30T17:34:16.874072+00:00 app[web.1]: 
2019-05-30T17:34:16.874074+00:00 app[web.1]: <script type='text/javascript'>(function() {
2019-05-30T17:34:16.874076+00:00 app[web.1]:     var isIos = navigator.userAgent.match(/(iPod|iPhone|iPad)/);
2019-05-30T17:34:16.874078+00:00 app[web.1]:     document.body.setAttribute( 'class', (!isIos) ? 'otherBrowser' : 'isMobileSafari' )
2019-05-30T17:34:16.874080+00:00 app[web.1]:     var yearEl = document.getElementById('year');
2019-05-30T17:34:16.874081+00:00 app[web.1]:     if (yearEl) { yearEl.textContent = new Date().getFullYear(); }
2019-05-30T17:34:16.874083+00:00 app[web.1]: })();
2019-05-30T17:34:16.874084+00:00 app[web.1]: </script>
2019-05-30T17:34:16.874086+00:00 app[web.1]: 
2019-05-30T17:34:16.874087+00:00 app[web.1]: </body>
2019-05-30T17:34:16.874089+00:00 app[web.1]: </html>
2019-05-30T17:34:16.874212+00:00 app[web.1]: bundler: failed to load command: puma (/app/vendor/bundle/ruby/2.3.0/bin/puma)
2019-05-30T17:34:16.874280+00:00 app[web.1]: Spaceship::UnexpectedResponse: <!DOCTYPE html><html lang="en">
2019-05-30T17:34:16.874283+00:00 app[web.1]: <head>
2019-05-30T17:34:16.874284+00:00 app[web.1]: <title></title>
2019-05-30T17:34:16.874286+00:00 app[web.1]: <link rel="stylesheet" href="/styles/main.css">
2019-05-30T17:34:16.874288+00:00 app[web.1]: <style type='text/css'>
2019-05-30T17:34:16.874289+00:00 app[web.1]:     /*include ../../dist/styles/main.css*/
2019-05-30T17:34:16.874291+00:00 app[web.1]: </style>
2019-05-30T17:34:16.874292+00:00 app[web.1]: </head>
2019-05-30T17:34:16.874293+00:00 app[web.1]: 
2019-05-30T17:34:16.874295+00:00 app[web.1]: <body><div id="wrapper" class="j42">
2019-05-30T17:34:16.874296+00:00 app[web.1]: <h2>Not Found</h2></div>
2019-05-30T17:34:16.874298+00:00 app[web.1]: 
2019-05-30T17:34:16.874299+00:00 app[web.1]: <div class="footer">
2019-05-30T17:34:16.874301+00:00 app[web.1]:     <p>Copyright &copy; <span id='year'>2015</span> Apple Inc. All rights reserved.</p>
2019-05-30T17:34:16.874303+00:00 app[web.1]:     <ul><li><a href="https://www.apple.com/legal/internet-services/itunes/">Terms of Service</a></li><li><a href="https://www.apple.com/legal/privacy">Privacy Policy</a></li></ul>
2019-05-30T17:34:16.874304+00:00 app[web.1]: </div>
2019-05-30T17:34:16.874306+00:00 app[web.1]: 
2019-05-30T17:34:16.874307+00:00 app[web.1]: 
2019-05-30T17:34:16.874309+00:00 app[web.1]: <script type='text/javascript'>(function() {
2019-05-30T17:34:16.874310+00:00 app[web.1]:     var isIos = navigator.userAgent.match(/(iPod|iPhone|iPad)/);
2019-05-30T17:34:16.874312+00:00 app[web.1]:     document.body.setAttribute( 'class', (!isIos) ? 'otherBrowser' : 'isMobileSafari' )
2019-05-30T17:34:16.874313+00:00 app[web.1]:     var yearEl = document.getElementById('year');
2019-05-30T17:34:16.874315+00:00 app[web.1]:     if (yearEl) { yearEl.textContent = new Date().getFullYear(); }
2019-05-30T17:34:16.874316+00:00 app[web.1]: })();
2019-05-30T17:34:16.874318+00:00 app[web.1]: </script>
2019-05-30T17:34:16.874319+00:00 app[web.1]: 
2019-05-30T17:34:16.874321+00:00 app[web.1]: </body>
2019-05-30T17:34:16.874322+00:00 app[web.1]: </html>
2019-05-30T17:34:16.874324+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/client.rb:289:in `handle_response'
2019-05-30T17:34:16.874326+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/client.rb:101:in `get_groups'
2019-05-30T17:34:16.874327+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/group.rb:34:in `all'
2019-05-30T17:34:16.874329+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/group.rb:49:in `filter_groups'
2019-05-30T17:34:16.874331+00:00 app[web.1]:   /app/app/services/boarding_service.rb:133:in `ensure_values'
2019-05-30T17:34:16.874332+00:00 app[web.1]:   /app/app/services/boarding_service.rb:37:in `initialize'
2019-05-30T17:34:16.874334+00:00 app[web.1]:   /app/config/initializers/services.rb:1:in `new'
2019-05-30T17:34:16.874335+00:00 app[web.1]:   /app/config/initializers/services.rb:1:in `<top (required)>'
2019-05-30T17:34:16.874337+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `load'
2019-05-30T17:34:16.874338+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `block in load'
2019-05-30T17:34:16.874340+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
2019-05-30T17:34:16.874342+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `load'
2019-05-30T17:34:16.874343+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:652:in `block in load_config_initializer'
2019-05-30T17:34:16.874344+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/notifications.rb:166:in `instrument'
2019-05-30T17:34:16.874346+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:651:in `load_config_initializer'
2019-05-30T17:34:16.874347+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
2019-05-30T17:34:16.874349+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:615:in `each'
2019-05-30T17:34:16.874350+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:615:in `block in <class:Engine>'
2019-05-30T17:34:16.874352+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:30:in `instance_exec'
2019-05-30T17:34:16.874353+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:30:in `run'
2019-05-30T17:34:16.874355+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:55:in `block in run_initializers'
2019-05-30T17:34:16.874356+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:228:in `block in tsort_each'
2019-05-30T17:34:16.874358+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
2019-05-30T17:34:16.874359+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from'
2019-05-30T17:34:16.874361+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:431:in `each_strongly_connected_component_from'
2019-05-30T17:34:16.874362+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:421:in `block in each_strongly_connected_component_from'
2019-05-30T17:34:16.874364+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:44:in `each'
2019-05-30T17:34:16.874365+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:44:in `tsort_each_child'
2019-05-30T17:34:16.874367+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:415:in `call'
2019-05-30T17:34:16.874377+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:415:in `each_strongly_connected_component_from'
2019-05-30T17:34:16.874380+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:349:in `block in each_strongly_connected_component'
2019-05-30T17:34:16.874382+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `each'
2019-05-30T17:34:16.874390+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `call'
2019-05-30T17:34:16.874392+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `each_strongly_connected_component'
2019-05-30T17:34:16.874393+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:226:in `tsort_each'
2019-05-30T17:34:16.874395+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:205:in `tsort_each'
2019-05-30T17:34:16.874396+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:54:in `run_initializers'
2019-05-30T17:34:16.874398+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/application.rb:352:in `initialize!'
2019-05-30T17:34:16.874399+00:00 app[web.1]:   /app/config/environment.rb:5:in `<top (required)>'
2019-05-30T17:34:16.874401+00:00 app[web.1]:   config.ru:3:in `require'
2019-05-30T17:34:16.874403+00:00 app[web.1]:   config.ru:3:in `block in <main>'
2019-05-30T17:34:16.874405+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:55:in `instance_eval'
2019-05-30T17:34:16.874406+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:55:in `initialize'
2019-05-30T17:34:16.874424+00:00 app[web.1]:   config.ru:in `new'
2019-05-30T17:34:16.874426+00:00 app[web.1]:   config.ru:in `<main>'
2019-05-30T17:34:16.874428+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:49:in `eval'
2019-05-30T17:34:16.874429+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:49:in `new_from_string'
2019-05-30T17:34:16.874431+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:40:in `parse_file'
2019-05-30T17:34:16.874432+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/configuration.rb:318:in `load_rackup'
2019-05-30T17:34:16.874434+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/configuration.rb:243:in `app'
2019-05-30T17:34:16.874436+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/runner.rb:138:in `load_and_bind'
2019-05-30T17:34:16.874437+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/cluster.rb:397:in `run'
2019-05-30T17:34:16.874439+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/launcher.rb:183:in `run'
2019-05-30T17:34:16.874441+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/cli.rb:77:in `run'
2019-05-30T17:34:16.874442+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/bin/puma:10:in `<top (required)>'
2019-05-30T17:34:16.874444+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/bin/puma:22:in `load'
2019-05-30T17:34:16.874445+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/bin/puma:22:in `<top (required)>'
2019-05-30T17:34:17.034921+00:00 heroku[web.1]: State changed from starting to crashed
2019-05-30T17:34:17.042658+00:00 heroku[web.1]: State changed from crashed to starting
2019-05-30T17:34:17.014857+00:00 heroku[web.1]: Process exited with status 1
2019-05-30T17:34:21.074717+00:00 heroku[web.1]: Starting process with command `bundle exec puma -C config/puma.rb`
2019-05-30T17:34:23.140272+00:00 app[web.1]: [4] Puma starting in cluster mode...
2019-05-30T17:34:23.140294+00:00 app[web.1]: [4] * Version 3.11.2 (ruby 2.3.4-p301), codename: Love Song
2019-05-30T17:34:23.140296+00:00 app[web.1]: [4] * Min threads: 5, max threads: 5
2019-05-30T17:34:23.140297+00:00 app[web.1]: [4] * Environment: production
2019-05-30T17:34:23.140299+00:00 app[web.1]: [4] * Process workers: 2
2019-05-30T17:34:23.140300+00:00 app[web.1]: [4] * Preloading application
2019-05-30T17:34:28.672567+00:00 app[web.1]: [4] ! Unable to load application: Spaceship::UnexpectedResponse: <!DOCTYPE html><html lang="en">
2019-05-30T17:34:28.672601+00:00 app[web.1]: <head>
2019-05-30T17:34:28.672603+00:00 app[web.1]: <title></title>
2019-05-30T17:34:28.672605+00:00 app[web.1]: <link rel="stylesheet" href="/styles/main.css">
2019-05-30T17:34:28.672606+00:00 app[web.1]: <style type='text/css'>
2019-05-30T17:34:28.672608+00:00 app[web.1]:     /*include ../../dist/styles/main.css*/
2019-05-30T17:34:28.672609+00:00 app[web.1]: </style>
2019-05-30T17:34:28.672610+00:00 app[web.1]: </head>
2019-05-30T17:34:28.672611+00:00 app[web.1]: 
2019-05-30T17:34:28.672612+00:00 app[web.1]: <body><div id="wrapper" class="j42">
2019-05-30T17:34:28.672613+00:00 app[web.1]: <h2>Not Found</h2></div>
2019-05-30T17:34:28.672614+00:00 app[web.1]: 
2019-05-30T17:34:28.672615+00:00 app[web.1]: <div class="footer">
2019-05-30T17:34:28.672618+00:00 app[web.1]:     <p>Copyright &copy; <span id='year'>2015</span> Apple Inc. All rights reserved.</p>
2019-05-30T17:34:28.672622+00:00 app[web.1]:     <ul><li><a href="https://www.apple.com/legal/internet-services/itunes/">Terms of Service</a></li><li><a href="https://www.apple.com/legal/privacy">Privacy Policy</a></li></ul>
2019-05-30T17:34:28.672623+00:00 app[web.1]: </div>
2019-05-30T17:34:28.672624+00:00 app[web.1]: 
2019-05-30T17:34:28.672625+00:00 app[web.1]: 
2019-05-30T17:34:28.672626+00:00 app[web.1]: <script type='text/javascript'>(function() {
2019-05-30T17:34:28.672628+00:00 app[web.1]:     var isIos = navigator.userAgent.match(/(iPod|iPhone|iPad)/);
2019-05-30T17:34:28.672629+00:00 app[web.1]:     document.body.setAttribute( 'class', (!isIos) ? 'otherBrowser' : 'isMobileSafari' )
2019-05-30T17:34:28.672631+00:00 app[web.1]:     var yearEl = document.getElementById('year');
2019-05-30T17:34:28.672632+00:00 app[web.1]:     if (yearEl) { yearEl.textContent = new Date().getFullYear(); }
2019-05-30T17:34:28.672633+00:00 app[web.1]: })();
2019-05-30T17:34:28.672634+00:00 app[web.1]: </script>
2019-05-30T17:34:28.672635+00:00 app[web.1]: 
2019-05-30T17:34:28.672636+00:00 app[web.1]: </body>
2019-05-30T17:34:28.672638+00:00 app[web.1]: </html>
2019-05-30T17:34:28.672681+00:00 app[web.1]: bundler: failed to load command: puma (/app/vendor/bundle/ruby/2.3.0/bin/puma)
2019-05-30T17:34:28.672729+00:00 app[web.1]: Spaceship::UnexpectedResponse: <!DOCTYPE html><html lang="en">
2019-05-30T17:34:28.672730+00:00 app[web.1]: <head>
2019-05-30T17:34:28.672731+00:00 app[web.1]: <title></title>
2019-05-30T17:34:28.672732+00:00 app[web.1]: <link rel="stylesheet" href="/styles/main.css">
2019-05-30T17:34:28.672733+00:00 app[web.1]: <style type='text/css'>
2019-05-30T17:34:28.672734+00:00 app[web.1]:     /*include ../../dist/styles/main.css*/
2019-05-30T17:34:28.672735+00:00 app[web.1]: </style>
2019-05-30T17:34:28.672737+00:00 app[web.1]: </head>
2019-05-30T17:34:28.672738+00:00 app[web.1]: 
2019-05-30T17:34:28.672739+00:00 app[web.1]: <body><div id="wrapper" class="j42">
2019-05-30T17:34:28.672740+00:00 app[web.1]: <h2>Not Found</h2></div>
2019-05-30T17:34:28.672741+00:00 app[web.1]: 
2019-05-30T17:34:28.672767+00:00 app[web.1]: <div class="footer">
2019-05-30T17:34:28.672770+00:00 app[web.1]:     <p>Copyright &copy; <span id='year'>2015</span> Apple Inc. All rights reserved.</p>
2019-05-30T17:34:28.672771+00:00 app[web.1]:     <ul><li><a href="https://www.apple.com/legal/internet-services/itunes/">Terms of Service</a></li><li><a href="https://www.apple.com/legal/privacy">Privacy Policy</a></li></ul>
2019-05-30T17:34:28.672773+00:00 app[web.1]: </div>
2019-05-30T17:34:28.672774+00:00 app[web.1]: 
2019-05-30T17:34:28.672775+00:00 app[web.1]: 
2019-05-30T17:34:28.672777+00:00 app[web.1]: <script type='text/javascript'>(function() {
2019-05-30T17:34:28.672779+00:00 app[web.1]:     var isIos = navigator.userAgent.match(/(iPod|iPhone|iPad)/);
2019-05-30T17:34:28.672780+00:00 app[web.1]:     document.body.setAttribute( 'class', (!isIos) ? 'otherBrowser' : 'isMobileSafari' )
2019-05-30T17:34:28.672781+00:00 app[web.1]:     var yearEl = document.getElementById('year');
2019-05-30T17:34:28.672782+00:00 app[web.1]:     if (yearEl) { yearEl.textContent = new Date().getFullYear(); }
2019-05-30T17:34:28.672783+00:00 app[web.1]: })();
2019-05-30T17:34:28.672784+00:00 app[web.1]: </script>
2019-05-30T17:34:28.672785+00:00 app[web.1]: 
2019-05-30T17:34:28.672786+00:00 app[web.1]: </body>
2019-05-30T17:34:28.672787+00:00 app[web.1]: </html>
2019-05-30T17:34:28.672790+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/client.rb:289:in `handle_response'
2019-05-30T17:34:28.672791+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/client.rb:101:in `get_groups'
2019-05-30T17:34:28.672792+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/group.rb:34:in `all'
2019-05-30T17:34:28.672793+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/fastlane-2.83.0/spaceship/lib/spaceship/test_flight/group.rb:49:in `filter_groups'
2019-05-30T17:34:28.672795+00:00 app[web.1]:   /app/app/services/boarding_service.rb:133:in `ensure_values'
2019-05-30T17:34:28.672796+00:00 app[web.1]:   /app/app/services/boarding_service.rb:37:in `initialize'
2019-05-30T17:34:28.672797+00:00 app[web.1]:   /app/config/initializers/services.rb:1:in `new'
2019-05-30T17:34:28.672798+00:00 app[web.1]:   /app/config/initializers/services.rb:1:in `<top (required)>'
2019-05-30T17:34:28.672799+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `load'
2019-05-30T17:34:28.672800+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `block in load'
2019-05-30T17:34:28.672801+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:240:in `load_dependency'
2019-05-30T17:34:28.672802+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/dependencies.rb:268:in `load'
2019-05-30T17:34:28.672803+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:652:in `block in load_config_initializer'
2019-05-30T17:34:28.672804+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.10/lib/active_support/notifications.rb:166:in `instrument'
2019-05-30T17:34:28.672806+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:651:in `load_config_initializer'
2019-05-30T17:34:28.672807+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
2019-05-30T17:34:28.672808+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:615:in `each'
2019-05-30T17:34:28.672809+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/engine.rb:615:in `block in <class:Engine>'
2019-05-30T17:34:28.672810+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:30:in `instance_exec'
2019-05-30T17:34:28.672811+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:30:in `run'
2019-05-30T17:34:28.672812+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:55:in `block in run_initializers'
2019-05-30T17:34:28.672814+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:228:in `block in tsort_each'
2019-05-30T17:34:28.672815+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:350:in `block (2 levels) in each_strongly_connected_component'
2019-05-30T17:34:28.672816+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:422:in `block (2 levels) in each_strongly_connected_component_from'
2019-05-30T17:34:28.672817+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:431:in `each_strongly_connected_component_from'
2019-05-30T17:34:28.672818+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:421:in `block in each_strongly_connected_component_from'
2019-05-30T17:34:28.672819+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:44:in `each'
2019-05-30T17:34:28.672820+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:44:in `tsort_each_child'
2019-05-30T17:34:28.672821+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:415:in `call'
2019-05-30T17:34:28.672844+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:415:in `each_strongly_connected_component_from'
2019-05-30T17:34:28.672846+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:349:in `block in each_strongly_connected_component'
2019-05-30T17:34:28.672847+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `each'
2019-05-30T17:34:28.672856+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `call'
2019-05-30T17:34:28.672857+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:347:in `each_strongly_connected_component'
2019-05-30T17:34:28.672858+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:226:in `tsort_each'
2019-05-30T17:34:28.672859+00:00 app[web.1]:   /app/vendor/ruby-2.3.4/lib/ruby/2.3.0/tsort.rb:205:in `tsort_each'
2019-05-30T17:34:28.672860+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/initializable.rb:54:in `run_initializers'
2019-05-30T17:34:28.672861+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/railties-4.2.10/lib/rails/application.rb:352:in `initialize!'
2019-05-30T17:34:28.672863+00:00 app[web.1]:   /app/config/environment.rb:5:in `<top (required)>'
2019-05-30T17:34:28.672864+00:00 app[web.1]:   config.ru:3:in `require'
2019-05-30T17:34:28.672865+00:00 app[web.1]:   config.ru:3:in `block in <main>'
2019-05-30T17:34:28.672866+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:55:in `instance_eval'
2019-05-30T17:34:28.672867+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:55:in `initialize'
2019-05-30T17:34:28.672868+00:00 app[web.1]:   config.ru:in `new'
2019-05-30T17:34:28.672869+00:00 app[web.1]:   config.ru:in `<main>'
2019-05-30T17:34:28.672870+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:49:in `eval'
2019-05-30T17:34:28.672872+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:49:in `new_from_string'
2019-05-30T17:34:28.672873+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/rack-1.6.9/lib/rack/builder.rb:40:in `parse_file'
2019-05-30T17:34:28.672874+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/configuration.rb:318:in `load_rackup'
2019-05-30T17:34:28.672875+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/configuration.rb:243:in `app'
2019-05-30T17:34:28.672876+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/runner.rb:138:in `load_and_bind'
2019-05-30T17:34:28.672879+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/cluster.rb:397:in `run'
2019-05-30T17:34:28.672880+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/launcher.rb:183:in `run'
2019-05-30T17:34:28.672882+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/lib/puma/cli.rb:77:in `run'
2019-05-30T17:34:28.672883+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/gems/puma-3.11.2/bin/puma:10:in `<top (required)>'
2019-05-30T17:34:28.672884+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/bin/puma:22:in `load'
2019-05-30T17:34:28.672885+00:00 app[web.1]:   /app/vendor/bundle/ruby/2.3.0/bin/puma:22:in `<top (required)>'
2019-05-30T17:34:28.812565+00:00 heroku[web.1]: State changed from starting to crashed
2019-05-30T17:34:28.784589+00:00 heroku[web.1]: Process exited with status 1

Assuming the app needs to be upgraded?

from boarding.

kristiyandobrev avatar kristiyandobrev commented on July 21, 2024

Unfortunately I am facing the same issue. Did you find a way to resolve that @jabeler ?

from boarding.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.