Reputation
Badges 1
Eureka!JitteryCoyote63 select multiple lines still works, you need to shift + click on the checkbox
@<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.
yes, we have the correct handling in other hyper param pages, missed this issue on parallel coordinates
did you specify samesite: Lax ?
you can see the cookies on the applications/storage tab of devtools
Just a quick update, the fix is scheduled for open source release v2.3 and for SAAS on 3.27.1
this is required for some browsers
you will need to relogin for the new cookie with the updated info get registered
Hi, @<1638349756755349504:profile|MistakenTurtle88>
we already addressed most of these issues in 1.12 and 1.13.
I suggest upgrading.
Hi @<1853608151669018624:profile|ColossalSquid53>
can you try without the last slash?
only you will have access to material upload to the SAAS files server, same security as the web and api has.
you can of course use your S3 bucket to store these resources
https://clear.ml/docs/latest/docs/integrations/storage#configuring-aws-s3
try to open site settings in the (i) menu
for the plot background image to work the UI needs to rewrite the file path from clearmlfs.mydomain to clearml.mydoamin/files this is done based on WEBSERVER__fileBaseUrl value
can you check in the browser devtool, on the network tab if the rewrite happened
I think I figured it out, the reported parameters contains dots in their name like steering_arguments.noise_max which exposes a bug in our code.
we'll work on a fix for a future version, but for now if you can replace them with some other character it should work
just wanted to update, the root cause is python JSON dump, creating non standard JSON strings. a fix will be released soon.
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.
I'm starting to remember, stuff we wrote a long time ago.
we intended the rewrite only for plot background images, because of the way plotly fetch images. on regular cases, like debug samples the cookie should be sent with requests to the files server because it's on the same sub domain as the api and the app.
can you make sure the cookie domain rule allows for this
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.
can you please make sure the configuration got to the right place and see if you have the expected value for fileBaseUrl in
clearml.mydoamin/configuration.json
and did you see any error in the browser console (F12)
does this solve your issue, or the API server can't be reached as well?
where exactly the webserver provides you with the URL with localhost in it
Hi @<1533257411639382016:profile|RobustRat47> can you make sure the invite mail and the signup mail are the same?
Hi, you mean not from the root path of the server?
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?
Hi @<1546665634195050496:profile|SolidGoose91> , I guess you are referring to scalars, we have 3 options for X axis, from the settings menu choose "Wall time" which is the closest to epoch, though it is going to normalize the clock to local time
Thank you @<1566596960691949568:profile|UpsetWalrus59> for sharing these steps , we were able to reproduce on our end and working on a fix