rriverak / vscode-gitlab-explorer

VSCode extension for working with GitLab Project Items, supporting both GitLab.com and custom GitLab Servers
MIT License
5 stars 3 forks source link

Gitlab Explorer cannot connect to self hosted Gitlab #7

Open vincowl opened 5 years ago

vincowl commented 5 years ago

While having set up gitlab-explorer.serverAddress and gitlab-explorer.personalToken which values are the same for the working Gitlab Workflow extension, the following message is displayed in the Gitlab Project Explorer window.

There is no data provider registered that can provide view data.

Using :

oversize commented 5 years ago

I'm having the same error. Using:

I'm sitting behind a corporate proxy though, and have a local cntlm proxy through which i have to forward all my traffic. I run VSCode using the --proxy-server for that (works at least for the marketplace and the download of extensions).

oversize commented 5 years ago

So, i found this error Message in the developer console:

Activating extension 'rrivera.vscode-gitlab-explorer' failed: Cannot find module './Providers/gitlab/api'. t._logMessageInConsole @ /usr/share/code/resources/app/out/vs/workbench/workbench.main.js:5723 which seems pretty clear about what the underlying problem is. Only thing is i have yet to figure out how to install that module into my environment. I'd guess that the module is missing from the package.json, but then alot more people would have experienced this issue!?

jnunderwood commented 5 years ago

I am also seeing the same error when using our self-hosted gitlab instance. Any updates?

manueloterino commented 5 years ago

Same issue on VSCodium 1.33.1 and self hosted gitlab instance. Any updates?

fjahn78 commented 5 years ago

I have a similar problem connecting to a self hosted gitlab-ce server.

Gitlab Explorer: Error => unable to verify first certificate

is this project still alive?

gabrielmancini commented 5 years ago

+1

Jae-Danner commented 5 years ago

The issue is with the path specified '/Providers/gitlab/api' the actual path is /providers/gitlab/api