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
Profile picture
ZealousSeal58
Moderator
4 Questions, 15 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
0 Answers
902 Views
0 Votes 0 Answers 902 Views
Hi, saw that this question came up several times in the past, but I couldn't find a solution that worked for me. I tried to run clearml-init from two Windows...
3 years ago
0 Votes
3 Answers
826 Views
0 Votes 3 Answers 826 Views
3 years ago
0 Votes
16 Answers
810 Views
0 Votes 16 Answers 810 Views
I also tried to manually create a clearml.conf file and add the line api.verify_certificate: False at the very beginning. But then when I try to create a tas...
3 years ago
0 Votes
9 Answers
877 Views
0 Votes 9 Answers 877 Views
Hi all, I am trying to debug a strange issue with the most minimal version of a http://clear.ml session (the simple "hello world" Task instance), within a ra...
3 years ago
0 Hi, I Have A Clearml Installed On A Standalone Server Running Our Company'S Customized Ubuntu Mod. I'M Experience Logging Failures, Due To What Seems Like A Failed Access To The Server. It Looks As If The Api Call Got Somehow "Intercepted", Which Crashed

The following sentence in the HTML seems to hint at a corrupted/bad request, which is why I approached you in the first place:

This could be caused by a misconfiguration, or possibly a malformed request.

The error popped up after the experiment has been running for while, which is strange..

3 years ago
0 Hi, I Have A Clearml Installed On A Standalone Server Running Our Company'S Customized Ubuntu Mod. I'M Experience Logging Failures, Due To What Seems Like A Failed Access To The Server. It Looks As If The Api Call Got Somehow "Intercepted", Which Crashed

heh, yeah, I thought as much. I feels like something that a company admin might be able to assist with, but I'm not entirely sure. The HTML response appears to have been composed by our local ops team who created the Ubuntu mod. I'll try to approach them.

3 years ago
0 I Also Tried To Manually Create A

Just to update on my issue from last week. Indeed, it was a client-side error. I'm using Px proxy, which seems to block several blocks. Removing it and switching to a different proxy client resolved the issue.

3 years ago
0 I Also Tried To Manually Create A

(base) orj1tv@TV2Z1017:~$ curl `

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" " ` ` ">

<html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title>Error response</title> </head> <body> <h1>Error response</h1> <p>Error code: 400</p> <p>Message: Bad Request.</p> <p>Error code explanation: 400 - Bad request syntax or unsupported method.</p> </body> </html> `

3 years ago
0 I Also Tried To Manually Create A

Also:
(base) orj1tv@TV2Z1017:~$ curl curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number

3 years ago
0 I Also Tried To Manually Create A

*several blocks -> several ports (of course)

3 years ago
0 I Also Tried To Manually Create A

Thanks for the help SuccessfulKoala55

3 years ago
0 I Also Tried To Manually Create A

hmm.. might be, but it's weird. I'm connected to the VPN so I was hoping that FW blocks would've been avoided, but I may very well have been wrong. I have CNTLM installed on the machine running the ClearML server. Perhaps it's not configured properly?

3 years ago
0 I Also Tried To Manually Create A

Yeah, feels like it. I just asked a colleague, and she actually managed to log from her (remote, vpn-connected) Ubuntu machine (I'm using Windows). So it doesn't to be a server-side issue.

3 years ago
0 I Also Tried To Manually Create A

There seems to be indeed an issue here...

3 years ago
0 Hi All, I Am Trying To Debug A Strange Issue With The Most Minimal Version Of A

Yes, my apologies. I should provide you a more comprehensive log. I am working on pinpoint the line that triggers this message. It behaves almost like a segfault, but I'll do my best to locate the error prone line. Sorry for the incomplete picture -- I'll post an update today.

3 years ago
0 Hi All, I Am Trying To Debug A Strange Issue With The Most Minimal Version Of A

If there was a "debug mode" for viewing the stack trace before the crash that would've been most helpful...

3 years ago
0 Hi All, I Am Trying To Debug A Strange Issue With The Most Minimal Version Of A

SuccessfulKoala55 Locally, I think. Also, I forgot to add that the training script is run on the same machine that's running the ClearML server.

3 years ago
0 Hi All, I Am Trying To Debug A Strange Issue With The Most Minimal Version Of A

Hi, SmallDeer34 Unfortunately no. The code stack is pretty substantial, and I'm not sure what portion of it would be useful.

3 years ago