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

Install script failing on go build #5

Open
sherwinski opened this issue Dec 21, 2023 · 0 comments
Open

Install script failing on go build #5

sherwinski opened this issue Dec 21, 2023 · 0 comments

Comments

@sherwinski
Copy link

Hello and thanks for creating this package 👋

I ran into the following error when executing the installation script as detailed in the project installation steps:

$ ./scripts/install.sh
# github.com/TrackerControl/xray-archiver-android-ios/pipeline/analyzer
./main.go:61:7: undefined: db.SetManifest
./main.go:148:36: too many arguments in call to db.GetAppsToAnalyze
	have (number)
	want ()

It looks to be referencing db.GetAppsToAnalyze from sociam/xray-archiver rather than the one internal to this project.

For what it might be worth, I also had an issue running this step right before:

$ go get github.com/TrackerControl/xray-archiver-android-ios/pipeline

and attempted to remedy it by running:

$ go mod init github.com/TrackerControl/xray-archiver-android-ios
$ go mod tidy

Any ideas on what I might be missing? I'm not well-versed in go libraries so I might be missing something obvious. Would appreciate any help working through this issue - thanks!

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