question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uploading huge yolo dataset causes error 500

See original GitHub issue

I have 11G zip yolo dataset. When I try to upload it through web interface, i get these errors:

Uncaught (in promise) TypeError: Cannot read property 'toString' of undefined
    at create-task-content.tsx:156
:8080/api/v1/jobs/5/annotations?format=YOLO%201.1:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)
cvat-app.tsx:217 Error: Request failed with status code 500. "Exception: Can't find image info for '/tmp/tmpnq5lma66/obj_train_data/frame_000000.png'\n".
e @ cvat-app.tsx:217
:8080/api/v1/tasks/6/data:1 Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
cvat-app.tsx:217 Error: Request failed with status code 413. "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>413 Request Entity Too Large</title>\n</head><body>\n<h1>Request Entity Too Large</h1>\nThe requested resource does not allow request data with POST requests, or the amount of data provided in\nthe request exceeds the capacity limit.\n</body></html>\n".

how can we fix or workaround this?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
haviduckcommented, Jul 26, 2021

See error, waiting for solution

Failed to load resource: the server responded with a status of 413 (Request Entity Too Large)
cvat-app.tsx:208 Error: Request failed with status code 413. "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>413 Request Entity Too Large</title>\n</head><body>\n<h1>Request Entity Too Large</h1>\nThe requested resource does not allow request data with POST requests, or the amount of data provided in\nthe request exceeds the capacity limit.\n</body></html>\n".

nginx is set client_max_body_size to 0 as should. is it django overriding or that sendfile lib? that one seems to utilize apache2, so im struggling ^^ Vinoguys! help? =)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uploading huge yolo dataset causes error 500 #2332 - GitHub
I have 11G zip yolo dataset. When I try to upload it through web interface, i get these errors: Uncaught (in promise) TypeError:...
Read more >
Internal server error exporting a large dataset to CSV - IBM
The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log. or HTTP 500 ......
Read more >
What Is a 500 Error & How to Fix It | Sucuri Blog
1. This is a good troubleshooting step. This is done before looking for more debugging on your site to confirm that the issue...
Read more >
YOLO: Real-Time Object Detection - Joseph Redmon
You only look once (YOLO) is a state-of-the-art, real-time object detection system. On a Pascal Titan X it processes images at 30 FPS...
Read more >
500 – Internal Server Error - ThemeIsle Docs
This error is very common if your source file is too large to process. The typical solution is to increase the "memory_limit" parameter...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found