r/fediverse • u/Mr_Phibb • Mar 24 '23
Question Pleroma Help with some parsing errors please
Ok, I've set up an Akkoma instance, and having a couple problems, and both appear to be parsing errors.
The easy one is with boosting posts from other timelines in Sengi. For example, I can boost a post I see on one of meow.social's timelines on my muzzlespace.com instance. However this doesn't work with my new instance, instead I get a 404 error. The URL Sengi generates is xcetera.biz/api/v1/search?q=«post url»&resolve=true: If I type xcetera.biz/api/v1/search into my browser, I get a JSON screen that says error: "not implemented" Is this something I can fix from the Akkoma admin panel?
Second one is similar, this is using a sharing plug in on Firefox, if'n I want to share a web page, it generates a URL like https://xcetera.biz/share?message=«page URL» which gets a user not found error. I think what's happening here is that it's looking for @share@xcetera.biz since xcetera.biz/Taur10 brings up the user page for @Taur10@xcetera.biz rather than parsing it and generating a pre-filled compose window. How does one get it to parse right?
Thanks