Reputation
Badges 1
15 × Eureka!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..
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.
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.
AgitatedDove14 clearml==1.0.4
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.
(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> `
Also:(base) orj1tv@TV2Z1017:~$ curl
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
Hi, SmallDeer34 Unfortunately no. The code stack is pretty substantial, and I'm not sure what portion of it would be useful.
If there was a "debug mode" for viewing the stack trace before the crash that would've been most helpful...
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.
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.
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?