Reputation
Badges 1
Eureka!UnevenDolphin73 do you see a "Session expired" message on the top right in these scenario?
Hi Ryan, just wanted to update, we found a performance issue with a 3rd party library we use for a detailed compare of text. we added a limit on advanced compared, so the UI won't get stuck. the fix should be included as part of the next server release.
Hi SmugSnake6 , thank you for reporting this issue.
based on the console error you posted I believe we managed to find and fix the issue.
Hi Igor, profile
is an old path, /settings/profile
replaced it.
how did you navigate to it?
Hi @<1533257278776414208:profile|SuperiorCockroach75> I've taken a look at proxy.config.js
and it points to a now deprecated trains server (clearml predecessor).
you should update the URL to your own server
Hi CloudyHamster42 , we have identified the cause for this issue and currently working on a fix for the next UI release
JitteryCoyote63 select multiple lines still works, you need to shift + click on the checkbox
yes, we know the implementation isn't prefect, we have some issues with unselect, since it works peaty much the same in Gmail, we felt it was good enough
Hi @<1523701366600503296:profile|GentleSwallow91>https
None is not a valid URL.
you're missing a colon :
after https
Hi @<1750327622178443264:profile|CleanOwl48> , it's not a cookie domain issue, when a P{lotly background image is set, Plotly used JS to fetch it, but it omits the cookie when the image and webapp are not on the same site.
we have a workaround, if you properly set the fileserver URL for webserver nginx it will redirect calls from /files
to fileserver, and if the UI has WEBSERVER__fileBaseUrl
set it will allow the UI to rewrite the call for the image through nginx reverse proxy.
t...
Hi JealousSealion33 ,
these are relative paths to the base of the site.
please try to change <base href="/">
in index.html to the path of your sub folder.
Hi @<1523701977094033408:profile|FriendlyElk26> , it indeed seems the last build is missing this fix.
we'll try to find the time to rebuild and release a new one.
can you try the following https://superuser.com/a/444881 to clear the cache in chrome?
I'll need to check how to configure the UI for this type of deployment as the UI has just a few configurations it can guess the files server URL from.
and did you see any error in the browser console (F12)
which port are you running clearml of?
what version of ClearML are you using?
it might be an issue in the UI due to this unconventional address or network settings, before you try this again, can you open the browser devtools?
the console and network tabs should give us more insight
were you able to confirm in the file server whether the files were actually deleted and the UI error message is wrong?
MotionlessCoral18 if you build the UI, instead of overriding stuff with hard coded values, you can set fileBaseUrl
in src/environments/environment.prod.ts
the UI should then send delete requests to the fileserver, do you see those in the network?
AgitatedDove14
in the browser a NaN will crash JSON.parse(), so we don't have them on graphs.
if you open the help menu on the top and click "clearml python package setup" then "create new credentials"
do you see the right value for files_server
in the suggested config?
UpsetWalrus17 did you mean to have a server that queries data from cleaml API server?
in this case, take a look at https://clear.ml/docs/latest/docs/references/api/index
Hi Ryan,
we are more interested in the last tasks.get_all_ex
query,
clicking the "XHR" filter, would make it easier to find.
It would be very helpful if you can share the response with us maybe on a DM, by right clicking the network entry in the table, copy -> copy as curl
Hi JitteryCoyote63 ,
which version of http://clear.ml are you using?
Hi QuaintPelican38
We already tried to implement deleting S3 resources in the UI but got blocked by CORS.
we will implement deleting these resources through the server in a near version.
in the mean time you can use the SDK to delete entities with their artifacts.
Hi @<1590514584836378624:profile|AmiableSeaturtle81> self hosted S3 service must specify the protocol (http/https) and port, even for the default ones (80 / 443).
Hi Luaks,
clearml serve the system for paying customers using AWS services and not through Nginx. so I don't have an example config to give you.
maybe this answer on SE can help you map the exposed ports of webapp, API and fileserver to app.domain.tld api.domain.tld and files.domain.tld
None