well the login now worked, but the console hangs, ...
# general
b
well the login now worked, but the console hangs, the previous call returned:
Copy code
error: could not deserialize deployment: reading response from API: read tcp 192.168.0.119:52138->52.26.53.20:443: read: connection reset by peer
<http://github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).getTarget|github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).getTarget>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/httpstate/state.go:291
<http://github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).newUpdate|github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).newUpdate>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/httpstate/state.go:247
<http://github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).runEngineAction|github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).runEngineAction>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/httpstate/backend.go:951
<http://github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).apply|github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).apply>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/httpstate/backend.go:934
<http://github.com/pulumi/pulumi/pkg/backend.PreviewThenPrompt|github.com/pulumi/pulumi/pkg/backend.PreviewThenPrompt>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/apply.go:114
<http://github.com/pulumi/pulumi/pkg/backend.PreviewThenPromptThenExecute|github.com/pulumi/pulumi/pkg/backend.PreviewThenPromptThenExecute>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/apply.go:199
<http://github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).Refresh|github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudBackend).Refresh>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/httpstate/backend.go:819
<http://github.com/pulumi/pulumi/pkg/backend.RefreshStack|github.com/pulumi/pulumi/pkg/backend.RefreshStack>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/stack.go:87
<http://github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudStack).Refresh|github.com/pulumi/pulumi/pkg/backend/httpstate.(*cloudStack).Refresh>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/backend/httpstate/stack.go:152
<http://github.com/pulumi/pulumi/cmd.newRefreshCmd.func1|github.com/pulumi/pulumi/cmd.newRefreshCmd.func1>
/home/travis/gopath/src/github.com/pulumi/pulumi/cmd/refresh.go:127
<http://github.com/pulumi/pulumi/pkg/util/cmdutil.RunResultFunc.func1|github.com/pulumi/pulumi/pkg/util/cmdutil.RunResultFunc.func1>
/home/travis/gopath/src/github.com/pulumi/pulumi/pkg/util/cmdutil/exit.go:112
<http://github.com/spf13/cobra.(*Command).execute|github.com/spf13/cobra.(*Command).execute>
/home/travis/gopath/pkg/mod/github.com/spf13/cobra@v0.0.3/command.go:766
<http://github.com/spf13/cobra.(*Command).ExecuteC|github.com/spf13/cobra.(*Command).ExecuteC>
/home/travis/gopath/pkg/mod/github.com/spf13/cobra@v0.0.3/command.go:852
<http://github.com/spf13/cobra.(*Command).Execute|github.com/spf13/cobra.(*Command).Execute>
/home/travis/gopath/pkg/mod/github.com/spf13/cobra@v0.0.3/command.go:800
main.main
/home/travis/gopath/src/github.com/pulumi/pulumi/main.go:49
runtime.main
/home/travis/.gimme/versions/go1.13.9.linux.amd64/src/runtime/proc.go:203
runtime.goexit
/home/travis/.gimme/versions/go1.13.9.linux.amd64/src/runtime/asm_amd64.s:1357
b
Can you open an issue on Pulumi/Pulumi GitHub repository and post some steps I can try to reproduce this and the versions of Pulumi and the providers you are using?