terhechte / Ebou

A cross platform Mastodon Client written in Rust
https://terhech.de/ebou/
GNU General Public License v3.0
529 stars 32 forks source link

Failed to connect to pleroma #12

Open rakoo opened 1 year ago

rakoo commented 1 year ago

Hey there, ebou looks like a beautiful project ! Unfortunately I can't get it to run on my pleroma instance, I get this error:

src/environment/native/model.rs:616 2023-06-24T13:05:59 [ERROR] - API Error: login RequestError(reqwest::Error { kind: Decode, source: Error("missing field `invites_enabled`", line: 1, column: 1982) })

Is this expected ?

terhechte commented 1 year ago

Hey!

Ebou uses a Mastodon / Pleroma library called megalodon-rs. I just updated the dependency to the most recent version.

Could you try with the Ebou code in this PR to see if that fixes it for you? If not, then it would be superb if you could create an issue in the Megalodon repository.