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

Access Error: 404 -- Not Found #8094

Closed
2 tasks done
ultranationalism opened this issue Jun 27, 2024 · 4 comments
Closed
2 tasks done

Access Error: 404 -- Not Found #8094

ultranationalism opened this issue Jun 27, 2024 · 4 comments
Labels
question Further information is requested

Comments

@ultranationalism
Copy link

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

root@DESKTOP:~/cvat# docker-compose up -d
image

Expected Behavior

Successfully accessed

Possible Solution

No response

Context

image
image
I cannot find 8080 port
image

Environment

-wsl2 windows11
@ultranationalism ultranationalism added the bug Something isn't working label Jun 27, 2024
@bsekachev bsekachev added question Further information is requested and removed bug Something isn't working labels Jun 27, 2024
@bsekachev
Copy link
Member

bsekachev commented Jun 27, 2024

Just deployed cvat on wsl2 using docker compose up -d, so, steps to reproduce do not work.
Or you have some specific in your environment.

 sudo lsof -i :8080

COMMAND    PID USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
docker-pr 3864 root    4u  IPv4 13837685      0t0  TCP *:http-alt (LISTEN)
docker-pr 3872 root    4u  IPv6 13840456      0t0  TCP *:http-alt (LISTEN)

@ultranationalism
Copy link
Author

Just deployed cvat on wsl2 using docker compose up -d, so, steps to reproduce do not work. Or you have some specific in your environment.

 sudo lsof -i :8080

COMMAND    PID USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
docker-pr 3864 root    4u  IPv4 13837685      0t0  TCP *:http-alt (LISTEN)
docker-pr 3872 root    4u  IPv6 13840456      0t0  TCP *:http-alt (LISTEN)

Error: ✗ failed to download plugin archive: Get "https://github.com/grafana/clickhouse-datasource/releases/download/v4.0.8/grafana-clickhouse-datasource-4.0.8.linux_amd64.zip": EOF
well,I found error

@ultranationalism
Copy link
Author

Just deployed cvat on wsl2 using docker compose up -d, so, steps to reproduce do not work. Or you have some specific in your environment.

 sudo lsof -i :8080

COMMAND    PID USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
docker-pr 3864 root    4u  IPv4 13837685      0t0  TCP *:http-alt (LISTEN)
docker-pr 3872 root    4u  IPv6 13840456      0t0  TCP *:http-alt (LISTEN)

I finally solved this problem, and the download failure was not the cause of my problem. Even if the download was successful, it still did not solve the problem. The real reason is that I enabled the mirror network mode of WSL, which prevented it from opening port 8080 properly.

@bsekachev
Copy link
Member

Nice to hear that

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

No branches or pull requests

2 participants