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

Started on Invalid date loop #8797

Open
2 tasks done
Opeple0627 opened this issue Dec 9, 2024 · 2 comments
Open
2 tasks done

Started on Invalid date loop #8797

Opeple0627 opened this issue Dec 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Opeple0627
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

in Export Dataset. YOLO 1.1

In progress it display "Started on Invalid date" to "Started on Dec 9th 24, 15:54" then back to "Started on Invalid date" maybe 2 hours up.anyone know what happen?
Only that dataset have this problem. Other is fine.

Expected Behavior

unknow
Other Dataset is work fine.

Possible Solution

No response

Context

it can't export that dataset.

Environment

Server version: 2.22.1

Core version: 15.2.1

Canvas version: 2.20.10

UI version: 1.66.4 

docker ps:
CONTAINER ID   IMAGE                                       COMMAND                  CREATED       STATUS                 PORTS                                                                                          NAMES
ee4234b10f9d   gcr.io/iguazio/alpine:3.17                  "/bin/sh -c '/bin/sl…"   2 hours ago   Up 2 hours                                                                                                            nuclio-local-storage-reader
0cb9f7213c2f   cvat/ui:dev                                 "/docker-entrypoint.…"   2 hours ago   Up 2 hours             80/tcp                                                                                         cvat_ui
9580ff90fc5d   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_worker_annotation
f66c5a33f125   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_utils
dbe675ed52e7   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_server
f7de6024eb18   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_worker_analytics_reports
e3432b22c89d   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_worker_import
1d016f1903d5   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_worker_quality_reports
b16576db65fb   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_worker_webhooks
ec858c3707b8   cvat/server:dev                             "./backend_entrypoin…"   2 hours ago   Up 2 hours             8080/tcp                                                                                       cvat_worker_export
a558f460f714   timberio/vector:0.26.0-alpine               "/usr/local/bin/vect…"   2 hours ago   Up 2 hours                                                                                                            cvat_vector
85d594b0958e   grafana/grafana-oss:10.1.2                  "sh -euc 'mkdir -p /…"   2 hours ago   Up 2 hours             3000/tcp                                                                                       cvat_grafana
f07060725981   apache/kvrocks:2.7.0                        "kvrocks -c /var/lib…"   2 hours ago   Up 2 hours (healthy)   6666/tcp                                                                                       cvat_redis_ondisk
9f1ba647f270   quay.io/nuclio/dashboard:1.13.0-amd64       "/docker-entrypoint.…"   2 hours ago   Up 2 hours (healthy)   80/tcp, 0.0.0.0:8070->8070/tcp, :::8070->8070/tcp                                              nuclio
c8ab1a9e21bd   postgres:15-alpine                          "docker-entrypoint.s…"   2 hours ago   Up 2 hours             5432/tcp                                                                                       cvat_db
654280ee7bc7   redis:7.2.3-alpine                          "docker-entrypoint.s…"   2 hours ago   Up 2 hours             6379/tcp                                                                                       cvat_redis_inmem
60b1635fdaff   traefik:v2.10                               "/entrypoint.sh trae…"   2 hours ago   Up 2 hours             0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 80/tcp, 0.0.0.0:8090->8090/tcp, :::8090->8090/tcp   traefik
3dd50899eb26   openpolicyagent/opa:0.63.0                  "/opa run --server -…"   2 hours ago   Up 2 hours                                                                                                            cvat_opa
feab7f11251d   clickhouse/clickhouse-server:23.11-alpine   "/entrypoint.sh"         2 hours ago   Up 2 hours             8123/tcp, 9000/tcp, 9009/tcp                                                                   cvat_clickhouse
f84257b00ef2   custom-model-yolov8:latest                  "processor"              12 days ago   Up 2 hours (healthy)   0.0.0.0:49154->8080/tcp, :::49154->8080/tcp                                                    nuclio-nuclio-Ultralytics-motorcycle_exhaust_pipe_yolov8_Ver1.3.0_V8n
cce3e57192c3   e74167113c4c                                "processor"              12 days ago   Up 2 hours (healthy)   0.0.0.0:49153->8080/tcp, :::49153->8080/tcp                                                    nuclio-nuclio-Ultralytics-YOLOV8m
89cb34936742   cvat.onnx.wongkinyiu.yolov7:latest          "processor"              12 days ago   Up 2 hours (healthy)   0.0.0.0:49155->8080/tcp, :::49155->8080/tcp                                                    nuclio-nuclio-onnx-wongkinyiu-yolov7
@Opeple0627 Opeple0627 added the bug Something isn't working label Dec 9, 2024
@bsekachev
Copy link
Member

In progress it display "Started on Invalid date"

May you clarify what that means? On the screenshot I do not see such the message.

@Opeple0627
Copy link
Author

In fact, I was in a mindset of giving up, but the next day it output normally, and after that, I couldn't reproduce the problem even after trying
However, basically it goes from "Started on Dec 9th 24, 15:54" to "Started on Invalid date" and then after a while back to the current time "Started on Dec 9th 24, 16:04", making it look like it keeps restarting. Perhaps it's just a display issue?

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

2 participants