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

The Outline CLI references to the invalid version of Outline SDK #182

Open
Sergei-Nikiforov opened this issue Feb 18, 2024 · 0 comments
Open
Labels
bug Something isn't working go Pull requests that update Go code tools

Comments

@Sergei-Nikiforov
Copy link

Hi guys.

  1. Looks like the Outline CLI references to the invalid version of Outline SDK.
    If I run go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@latest -transport "ss://<outline-server-access-key>" under the root I get the rrorr:

go: downloading github.com/Jigsaw-Code/outline-sdk v0.0.12-0.20240117212550-6cd87709dc1e
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_packet_proxy.go:21:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_device.go:24:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_packet_proxy.go:23:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_device.go:25:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/examples/outline-cli/outline_device.go:26:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/shadowsocks.go:25:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/config.go:25:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/config.go:26:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/tls.go:23:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770
/root/go/pkg/mod/github.com/!jigsaw-!code/outline-sdk/[email protected]/config/config.go:27:2: github.com/Jigsaw-Code/[email protected]: invalid version: unknown revision 6cd8770

  1. This commit hash works: go run github.com/Jigsaw-Code/outline-sdk/x/examples/outline-cli@7294484 -transport "ss://<outline-server-access-key> but https://www.dnsleaktest.com/ shows the dns leaks.
@daniellacosse daniellacosse added bug Something isn't working go Pull requests that update Go code labels Feb 26, 2024
@fortuna fortuna added the tools label May 7, 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 go Pull requests that update Go code tools
Projects
None yet
Development

No branches or pull requests

3 participants