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
rustle publish
E.g.
./target/debug/rustle --secret-file ~/.ssb-rustle publish --dbpath /tmp/ssb-db.sqlite3 --offsetpath /tmp/ssb-db.offset --content '{"type":"post", "text": "rustle rustle rustle"}'
This hangs indefinitely; it should fail gracefully.
--secret-file ~/.ssb-rustle/secret works fine.
--secret-file ~/.ssb-rustle/secret
The text was updated successfully, but these errors were encountered:
Does not happen on Fedora 31 with Linux.
Error: ReadSecretFile { source: FileRead { path: "/home/user/.ssb-rustle", source: Os { code: 21, kind: Other, message: "Is a directory" } } }
I would file a bug against the std.
std
What platform are you on?
Sorry, something went wrong.
No branches or pull requests
E.g.
This hangs indefinitely; it should fail gracefully.
--secret-file ~/.ssb-rustle/secret
works fine.The text was updated successfully, but these errors were encountered: