We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the command in the README.md file, produces the following error.
README.md
./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.
aei.uni-hannover.de
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running the command in the
README.md
file, produces the following error.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.
Not sure if it's related but also noticed that domain
aei.uni-hannover.de
doesn't respond.The text was updated successfully, but these errors were encountered: