Skip to content

Error creating thread: json: cannot unmarshal object into Go value of type bool #7

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

Open
chrismwendt opened this issue Oct 16, 2018 · 2 comments

Comments

@chrismwendt
Copy link

2018-10-16 13 22 50

Here's how I encountered this:

The discussions extension is not disabled in my user settings or client settings. Is anyone else able to repro? If not, what might be different between our accounts?

cc @slimsag

@emidoots
Copy link
Member

Sorry you are running into this still, I forgot to track this down. I will figure out what is going on here tonight. I think this has to be something to do with your account settings. You've tried in an incognito window already, so it can't be client settings, correct?

@chrismwendt
Copy link
Author

Yeah, I just tried incognito, same error. Here are my user settings:

{
  "extensions": {
    "langserver/java": {},
    "sourcegraph/codecov": true,
    "sourcegraph.sgdev.org/sourcegraph/cx-basic-code-intel": false,
    "sourcegraph.sgdev.org/chris/test": true,
    "sourcegraph.sgdev.org/chris/hello-world": true,
    "langserver/javascript": false,
    "langserver/typescript": false,
    "langserver/go": true,
    "sqs/sourcegraph-hello-world": false,
    "sourcegraph.sgdev.org/chris/cx-hello-world-hover": true
  },
  "codecov.decorations": {
    "hide": true
  },
  "codecov.decorations.lineCoverage": false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants