*several blocks -> several ports (of course)
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.
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.
anything else means someone in the way 🙂
when you curl to the 8008 port, you should see something like this:{"meta":{"id":"2d7d5c50f7e34da39c9b3203a85153dc","trx":"2d7d5c50f7e34da39c9b3203a85153dc","endpoint":{"name":"","requested_version":1.0,"actual_version":null},"result_code":400,"result_subcode":0,"result_msg":"Invalid request path /","error_stack":null,"error_data":{}},"data":{}}
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?
The first one seems to indicate someone's intercepting the call (not reaching the server) - perhaps a FW?
The second one is not a valid request (my bad :))
Also:(base) orj1tv@TV2Z1017:~$ curl
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
(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> `
did you try curl https://<host-addr>:8008
or curl http://<host-addr>:8008
?
Hi ZealousSeal58 , yeah, this seems to indicate the ClearML SDK can't connect to the apiserver