You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
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:
and attempted to remedy it by running:
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!
The text was updated successfully, but these errors were encountered: