-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error trying to run ./sbot publish
#36
Comments
Just ran into the same error when attempting to publish a simple text message with
|
|
Resolved the issue for me. @murilopolese this is solved once you apply the fix to |
Oh! Cool! Thanks a lot! 👍 |
I have just pulled the latest docker image and in fact if I publish a single word it works but if I publish anything with a space it still breaks:
|
I run this pub on a docker container and the processes is running as follow:
I can run
./sbot whoami
and./sbot invite.create 1
.In the past I managed to run
./sbot publish --type about --about @xzVNju0I2n3N7SlAc76BSx0HKAoUCkWwNu7vsuZNyNU=.ed25519 --name PUBNAME
But when I try to add a description or a name with whitespaces (therefore wrapped in
"
, right?) I get the following error:What am I doing wrong this time?
The text was updated successfully, but these errors were encountered: