
Reputation
Badges 1
Eureka!I'm asking because this is a known issue that was already resolve. let me check if the fix was release
Hi @<1557537273090674688:profile|ThankfulOx54> , you will need to install a version 1.10 of clearml server to work with clearml web 1.10
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
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
and did you see any error in the browser console (F12)
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?
MotionlessCoral18 if you build the UI, instead of overriding stuff with hard coded values, you can set fileBaseUrl
in src/environments/environment.prod.ts
@<1531445337942659072:profile|OddCentipede48> that's deliberate, URL contains experiments page preferences to give the user an easy method of sharing his current view. you can either update the link to the page with the updated choice or remove all table info from the URL (everything after the experiment ID) and they will be restored from the BE.
WearyBaldeagle85 it would be very helpful if you can send me on a private message the raw response from the response tab
in your case clearml is insecure and GCS is secure
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 JitteryCoyote63 ,
which version of http://clear.ml are you using?
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.
Hi EnviousStarfish54 ,
what version of server and SDK are you using?
can you report this experiment to demo server?
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 @<1590514584836378624:profile|AmiableSeaturtle81> self hosted S3 service must specify the protocol (http/https) and port, even for the default ones (80 / 443).
try to open site settings in the (i) menu
@<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.
JitteryCoyote63 the fix should be release with clearml version 1.2
as a work around you can add and remove experiments from another tab in compare or in project experiment list.
Thank you @<1566596960691949568:profile|UpsetWalrus59> for sharing these steps , we were able to reproduce on our end and working on a fix
@<1557537273090674688:profile|ThankfulOx54> can you please post the UI and BE versions as they show up in the bottom of the settings page?
it might have some mixed or insecure content blocked
I think so, I guess you're using chrome
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
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.
Hi @<1572757572547514368:profile|GiddySnake50> , where is this asset saved? fileserver? S3? GS?