rage / tmc-vscode

TestMyCode extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=moocfi.test-my-code
MIT License
25 stars 6 forks source link

Unable to configure vscode plugin for TMC #632

Open sumitb opened 3 years ago

sumitb commented 3 years ago

Describe the bug Connection error trying to GET https://tmc.mooc.fi/api/v8/application/vscode_plugin/credentials

To Reproduce Steps to reproduce the behavior:

  1. Go to Login to TMC, enter email and password
  2. Click on Submit
  3. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

TMC Extension logs TMC -> Settings -> Set log level to verbose and reproduce error and paste logs. I did set log level to verbose, unable to find any specific log files.

Additional context Add any other context about the problem here.

jolampi commented 3 years ago

Hello, sorry to hear that you are having issues with the extension. Looks like your computer is preventing the bundled in tmc-langs binary from connecting to the internet. This might be an issue for example with your firewall.

To find logs, please select View -> Output. Then from the dropdown menu in the bottom panel select TestMyCode. There you should be able to find the actual location of the tmc-langs binary and try adding an exception for it.

sebazai commented 3 years ago

Hello @sumitb , we release version 2.1.1 which should have better MacOS 11.6 support. Could you please give it a try.