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

Issue: Unable to Download Libraries from lsp.dev Domain #1050

Closed
FairyTale5571 opened this issue Jan 19, 2025 · 2 comments · Fixed by #1054
Closed

Issue: Unable to Download Libraries from lsp.dev Domain #1050

FairyTale5571 opened this issue Jan 19, 2025 · 2 comments · Fixed by #1054

Comments

@FairyTale5571
Copy link

FairyTale5571 commented Jan 19, 2025

The libraries hosted on the lsp.dev domain are no longer accessible. It seems that the domain is no longer functional, resulting in download failures.

Steps to Reproduce
Attempt to download libraries or dependencies hosted on the lsp.dev domain.
Observe the connection or download failure.

What I Tried
Used VPNs across multiple countries.
Tested downloads on various devices and networks.
Verified the issue persists across different configurations and setups.

Actual Behavior
The libraries fail to download due to the domain lsp.dev being unresponsive.

Image
@FairyTale5571
Copy link
Author

I don't think this will be fixed anytime soon on their side, it will be easier to fork and upload them somewhere else or choose another library.

@SierraJC
Copy link

You may be able to use gomod replace directive to replace go.lsp.dev/* with github.com/go-language-server/*. E.g.

replace (
	go.lsp.dev/jsonrpc2 => github.com/go-language-server/jsonrpc2 v0.10.0
	go.lsp.dev/pkg => github.com/go-language-server/pkg v0.0.0-20210717090340-384b27a52fb2
	go.lsp.dev/uri => github.com/go-language-server/uri v0.3.0
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants