
Reputation
Badges 1
Eureka!Hi CloudyHamster42 , we have identified the cause for this issue and currently working on a fix for the next UI release
in network tab filter for events.get_task_plots
on chrome instead of Response open the Preview Tab
SillySealion58
something look odd with the bucket settings.
url has port 443
which usually means ssl secure, but the secure
flag is false
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 @<1533257411639382016:profile|RobustRat47> can you make sure the invite mail and the signup mail are the same?
@<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.
1.9.2 with a fix should be released, I think today, let me check
port forwarding is an unconventional setup, and inconvenient 1. you should configure a public address.
https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_aws_ec2_ami has some info and links.
for a more secure option I'd follow this guide to create a user/password environment https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config/#web-login-authentication
and use AWS ELB to securely expose the 3 services though it.
you can then configure your client wit...
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
Hi Ed,
when you try to view a resource from azure on the UI (debug samples), a popup will appear, asking for credentials, in this case azure query string. it will fill the rest of the fields you see in profile automatically.
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?
Hi JitteryCoyote63 ,
which version of http://clear.ml are you using?
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 Ophir, managed to reproduce on our environment. we'll work on a fix.
@<1792727007507779584:profile|HollowKangaroo53> which version of clearml server are you using?
just wanted to update, the root cause is python JSON dump, creating non standard JSON strings. a fix will be released soon.
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.
you can take a look at src/app/webapp-common/shared/entity-page/entity-delete/base-delete-dialog.effects.ts using the devtools debugger
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.
Hi @<1572757572547514368:profile|GiddySnake50> , where is this asset saved? fileserver? S3? GS?
@<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.
UnevenDolphin73 do you see a "Session expired" message on the top right in these scenario?
does the webserver instance fails to run due to this error?
Hi @<1697419077955358720:profile|HappyAnt94> which server version are you using?
since 1.17 we automatically add a ?
if it's missing.
also, https
won't work, it's simple http
Hi Igor, profile
is an old path, /settings/profile
replaced it.
how did you navigate to it?
Hi @<1523702496097210368:profile|ScantChimpanzee51> , currently we rely on a GCP token to be available on this session. in your case a private windows is a new separate session.
we consider signing GCP resources similar to AWS, in a future version