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
I expect details what Terminus is actually doing, which is particularly important when trying to debug a problem.
Actual behavior
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/site-names/SITENAME
Method: GET
Body: null
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/sites/SITEUUID?site_state=true
Method: GET
Body: null
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/site-names/SITENAME
Method: GET
Body: null
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/sites/SITEUUID/environments
Method: GET
Body: null
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/sites/SITEUUID/code-upstream-updates?base_branch=refs/heads/master
Method: GET
Body: null
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/sites/SITEUUID/environments/dev/variables
Method: GET
Body: null
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/sites/SITEUUID/environments/dev/build/updates
Method: GET
Body: null
[notice] Applying 1 upstream update(s) to the dev environment of SITENAME...
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**","Content-Type":"application/json","Content-Length":76}
URI: https://terminus.pantheon.io:443/api/sites/SITEUUID/environments/dev/workflows
Method: POST
Body: {"type":"apply_upstream_updates","params":{"updatedb":false,"xoption":true}}
0/7 [>---------------------------] Applying upstream updates to "dev"
[info] #### REQUEST ####
Headers: {"User-Agent":"Terminus/3.0.5-dev (php_version=8.0.17&script=bin/terminus)","Accept":"application/json","Authorization":"**HIDDEN**"}
URI: https://terminus.pantheon.io:443/api/sites/SITEUUID/workflows/d774e1dc-01cd-11ed-a2a8-42010a800117
Method: GET
Body: null
[that is repeated 273 times]
[error] The operation failed to complete.
While it does indicate "Applying upstream updates to "dev", it doesn't provide any further details and then ultimately crashes, making it impossible to debug the problem.
The text was updated successfully, but these errors were encountered:
Platform
(X) MacOS
( ) Linux
( ) Winderz
Installed Via
( ) Homebrew
( ) Apt Package
(X) Manually
PHP Version
( ) 7.4x
(X) 8.0
( ) 8.1
Command Executed
Expected behavior
I expect details what Terminus is actually doing, which is particularly important when trying to debug a problem.
Actual behavior
While it does indicate "Applying upstream updates to "dev", it doesn't provide any further details and then ultimately crashes, making it impossible to debug the problem.
The text was updated successfully, but these errors were encountered: