-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can people get messages on v0.2? #44
Comments
Oh, wait, go 1.17? Could you upgrade to 1.18 and rebuild? |
Just on a side-note, in case this still persists, please try the following: Remove the IPFS repo that Superhighway84 was using, e.g.: mv ~/.ipfs ~/.ipfs.old Initialize a new repository using the up to date IPFS version (0.12): ipfs init Optionally reconfigure the lowpower profile: ipfs config profile apply lowpower And try launching Superhighway84: superhighway84
2022/05/27 00:10:45 loading configuration ...
2022/05/27 00:10:45 initializing logger ...
2022/05/27 00:10:45 initializing cache ...
2022/05/27 00:10:45 initializing TUI and loading database, please wait ...
2022/05/27 00:10:45 initializing database ...
2022/05/27 00:10:45 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.
2022/05/27 00:10:46 connecting database ... This step could take a significant amount of time and it might seem as if it's hanging. You can check the log for more info: tail -f ~/.cache/superhighway84.log PS: To get rid of the warning, as usual: sysctl -w net.core.rmem_max=2500000 |
If you're still facing issue, there's a last resort, which is, removing the local db and starting with a fresh database. You can do so like this: mv ~/.cache/superhighway84 ~/.cache/superhighway84.old
mv ~/.cache/superhighway84.program ~/.cache/superhighway84.program.old This way Superhighway84 will resync everything from ground up, which might take some time as well. You'll initially be greeted with an empty interface, but after a few seconds/minutes you should be able to see content coming in. If not, Ctrl+Q and restart it. If you should still be having issues, please post some output from the log I mentioned before. Make sure to anonymize everything that you're not comfortable with sharing. |
This no longer works; after moving/removing those two items, superhighway84 fails to start, with:
ETA: If somebody else runs into this, deleting |
I wasn't getting any messages with the new update.
I checked my logs and saw this occasionally,
Although, I'm not seeing it on other machines.
The text was updated successfully, but these errors were encountered: