Label-studio: Data-manager failed to load when refresh the page

Created on 4 Apr 2021  路  9Comments  路  Source: heartexlabs/label-studio

Data-manager failed to load the content when refreshing the page, or directly open the task in the browser. I am running the ls 1.0 with docker-compose having backed as Postgresql. sometimes it takes too much time to submit the task after doing 20-50 annotations. I have checked with the console log and found sometimes data managers return false, and sometimes label-studio return false. I am not able to understand why returning false or undefined.

  • OS: ubuntu18.04
  • Label Studio Version 1.0
  • broswer: Firefox

Screenshot 2021-04-05 at 3 15 47 AM

Screenshot 2021-04-05 at 3 13 09 AM

bug

Most helpful comment

This PR also let you avoid specifying hostname explicitly

All 9 comments

@nicholasrq any ideas?

this issue should be fixed in the upcoming 1.0.1 release

@abhay-kum Could you check Label studio 1.0.1rc1 ?

I have pull the latest code and run the container using the docker-compose file it showing as
Screenshot 2021-04-05 at 9 52 10 AM

label-studio==1.0.1 has been released (as well as the latest docker images heartexlabs/label-studio:1.0.1 or heartexlabs/label-studio:latest. Please try it out and report back if the problem is still there, or close the current issue otherwise

when I am using the docker run -it -p 8080:8080 -v 'pwd'/mydata:/label-studio/data heartexlabs/label-studio:latest it is working fine , but when i try to run using docker-compose-file the static content not able to fetched.

Screenshot 2021-04-06 at 3 59 38 PM

Hi, @abhay-kum ! Have you set LABEL_STUDIO_HOST variable to your custom hostname within docker-compose.yml ?

This PR also let you avoid specifying hostname explicitly

@niklub all issue has been resolved, so I am closing it thanks everyone for your support

Was this page helpful?
0 / 5 - 0 ratings