You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to return to the job list for a task and start a new job without an infinite loading screen.
Current Behaviour
After returning to the job list while working on a job, clicking on another job loads the UI but infinitely loops the loading screen. When checking the cvat logs, the most recent entry is the last action performed before returning to the job list, no actions such as clicking on the new job appear. Upon checking the console and the HAR data there doesn't appear to be any errors, and HAR produces one request to git/repository/get/. This was reproduced with multiple users on different machines. However, all was done on the same VM.
Steps to Reproduce (for bugs)
Start a job in a task with multiple jobs. In our case we had a thousand images in a task split into 100 images per job.
Press the back arrow to return to the job list, or hit task and enter the job list from the task menu.
Select a different job that is assigned to you from the job list
UI loads and infinitely shows the loading screen.
To be able to load the job you have to go back to the job list, refresh the page (F5 or refresh button), and then enter the job.
Context
I would say this is likely a minor issue, because it currently has a work around, but it is a bit of an annoyance for the annotators.
@bsekachev loaded develop branch on my personal computer, uploaded a task with multiple jobs, and can confirm that the problem still exists. Is there by chance anything I could gather for you that would help you diagnose this problem further? Like I said previously the console, cvat logs, and HAR data all seem to be rather useless. I'm curious if it's a client side js problem.
Edit: Actually now, I've gone back again and tried to enter a job a second time without refresh and I'm getting "Error during fetching a job" with 100 printed in the console, log attached. A page appears that says "Sorry, but this job was not found". When I attempt to do it again and again this 100 continually increments by 100. For instance the 6th time I've attempted the number appears as 600. It's still worth noting that if I refresh the job list it works again with no issues. The CVAT logs still only show the most recent successful load, and no errors.
My actions before raising this issue
Expected Behaviour
Being able to return to the job list for a task and start a new job without an infinite loading screen.
Current Behaviour
After returning to the job list while working on a job, clicking on another job loads the UI but infinitely loops the loading screen. When checking the cvat logs, the most recent entry is the last action performed before returning to the job list, no actions such as clicking on the new job appear. Upon checking the console and the HAR data there doesn't appear to be any errors, and HAR produces one request to git/repository/get/. This was reproduced with multiple users on different machines. However, all was done on the same VM.
Steps to Reproduce (for bugs)
Context
I would say this is likely a minor issue, because it currently has a work around, but it is a bit of an annoyance for the annotators.
Your Environment
git log -1
): Release 1.0.0 (Release 1.0.0 #1335)docker version
(e.g. Docker 17.0.05): 19.03.8The text was updated successfully, but these errors were encountered: