well.. it initially worked but now i get the same thing 😕 SuccessfulKoala55
I think this should force the task to wait to finish all uploads before moving to 'completed' state
and this should force the model to be uploaded?
If you have a task object, you can do:task.flush(wait_for_uploads=True)
Well, if the task has completed without completing the uploads, it would stay that way
but it's been that way for over 1 hour.. I remember I can force the task to wait for the upload. how do i do this?
ElegantCoyote26 /uploading_file
is the temporary filename provided in the URL while the file is still being uploaded, so I assume the issue is that the upload was not completed
i don't think the conf is an issue. it's been deployed for a long time and working. models from yesterday correctly display the url
Can you try specifying the ip explicitly in clearml.conf
?
I'm guessing that you've deployed ClearML server on http://unicorn , correct?
unicorn
is an alias for the ip of the machine the server is hosted on
What is this http://unicorn address? Did you deploy using docker compose?
Also what is your api/webserver in clearml.conf
?
Wait I might be missing something. Are you running a self hosted server?
it says method not allowed when i try to access that url
And is the fileserver running on http://unicorn:8081 ?