Obada Haddad-Soussac
Obada Haddad-Soussac
> The problematic code may be here: > > https://github.com/codalab/codalab-competitions/blob/c7ef5e281af201c62896d9e5c8ccc1011caff979/codalab/apps/web/static/lib/js/knockout-2.2.1.debug.js#L279 After some more investigation, it seems that the problem is coming from another library. https://github.com/codalab/django-s3direct/blob/b0b4ef267fc2d66c939766a5a622a6b889264d70/s3direct/static/s3direct/js/scripts.js#L242
@Didayolo Yes, I did take a look. There are too many big docker images on the worker. It's something we need to discuss further during our meetings
Changing the version of celery to the `5.5.0rc4` fixes the problem of the build but breaks some containers when they are running, making the docker stack not function anymore. Removing...
Hello, you should be able to load the link now
Hello, the website is currently down because our provider is having some technical difficulties. Both https://competitions.codalab.org/competitions and https://autodl.lri.fr are down for the moment. However, https://codabench.org and https://codalab.lisn.upsaclay.fr/ (the current active...
@zhimin-z The issue has been fixed. Feel free to reopen the issue or create a new one if you still have problems connecting to any of the instances
Weird, I just loaded it and it still works on my end. Can you try opening the link in a private tab/browser ? If that doesn't work, can you try...
Hello, Can you submit to other competitions ? I tried to upload something to one of my own test competition and everything is working correctly. I am using Firefox 137.0...
Unfortunately it's not that simple since the data is saved with different keys in MinIO. We would need to fix the SSL error by either updating some packages like `requests`...
Hello, >What did you set the environment variables FLAT_DATABASE, FLAT_DATABASE_ENGINE and FLAT_DATABASE_HOST to? The logs say it's trying to access a local database via a socket, so that means the...