Mal Miller

Results 48 comments of Mal Miller

>Thanks for taking the time to help us improve ClearML All good! > That would be great! Here you go: #114 > I think perhaps a better solution is adding...

> However, I really don't think you should edit the entrypoint, but change the command in the docker compose file and launch the entrypoint.sh file once the server pings back...

> think perhaps a better solution is adding some kind of simple bash script probe (waiting until the server responds to `debug.ping` or something similar) What do you think is...

For me just this creates the error: ```python from clearml import Task task = Task.init() task.upload_artifact("artifact", {"1":1}) ``` Then `Ctrl+C` and delete in UI. And yep it's reproducible. Could it...

Trying to do a bit of debugging on this but can't see anything in the fileserver logs. Do I need to set something in `logging.conf` in either the file server...

I think this is the corresponding web app log but can't see any errors with it: ``` 35.191.10.5 - - [29/Mar/2022:13:52:30 +0000] "POST /api/v2.16/tasks.delete_many HTTP/1.1" 200 395 "https://app.{domain}/projects/c28adf12db964d169a645f5351a669de/experiments?columns=selected&columns=type&columns=name&columns=tags&columns=status&columns=project.name&columns=users&columns=started&columns=last_update&columns=last_iteration&columns=parent.name&order=-last_update&filter=&archive=true" "Mozilla/5.0 (Macintosh;...

Another bit of information, I only get `undefined` in the error message if using the fileserver subdomain for the files (e.g. `https://files.domain.com`. If I use a different URL (e.g. GCP...

This seems to be cropping up often in slack, e.g. [here](https://clearml.slack.com/archives/CTK20V944/p1650466643911469), [here](https://clearml.slack.com/archives/CTK20V944/p1649936841850489) and [here](https://clearml.slack.com/archives/CTK20V944/p1648547056095859). It seems to be agnostic of whether the files are stored on the same VM as...

One further comment, I'm pretty sure I never saw this error with ClearML Server v1.1.1