lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

[Bug]: language_not_allowed: language_not_allowed

Open XtremeOwnageDotCom opened this issue 1 year ago • 4 comments

Requirements

  • [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • [X] Did you check to see if this issue already exists?
  • [X] Is this only a single bug? Do not put multiple bugs in one issue.
  • [x] Is this a UI / front end issue? Use the lemmy-ui repo.

Summary

image

Summary. Was able to comment on this post.

Even created a reply with the word, "test". That is the deleted comment being displayed.

However, when attempting to write an actual comment, it sits and spins for ever.

After tailing the server logs, I noticed the below "language_not_allowed" errors occuring every time I attempted to reply.

Steps to Reproduce

Technical Details

2023-06-16T15:48:46.595885Z ERROR lemmy_server::api_routes_websocket: language_not_allowed: language_not_allowed
   0: lemmy_api_crud::comment::create::perform
           with self=CreateComment { content: "Why can't I reply to this comment!", post_id: PostId(1142), parent_id: Some(CommentId(6446)), language_id: Some(LanguageId(0)), form_id: Some("comment-form-MiJAJ2Rj7mcgdGwnrziO"), auth: Sensitive }
             at crates/api_crud/src/comment/create.rs:42
   1: lemmy_server::root_span_builder::HTTP request
           with http.method=GET http.scheme="https" http.host=lemmyonline.com http.target=/api/v3/ws otel.kind="server" request_id=196c9ff1-ccfd-4c99-afb2-73e9c51a3bd9
             at src/root_span_builder.rs:16

Version

BE: 0.17.4

Lemmy Instance URL

lemmyonline.com -> beehaw.org

XtremeOwnageDotCom avatar Jun 16 '23 15:06 XtremeOwnageDotCom