Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: language_not_allowed: language_not_allowed #3150

Closed
4 tasks done
XtremeOwnageDotCom opened this issue Jun 16, 2023 · 5 comments
Closed
4 tasks done

[Bug]: language_not_allowed: language_not_allowed #3150

XtremeOwnageDotCom opened this issue Jun 16, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@XtremeOwnageDotCom
Copy link

XtremeOwnageDotCom commented Jun 16, 2023

Requirements

  • Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a single bug? Do not put multiple bugs in one issue.
  • 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 XtremeOwnageDotCom added the bug Something isn't working label Jun 16, 2023
@binwiederhier
Copy link

I can confirm this. It happens consistently from lemmy-ui unless I manually select English, and it happens in Jerboa too (which renders Jerboa unusable, since it doesn't have a language drop-down).

@Daxiongmao87
Copy link

The language implementation in Lemmy either needs to improve, needs better documentation, or needs to go. I understand the purpose of it,but half of the posts I cannot comment because of some misconfiguration either on my instance, their instance, their client, or my client. It seems clunky and overly complex.

@binwiederhier
Copy link

Yeah I don't understand it's purpose either.

@aeharding
Copy link

The language implementation in Lemmy either needs to improve, needs better documentation, or needs to go. I understand the purpose of it,but half of the posts I cannot comment because of some misconfiguration either on my instance, their instance, their client, or my client. It seems clunky and overly complex.

At very least, validation needs to go.

@Nutomic
Copy link
Member

Nutomic commented Jul 20, 2023

Same as #3451 which is fixed, closing this one.

@Nutomic Nutomic closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants