
Reputation
Badges 1
Eureka!Hi Sigal, beside the repeating "newer_available" error in the browsers console are there any other issue?
sorry for the delay ResponsiveRabbit81
unlike AWS where the UI would rely on key and secret to sign a S3 resource, in google storage, the UI expects a GS cookie, which is available after signing in to GS. are you signed in to GS in both Firefox and Chrome and can view the resource in GS console on both browsers?
if you get a response while on the instance from localhost, but not from the outside, it usually means the machine IP is not exposed to the outside world.
Hi @<1792727007507779584:profile|HollowKangaroo53>
when the UI build for production it points to the reverse proxy set by the environment variables you mentions (e.g. apiBaseUrl: '/api')
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.
Hi @<1523702496097210368:profile|ScantChimpanzee51> , is clearml self hosted and if so, is it on a non secure (HTTP) 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.
logically that doesn't make sense, iteration is a different scale then time. these values are indeed hard coded
in network tab filter for events.get_task_plots
on chrome instead of Response open the Preview Tab
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.
what version of ClearML are you using?
Hi @<1705029129084080128:profile|SmoothPigeon36>
we found out that unintentionally, debug sample will display up to 3 images with the same iteration/metric/variant. which was not the initial intent. while image viewer support 1 image per this combination.
I have 2 questions.
- can you confirm that this is indeed the issue in your case.
- and if so, was reporting more than 1 image for the same combination intentional?
Hi @<1572757572547514368:profile|GiddySnake50> , where is this asset saved? fileserver? S3? GS?
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.
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.
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?
@<1533257411639382016:profile|RobustRat47> I was told that Github accounts are private by default, and won't pass the user's email to the newly created user in clear.ml
I'm not sure if logging in with a different provider like google will update the clear.ml user email, but it's worth a try to logout and login again with another SSO provider
Hi @<1533257411639382016:profile|RobustRat47> can you make sure the invite mail and the signup mail are the same?
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
Hi @<1557537273090674688:profile|ThankfulOx54> , you will need to install a version 1.10 of clearml server to work with clearml web 1.10
AgitatedDove14 CostlyOstrich36 CheerfulGorilla72
please note, NaN isn't part of the JSON spec. and only Python implementation of JSON supports it.
so you have to either convert NaN to 0, as we chose to do, or drop them.
AgitatedDove14
in the browser a NaN will crash JSON.parse(), so we don't have them on graphs.
Hi ResponsiveRabbit81 , are both resources on the same protocol security level http/https?
Hi SourDolphin31
so either add a preview to the 3D source with any Browser supported image or video. or add a 2nd source
there is no limitation reporting the same images on different iterations. what we think might be the issue that multiple images are reported with the same iteration + metric + variant, using report_image
can this be the case?
you can manually override this configuration by adding or updating (if you have 1) the configuration.json
file next to the index.html
with fileBaseUrl
API server isn't aware of fileserver location, it's clearml-data responsibility to write the correct path in the server.
Hi JitteryCoyote63 ,
which version of http://clear.ml are you using?