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

Repository rename is causing issues #2

Open
criadoperez opened this issue Oct 9, 2023 · 0 comments
Open

Repository rename is causing issues #2

criadoperez opened this issue Oct 9, 2023 · 0 comments

Comments

@criadoperez
Copy link

Running the command in the README.md file, produces the following error.

./bin/run-boinc --project-url https://einsteinathome.org/ --weak-account-key  xxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxx  --domain einsteinathome.org --domain scheduler.einsteinathome.org --domain einstein.phys.uwm.edu --domain einstein-dl.syr.edu --domain .aei.uni-hannover.de
panic: Internal Server Error
: exit status 1

goroutine 1 [running]:
main.main()
        github.com/bacalhau-project/boinc-integration/cmd/run-boinc/main.go:52 +0x474

It's trying to reach a repository which doesn't exist anymore (boinc-integration).

I'm assuming this repository was renamed to "run-boinc". However editing this line of code and changing it the new repository (run-boinc) still fails.

panic: Internal Server Error
: exit status 1

goroutine 1 [running]:
main.main()
        github.com/bacalhau-project/run-boinc/cmd/run-boinc/main.go:52 +0x474
 

Not sure if it's related but also noticed that domain aei.uni-hannover.de doesn't respond.

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