Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Hope Someone Can Help Me With The Following Problem: I Have Been Using Clearml For Some Time And Have Many Projects And Experiments. Today, For The 1St Time, I Tried Cloning An Experiment. After Enqueueing The Cloned Experiment (As Explained

Hi,
I hope someone can help me with the following problem:
I have been using clearml for some time and have many projects and experiments.
Today, for the 1st time, I tried cloning an experiment. After enqueueing the cloned experiment (as explained https://clear.ml/docs/latest/docs/webapp/webapp_exp_reproducing/ ), the screen got blank and I cannot see the list of experiments as I used to before.
I am not sure the problem is related to cloning, but there was no other recent change.
Restarting my machine does not help. docker-compose down and then up does not help.
Any idea how to solve this?

  
  
Posted one year ago
Votes Newest

Answers 28


Woohoo! 🎉
The instructions in the https://superuser.com/questions/278948/clear-cache-for-specific-domain-name-in-chrome/444881#444881 were not accurate, but they brought me close enough.
Here is the exact sequence of operations:
F12 --> Applications tab --> Storage --> Clear site data --> refresh login screen

Thanks everyone for your help!

  
  
Posted one year ago

BTW - did the agent print out anything? Which version of clearml-agent are you using?

  
  
Posted one year ago

Where do I see the agent print outs?
I am using an old version. It's a trains server of version 0.16.3.

  
  
Posted one year ago

RotundSquirrel78 , can you please check the webserver container logs to see if there were any errors

  
  
Posted one year ago

How do I check that?

  
  
Posted one year ago

Hi Sigal, beside the repeating "newer_available" error in the browsers console are there any other issue?

  
  
Posted one year ago

Here it is.

  
  
Posted one year ago

I can enter my user name but even the button underneath it is blank (see below). Once clicking it, the whole screen is blank as in the 1st image that I sent.

  
  
Posted one year ago

Yes, I am using the trains server. We never took the time to update it to clearml.
The version (according to pip freeze) is 0.16.3.

  
  
Posted one year ago

RotundSquirrel78 , try going into localhost:8080/login

  
  
Posted one year ago

Just below the filter box there is an option called Fetch/XHR

  
  
Posted one year ago

I clicked Fetch/XHR and got the following (after another reboot)

  
  
Posted one year ago

In the top left you have 'console' see if you get any errors

  
  
Posted one year ago

If not, can you provide the output of docker inspect trains-webserver ?

  
  
Posted one year ago

I did not upgrade anything and did not do docker pull.
I am having a temporary network issue . Will send the output of the “ docker inspect” as soon as I can reconnect to my server.

  
  
Posted one year ago

SuccessfulKoala55 , here is the output of "docker inspect trains-webserver" (attached).

  
  
Posted one year ago

I would guess so
sudo docker logs --follow trains-webserver

  
  
Posted one year ago

No other error messages but the dashboard screen is blank.
However, there is a breakthrough: I can run the dashboard from Safari (Mac browser). So the problem is only in Chrome.

  
  
Posted one year ago

Hi RotundSquirrel78 that indeed doesn't look right...What server version are you using? From the "t" icon it seems it's still a trains server?

  
  
Posted one year ago

Here is a snapshot of the blank screen:

  
  
Posted one year ago

Here is the developer tool Network screen capture after refreshing the page and trying to login.

  
  
Posted one year ago

Please filter by 'XHR' and see if there are any errors (any return codes that aren't 200)

  
  
Posted one year ago

I get an empty list for the 'XHR' filter.

  
  
Posted one year ago

Many errors :white_frowning_face: . Any idea what they mean?

  
  
Posted one year ago

RotundSquirrel78 did you upgrade anything or did docker pull by any chance?

  
  
Posted one year ago

Anyone? Please?

  
  
Posted one year ago

can you try the following https://superuser.com/a/444881 to clear the cache in chrome?

  
  
Posted one year ago

Please open developer tools (F12), go to the network tab and refresh the page

  
  
Posted one year ago
566 Views
28 Answers
one year ago
one year ago
Tags