OneGet / MicrosoftDockerProvider

Provider to search, save and install Docker
Other
133 stars 55 forks source link

Finding packages shows nothing but warnings #12

Closed mterwoord closed 7 years ago

mterwoord commented 7 years ago

When I run Find-Package –providerName DockerMsftProvider all I see are 2 warnings:

WARNING: Cannot find path 'C:\Users\ADMINI~1\AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIndex.json' because it does not exist.
WARNING: Save-HTTPItem: Bits Transfer failed. Job State:  ExitCode = -2147023651

What am I doing wrong?

jayshah-msft commented 7 years ago

@mterwoord, This could be same as https://github.com/OneGet/MicrosoftDockerProvider/issues/11 Let me know if that doesn't solve your issue.

Cheers, Jay!

mterwoord commented 7 years ago

It seems related. I am using powershell direct. Maybe its possible to have the provider notify that? (or mention it smewhere else, easily found)

mterwoord commented 7 years ago

That did the trick. Thanks!

jayshah-msft commented 7 years ago

@mterwoord Added https://github.com/OneGet/MicrosoftDockerProvider/commit/b81f8869fb312607d482b7b00ffd64c79d32415f as per your recommendation.

Thank you for your feedback, patience and continued patronage.

Cheers, Jay!