Michael Dilger
Michael Dilger
Bad ass stuff guys. I'm impressed.
What version is the homebrew installing? Previous versions tried to include ffmpeg support, and I found that so fragile that I have stopped doing it. I just released 0.10.1 today.
I can't fix the brew version since I don't maintain it. But if it fails with DRI errors, whoever maintains it should probably disable the ffmpeg feature, or figure out...
Your gossip configuration is stored in your gossip directory which is a subdirectory of your data_dir defined here: `https://docs.rs/dirs/latest/dirs/fn.data_dir.html` So something like (use your drive letter and username): `C:\Users\Alice\AppData\Roaming\gossip\` You...
The term "passphrase" is used in order to encourage users to use longer passwords. Once you are running, please go to the menu "Relays > Active Relays" at let me...
Are you running it from a console window? Do you have the console output? There might be a message in there as to what precisely is happening. The cause is...
There is some TLS problem. If you compile, you can use a different TLS setup. Compiling isn't very difficult but you have to install git and rust: 1) Install git...
Maybe this Razor Chroma thing added a root certificate to your local certificate store that is somehow corrupt, and now all your SSL connections don't work.
In case this still isn't working, the compile options most likely to work are: 1) native-tls : the native TLS code is less strict and might be okay with the...
I'll open a separate issue for that.