Piefed contributor and part of the piefed.social admin team.

  • 15 Posts
  • 68 Comments
Joined 2 years ago
cake
Cake day: November 20th, 2024

help-circle






  • You can’t register from within Voyager, but you can log in to an existing account (the button on the lower right of the adding an account screen). The reason you can’t register a new piefed account in Voyager is because that functionality doesn’t exist in the API yet.

    I was able to log in to feddit just fine using curl, so it seems to be voyager-specific. Not sure if there might be an errant cloudflare challenge or other kind of proxy-level filtering that it might be getting caught up in.

    Not sure if @aeharding@vger.social might have suggestions for how to help ID the issue or get a more descriptive error message.















  • Speaking for PieFed (I have no idea for lemmy, but I suspect it is in a similar situation), this isn’t something the API currently supports, so Voyager would have no way of knowing the save order of your bookmarks unless it is recording the save times for all the bookmarks you are saving from within the app. However, I just had a bit of a look through the code, and we do record the timestamp of when something is bookmarked, so we can sort that way. It would be a bit of work to include the logic for this, but it seems doable.


  • wjs018@piefed.socialtoVoyager@lemmy.worldCan't vote anymore
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    7 months ago

    I just tried to replicate this and I think there is a bug introduced in the past day or two in the PieFed code. Since piefed.zip is running the development version of the code (as opposed to stable), these kinds of bugs are going to happen from time to time. I will try to work on a fix today.

    Edit: the fix was pretty easy. I just pushed an update to the code to fix this, so it will start working again whenever piefed.zip updates (I think they automatically update once per day).