GitLabProvider icon indicating copy to clipboard operation
GitLabProvider copied to clipboard

Find-Package fails to return any results

Open MatthewSteeves opened this issue 6 years ago • 2 comments

Find-Package -ProviderName GitLab -Source [redacted] -Name * -Credential $credential -Verbose
VERBOSE: Using the provider 'GitLab' for searching packages.
WARNING: Object reference not set to an instance of an object.

See #4 for setup steps taking prior to this.

I have verified that the GitLab server returns results using:

Invoke-WebRequest -Uri http://.../api/v4/projects

StatusCode        : 200
StatusDescription : OK
Content           : [{"id":413,"description":"A Powershell module that allows...

MatthewSteeves avatar Apr 05 '19 19:04 MatthewSteeves

Hi @MatthewSteeves. Did you solve this issue? I'm running into the same issue.

kobelobster avatar Nov 08 '19 15:11 kobelobster

Hey Theo, unfortunately I never did. Eventually gave up and just had to host my modules outside of Gitlab while keeping source code in there.

On Friday, November 8, 2019, Theo Tzaferis [email protected] wrote:

Hi @MatthewSteeves https://github.com/MatthewSteeves. Did you solve this issue? I'm running into the same issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/akamac/GitLabProvider/issues/5?email_source=notifications&email_token=ALYJFVOBBVO653SXDT3T23DQSV5WFA5CNFSM4HD6ICC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDSMAMY#issuecomment-551862323, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALYJFVKYQZ77IR7DPEEFGPTQSV5WFANCNFSM4HD6ICCQ .

-- Sent from my iPhone

MatthewSteeves avatar Nov 12 '19 10:11 MatthewSteeves