this post was submitted on 17 Feb 2025
6 points (100.0% liked)

PieFed help

225 readers
5 users here now

It's seems right that we should have a local community to help us all with PieFed

founded 1 year ago
MODERATORS
 

I'm not going to create yet another account to report bugs elsewhere.

Bug: an "index out of range" error when posting a post.

https://imgur.com/rXLraBu

How to repeat:

  • make a post
  • finish the "tags" list with a comma instead of the last tag: tag1, tag2, tag3,

Recommended fix:

  • before the form is submitted, trim white space and remove comma if , is the last character
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 3 days ago* (last edited 3 days ago) (1 children)

Ah, okay. Thanks. Tags are already trimmed for whitespace, but I'll do what you recommend, and also check for a trailing comma.

EDIT: fixed here

[โ€“] [email protected] 2 points 3 days ago* (last edited 3 days ago)

Cheers!

Fix is deployed.