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

make get fails #120

Open
ghost opened this issue Oct 26, 2021 · 2 comments
Open

make get fails #120

ghost opened this issue Oct 26, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 26, 2021

Hi,

I've ran the make get command and there's a repo that's seems to be private or that was deleted. Anyway, I'd like to try your package but it seems impossible at the moment.

make get
go get -d -v ./...
go: github.com/lanikai/oahu/[email protected]: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /home/alex/go/pkg/mod/cache/vcs/b31fd0c73a8293214deae52b6714931ccf64deb00ffbabb9b5dbea86f52b8fcf: exit status 128:
	remote: Repository not found.
	fatal: repository 'https://github.com/lanikai/oahu/' not found
Makefile:13: recipe for target 'get' failed
make: *** [get] Error 1
@thinkski
Copy link
Member

Thanks for reporting this. Oahu was a backend signaling service that is no longer available. The README.md should be updated and this signaling code removed -- consider internal/signaling/ more sample code than something that works out of the box. You'll need to build your own backend service for signaling (not too difficult, simply exchanges strings between the browser and alohartc).

@ghost
Copy link
Author

ghost commented Oct 29, 2021

Oh I see. Thanks for the quick reply.

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

No branches or pull requests

1 participant