matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.2k stars 240 forks source link

send_attachment error #4041

Closed Maestix closed 1 day ago

Maestix commented 1 day ago

Tried to test "image_bot" example from this repo. Successfully logged in to server, then triggered bot with "!image". After this example panic with this message "sending image thread 'main' panicked at src/main.rs:26:10: called Result::unwrap() on an Err value: Http(Api(Server(ClientApi(Error { status_code: 401, body: Standard { kind: UnknownToken { soft_logout: false }, message: "Authentication Failed" } }))))" How i can fix this?

Maestix commented 1 day ago

server side problem