Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No versions load (both rust and pnpm) #130

Open
lishaduck opened this issue Sep 5, 2024 · 4 comments
Open

No versions load (both rust and pnpm) #130

lishaduck opened this issue Sep 5, 2024 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lishaduck
Copy link

lishaduck commented Sep 5, 2024

Describe the bug
It just gives !!! for everything, both latest and outdated.

To Reproduce
Steps to reproduce the behavior:

  1. Open a manifest
  2. It's all cluttered

Expected behavior
The functionality works.

Screenshots
Screenshot 2024-09-05 at 10 10 39 AM

Details

Congratulations, your extension "dependi" is now active!
Updated version
v1/public/telemetries:POST 204-No Content
Error fetching versions for wrap-ansi: Error: statusCode=302:
... (lots more of the same error, but for other packages)
v1/public/telemetries:POST 204-No Content
v1/public/telemetries:POST 204-No Content
v1/public/telemetries:POST 204-No Content

Desktop (please complete the following information):

  • OS: macOS
  • Version v0.7.8

Additional context
I am behind a firewall, but it's not one that's very restrictive.
Most things work (including all the other vscode extensions I use)

@MOzanGul MOzanGul added the bug Something isn't working label Sep 6, 2024
@MOzanGul MOzanGul added this to the 0.7.10 milestone Sep 6, 2024
@MOzanGul MOzanGul removed this from the 0.7.10 milestone Sep 6, 2024
@kadirkaang
Copy link
Contributor

Hi @lishaduck,

Thanks for the report! We couldn’t replicate the issue, but it might be firewall-related. Could you run these commands and share the output?

curl -I https://registry.npmjs.org/wrap-ansi
curl -I https://index.crates.io/se/rd/serde

Thanks!

@lishaduck
Copy link
Author

HTTP/2 200 
date: Wed, 11 Sep 2024 12:19:19 GMT
content-type: application/json
cf-ray: 8c179afc1eb34de5-MCI
cf-cache-status: HIT
accept-ranges: bytes
access-control-allow-origin: *
age: 284
cache-control: public, max-age=300
etag: "096b0befe71ac4a3b08a6a2255515b73"
last-modified: Sat, 28 Oct 2023 17:40:35 GMT
vary: accept-encoding, accept
server: cloudflare

&

HTTP/2 200 
content-type: text/plain
content-length: 143070
last-modified: Fri, 06 Sep 2024 18:17:44 GMT
x-amz-server-side-encryption: AES256
x-amz-version-id: XCiqiF8qbG7aUYMzQTeXNyYFiknl4clQ
accept-ranges: bytes
server: AmazonS3
date: Wed, 11 Sep 2024 12:17:54 GMT
cache-control: public,max-age=600
etag: "1439e33ee097c1fdf71d61b9d343594d"
vary: Accept-Encoding
x-cache: Hit from cloudfront
via: 1.1 1297ec043592c7b1473e5982c5d90ea2.cloudfront.net (CloudFront)
x-amz-cf-pop: MCI50-P1
x-amz-cf-id: Q6uHEHz1wwHONeCiAylX3a7inLjWsJ_GBUHEi9ShCnY2LrvDTT5Q5w==
age: 92

@kadirkaang
Copy link
Contributor

Hi @lishaduck,

Since the curl commands worked, could you check the Developer Tools console for errors?
Here's how to open Developer Tools:
image

Thanks!

@lishaduck
Copy link
Author

Since the curl commands worked, could you check the Developer Tools console for errors? ...Thanks!

Yeah, there's a lot of errors (I turned off other extensions as there was a lot of noise, doubt that they're relevant).

vscode-app-1726067446621.log

@MOzanGul MOzanGul modified the milestone: 0.7.10 Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants