-
Notifications
You must be signed in to change notification settings - Fork 14
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
Possible bug: Bootstrap connected to 0 nodes close to us. #93
Comments
Do subsequent lines also say "INFO: Bootstrap connected to 0 nodes close to us" or are they greater than 0? |
Yes, its always 0. Even if i use different code, just the Kademelia part. I can't seem to figure out why the gradle implementation doesn't work, but fork does.
|
I can reproduce this in nabu-chat. Not sure what's going on yet. A work around in the meantime is likely to vendor a locally built nabu jar. That is what we do in Peergos. |
Ok this should be fixed with v0.7.9. Can you try that? |
Confirmed it works. However i had to add this to the gradle or i would get an error, this was not asked before.
If not would get this error:
|
Good day, sorry for disturbing this repo again.
It seems to me i have discovered another possible bug. I would like to confirm it with this repo. For some reason, if i fork nabu, it works well and connects to nodes, but if i try to use grade implementation i cannot connect to any sort of peers or nodes. Even tough i use the same code:
Log output:
Gradle implementation:
implementation 'com.github.Peergos:nabu:latest.release'
INFO: Bootstrap connected to 0 nodes close to us.
Fork: v0.7.7
INFO: Bootstrap connected to 14 nodes close to us.
Same code:
The text was updated successfully, but these errors were encountered: