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

413 Request Entity Too Large With recipe wikipedia_en_top1m #738

Closed
kelson42 opened this issue Jan 28, 2023 · 2 comments
Closed

413 Request Entity Too Large With recipe wikipedia_en_top1m #738

kelson42 opened this issue Jan 28, 2023 · 2 comments
Assignees
Labels

Comments

@kelson42
Copy link
Contributor

From task-worker log https://farm.openzim.org/pipeline/32b22c3a583bd32c94c53d36


[2023-01-28 01:46:17,490: WARNING] couldn't patch task status=scraper_running HTTP 413: ResponseError (not JSON): -- <html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>

[2023-01-28 01:47:17,604: WARNING] couldn't patch task status=scraper_running HTTP 413: ResponseError (not JSON): -- <html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>

[2023-01-28 01:48:17,654: WARNING] couldn't patch task status=scraper_running HTTP 413: ResponseError (not JSON): -- <html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx</center>
</body>
</html>

@rgaudin
Copy link
Member

rgaudin commented Jan 30, 2023

The client_max_body_size was set at the wrong location in upstream image. Deployed.

@rgaudin rgaudin closed this as completed Jan 30, 2023
@rgaudin rgaudin self-assigned this Jan 30, 2023
@holta
Copy link

holta commented Jan 30, 2023

Thank you @rgaudin & everyone !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants