vscode remote jira not functional

Issue #675 new
Gabriel Millerd created an issue

Issue:

  • When using the plugin in remote mode (MSFT WSL), fails completely, local works amazingly well.

    • As the extension says, configure local, use remote
  • Sidebar is unresponsive

    • Click “My server name Issues” and no results or overt error
    • Click “Search issue results” and no results or overt error
    • Click “Create Issue” and “loading data” with no end
  • Settings

    • After switching to remote mode, the settings page is broken
    • Title area has the error: Something went wrong … 500 Internal Server Error
  • No logging from the plugin details the request made that generated the 500 error

    • Suggest that you add this to the console log or similar
  • I am using extension version v2.10.0, vscode v1.63.1, server v8.5.0-DAILY20190920183006, MacOS 11.6, Win10 too

Notes:

  • Not output in remote servers ~/.vscode-server/data/logs/ related any of this activity
  • Statusbar looks great

Resolution:

"atlascode.enableHttpsTunnel": true

Suggestion:

  • Add “use proxy” to the authentication section

Comments (1)

  1. Arthur Varkentin

    I’m encountering a very similar issue in the context of an corporate proxy. There might be something wrong with the certificates as the local and remote client seem to have different search paths. However, this could explain the described behavior. Looking at the extensions output in debug mode I see this:
    Error while creating agent  Error: ENOENT: no such file or directory, open '****.cer'
    811: client created
    Error: Error executing JQL: Error: timeout of 30000ms exceeded

  2. Log in to comment