jfrog / jfrog-vscode-extension

JFrog VS-Code Extension
https://jfrog.github.io/jfrog-vscode-extension
Apache License 2.0
188 stars 35 forks source link

Error: Request failed with status code 404 #70

Closed gpant closed 4 years ago

gpant commented 4 years ago

Describe the bug Everytime I start vscode with a go project I get this: Error: Request failed with status code 404 and obviously no feature for the extension is functional.

To Reproduce Start vscode

Expected behavior working extension

Screenshots https://i.imgur.com/yUW5PSY.png

Versions

Additional context Add any other context about the problem here.

yahavi commented 4 years ago

Thanks for reporting this issue, @gpant. I looked into it and apparently, the GoCenter REST API returns 404. We are working hard to resolve this quickly. We'll keep you updated.

ankushchadha commented 4 years ago

The issue has been identified and the fix has been tested on pre-prod environments. The fix will be deployed tonight pacific time.

In addition, we identified that there were some annotations set that prevented specific tests to execute that would have detected this regression. The team removed that specific annotation and made sure that we don't have a similar problem elsewhere.

ankushchadha commented 4 years ago

A fix was pushed to GoCenter. Can you try again? HTTP 404s shouldn't be observed. We have also taken steps to avoid regressions for such use cases going forward.

gpant commented 4 years ago

Just tested it and it works perfectly fine now. Thanks for this amazing service btw.