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 on ghost text request: (FetchError) unable to get local issuer certificate #359

Open
krishnans2006 opened this issue Jul 20, 2023 · 4 comments

Comments

@krishnans2006
Copy link

  • API Key has been entered and shows up in .wakatime.cfg
  • Turned on debug mode through vscode, also shows up in .wakatime.cfg
  • Ctrl+Shift+P > WakaTime: Open Log File... does nothing
  • Hovering over the WakaTime icon on the bottom toolbar (displaying "0 secs") shows "WakaTime: Today's coding time. Click to visit dashboard."
  • Only files in ~/.wakatime are some zip files and wakatime-internal.cfg (no log file)
  • Running on WSL, "This extension is enabled in the Remote Extension Host because it prefers to run there."

I tried setting no_ssl_verify = true from #111 but nothing changed.

@alanhamlett
Copy link
Member

alanhamlett commented Jul 20, 2023

What error messages do you see in your vscode dev console window?

This extension is enabled in the Remote Extension Host because it prefers to run there

That means you're using the Remote Development extension to work on files on a remote Windows machine?

Error on ghost text request: (FetchError) unable to get local issuer certificate

Is this an error message you're seeing somewhere?

@krishnans2006
Copy link
Author

What error messages do you see in your vscode dev console window?

Sorry if it wasn't clear - I was seeing the error used in the title:
Error on ghost text request: (FetchError) unable to get local issuer certificate

That means you're using the Remote Development extension to work on files on a remote Windows machine?

Not exactly - I was using Remote Development to work on files within WSL.

@ManuelYepiz
Copy link

ManuelYepiz commented Nov 13, 2023

Hi,

I'm trying to get suggestions for T-SQL in Visual Studio 2022, I have installed SQL related packages like the SQL Server Data Tools, etc. I opened a connection to my STG Instance, and started creating a new Stored Procedure. I'm trying to get a suggestion by adding a comment inline (SET @StartDateTimeFilter = --my comment) asking to create code to get current date minus one hour, just as a test. But I get outputs from copilot as follows:

[INFO] [RequestProposalsAsync] 0 completions available.
statusNotification: Warning: unable to get local issuer certificate
[ERROR] [ghostText] [2023-11-13T19:00:38.080Z] Error on ghost text request: (FetchError) unable to get local issuer certificate

I am already logged in with a GitHub account. I am working from home using a VPN but other people from my company have been able to use copilot without issues also through the VPN.

Is there anything on my side I could try?

Thx.

@nklsla
Copy link

nklsla commented Nov 15, 2023

See my comment for a solution that helped me regarding this error message

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

4 participants