Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Setup Team Chat to work for your account. #472

Closed
huhudev-git opened this issue Aug 5, 2020 · 2 comments
Closed

Error: Setup Team Chat to work for your account. #472

huhudev-git opened this issue Aug 5, 2020 · 2 comments

Comments

@huhudev-git
Copy link

huhudev-git commented Aug 5, 2020

What version of Go, VS Code & VS Code Go extension are you using?

  • Run go version to get version of Go
    • go version go1.14.6 windows/amd64
    • it also crashed on linux.
  • Run code -v or code-insiders -v to get version of VS Code or VS Code Insiders
    • 1.47.3
    • 91899dcef7b8110878ea59626991a18c8a6a1b3e
    • x64
  • Check your installed extensions to get the version of the VS Code Go extension
    • 0.16.0
  • Run go env to get the go development environment details
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\huhu\AppData\Local\go-build
set GOENV=C:\Users\huhu\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\huhu\go
set GOPRIVATE=
set GOPROXY=https://proxy.golang.org,direct
set GOROOT=C:\Library\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=C:\Library\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\huhu\AppData\Local\Temp\go-build914854702=/tmp/go-build -gno-record-gcc-switches

Describe the bug

After starting vscode, the extension crashes unexpectedly if is a go project.
When I switch to version 0.15.0, everything works fine.

c:\Users\huhu\.vscode\extensions\golang.go-0.16.0\dist\goMain.js:26315
    throw err;
    ^

[Error: Setup Team Chat to work for your account.
	at c:\Users\huhu\.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151:179152
	at Timeout._onTimeout (c:\Users\huhu\.vscode\extensions\karigari.chat-0.35.0\out\extension.js:151:179182)
	at listOnTimeout (internal/timers.js:531:17)
	at processTimers (internal/timers.js:475:7)] {
  vslsStack: [ CallSite {}, CallSite {}, CallSite {}, CallSite {} ]
}

Steps to reproduce the behavior:

  1. Open VSCode
  2. Open a Golang project
  3. Wait a while, it crashes

Screenshots or recordings

image

@hyangah
Copy link
Contributor

hyangah commented Aug 5, 2020

@huhugiter thanks for the report.
this is a duplicate of #469.
We accidentally installed a process-wide unhandled exception handler :-(

@hyangah hyangah closed this as completed Aug 5, 2020
@hyangah
Copy link
Contributor

hyangah commented Aug 5, 2020

BTW - thanks for this bug report. I could reproduce the problem based on this report.

@golang golang locked and limited conversation to collaborators Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants