
Reputation
Badges 1
Eureka!as a work around you can add and remove experiments from another tab in compare or in project experiment list.
yes, from the config
UI will popup a from for buckets' key and secret
thank you @<1705029129084080128:profile|SmoothPigeon36> glad to hear you enjoy ClearML.
I believe we identified the source of the problem, and working on a bug fix.
webserver docker is running nginx, you can mount other setting into the docker, like ssl certificates, and an 443 definition.
or you can start your own nginx and point the reverse proxy to the webserver docker exposed port.
if the reverse proxy uses a location other then root (like /clearml
), you will need more setting to get the UI to work form that path
clearml docker doesn't setup a SSL, you will have to do that in your own nginx configuration probably for each server section that expose clearml services as a subdomain. see:
None
@<1557537273090674688:profile|ThankfulOx54> can you please post the UI and BE versions as they show up in the bottom of the settings page?
Hi Rina, thanks for reporting this issue, we're investigating
Hi, you mean not from the root path of the server?
@<1572757572547514368:profile|GiddySnake50> do debug sample images stored in that bucket show up correctly on the debug samples tab?
I'm trying to understand if S3 assets signing works correctly.
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?
Thanks JitteryCoyote63 , we'll try to find the time for the effort to improve this behavior.
in the mean time, maybe open a ticket here https://github.com/allegroai/clearml-web/issues so maybe someone from the community might help.
Thank you @<1566596960691949568:profile|UpsetWalrus59> for sharing these steps , we were able to reproduce on our end and working on a fix
UnevenDolphin73 do you see a "Session expired" message on the top right in these scenario?
maybe this can be reported as a plot instead of scalar. this way you can build the plot as you like
try to open site settings in the (i) menu
in network tab filter for events.get_task_plots
on chrome instead of Response open the Preview Tab
WearyBaldeagle85 it would be very helpful if you can send me on a private message the raw response from the response tab
and did you see any error in the browser console (F12)
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 CloudyHamster42 , we have identified the cause for this issue and currently working on a fix for the next UI release
probably need to sethovermode = 'x'
in layout
I'm not too fond of many user configurations, it's confusing.
however, clearml is open source, nothing stops you from adding the code and sending a PR
the component that sets Plotly up is src/app/webapp-common/shared/experiment-graphs/single-graph/single-graph.component.ts
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 JitteryCoyote63 , shouldn't be too hard, but we would probably need to check what most of the users prefer.
Hi @<1689446563463565312:profile|SmallTurkey79>
seems like a bad chartjs definition, in line-chart.component.ts where we build the chart, probably due to unexpected response.
can you share the 1st successful response of workers.get_stats
from the network tab of devtools?