error 500 when trying to publish a blog post #1112

Open
opened 1 year ago by erinarbleizez · 2 comments

hi,

when I try to publish a blog post, it result in a white screen of death and an error 500 in the console. when looking at the logs of plume, I see this error:

thread '' panicked at 'post::update: act error: Url', src/routes/posts.rs:354:26

I tried with a blog post with a title "test" and a body "test". Saving the post as a draft work without error but trying to publish directly or trying to publish the draft result in the same error.

I use the docker version of plume (plumeorg/plume:latest)

EDIT: I just saw that the post is published but does not appear in the local feed (so the error is between the publish in database and the publish through activitypub I think... Does the local feed show posts from database or use the ActivityPub API?)

Trying to delete the post lead to the same error so it's not just the publish

hi, when I try to publish a blog post, it result in a white screen of death and an error 500 in the console. when looking at the logs of plume, I see this error: thread '<unnamed>' panicked at 'post::update: act error: Url', src/routes/posts.rs:354:26 I tried with a blog post with a title "test" and a body "test". Saving the post as a draft work without error but trying to publish directly or trying to publish the draft result in the same error. I use the docker version of plume (plumeorg/plume:latest) EDIT: I just saw that the post is published but does not appear in the local feed (so the error is between the publish in database and the publish through activitypub I think... Does the local feed show posts from database or use the ActivityPub API?) Trying to delete the post lead to the same error so it's not just the publish
Poster

Ok I found the problem: I had french accent letters in the blog where I tried to publish the post. Seems that don't work with accent in url and you are not sluggify the title of the blog (to remove said accents).

Ok I found the problem: I had french accent letters in the blog where I tried to publish the post. Seems that don't work with accent in url and you are not sluggify the title of the blog (to remove said accents).
Owner

Thank you for reporting this bug!

It seems depenent on other problem which dependent library has. It will take long time to be fixed.

Thank you for reporting this bug! It seems depenent on other problem which dependent library has. It will take long time to be fixed.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#1112
Loading…
There is no content yet.