8go / matrix-commander-rs

simple but convenient CLI-based Matrix client app for sending and receiving (in Rust)
GNU General Public License v3.0
91 stars 5 forks source link

Bug: Unable to post message on --login: Invalid Room #44

Closed ctron closed 11 months ago

ctron commented 1 year ago

I try to publish a message to a room:

matrix-commander-rs --login password --homeserver https://matrix.org --device github-bot-1  --user-login @***:matrix.org --password "***" --room-default '!heUmIqxVhZejiSjzVu:matrix.org' --message "Hello World" --logout me

However, I get the following error:

2023-06-07T14:47:44.392583Z ERROR matrix_commander_rs: Error: crate::message reported Invalid Room

Using matrix-commander with the same arguments works though.

schorschfunke commented 1 year ago

You can try the real room name #xxx:matrix.org

ctron commented 1 year ago

I tried that too, with the same result.

8go commented 11 months ago

This has been fixed, please @ctron get the latest release