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.

Automatic annotation 500 ServerError

See original GitHub issue

My actions before raising this issue

Expected Behaviour

Automatic annotation for the task

Current Behaviour

Failed.requests.exceptions.HTTPError: 500 Server Error: Internal server error for url: http://nuclio:8070/api/function_invocations for all openvino and tensorflow example models from deploy.sh (for example YOLO v3) when click to the automatic annotation button.

Possible Solution

Fix import models to the nuclio

Steps to Reproduce (for bugs)

  1. Installed Ubuntu 18.04 on Amazon (also I tried on Ubuntu 20.04 on new virtual machine);
  2. Installed CVAT by this instructions;
  3. cd ~/cvat
  4. ./deploy.sh

Context

Can’t use automatic annotation but I installed cvat and nuctl according to the instructions.

Your Environment

  • Git hash commit: 8f323cfd5c579473e24818e004708dfbdfed829b

  • Docker version docker version: Docker 19.03.12

  • Are you using Docker Swarm or Kubernetes? Docker Swarm

  • Operating System and version: Ubuntu 18.04 on Amazon and Ubuntu 20.04 on ParallersDesktop

  • Output command ./nuctl get function:

    Screenshot: https://prnt.sc/uih1qq
  • Output command docker logs cvat: Docker logs.txt

  • Output of command docker ps:

    Screenshot: https://prnt.sc/uih5x6

Next steps

Waiting for any help.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:54 (9 by maintainers)

github_iconTop GitHub Comments

6reactions
yeahydqcommented, Feb 2, 2022

here is my solution, see if it helps for you. Updating the function.yaml like below image

4reactions
rondondanielcommented, Mar 1, 2022

Wrap solution up:

  1. Modify functions yaml as @yeahydq did above: https://user-images.githubusercontent.com/18577463/152193385-f4e661ec-a617-44b5-a6f3-1747a7a62f35.png
  2. then just run: sudo ufw allow proto tcp from any to 172.17.0.1 as @KiirkH mentioned above. Yes, a security issue could rise from this.

These steps worked for me.

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internal Error 500 in automatic annotation with DEXTR #2844
Unable to use the interactive tool and automatic/semi-auto annotation. Possible Solution. Steps to Reproduce (for bugs). Pull the latest develop ...
Read more >
opencv-cvat/public - Gitter
@nmanovic I would like use automatic annotation for my tasks but i got failed.requests.exceptions.HTTPError: 500 Server Error: Internal server error for ...
Read more >
Spring Boot Get a 500 Internal Server Error with Post method
I`m trying to learn Spring Boot but am having trouble with Rest API. I have a table in MySQL and I am trying...
Read more >
"Internal Server Error" when try to load localhost8080 for NER ...
I run the command in terminal and it all looks fine, but then when I open http://localhost:8080 I get the message "Internal Server...
Read more >
Cvat github
Message "Could not get models from the server Error: Request failed with status code 500. yaml Apr 29, 2021 · Clone CVAT的 GitHub...
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