mathrb
mathrb
Hello @bchavez Sorry for the little reaction (thumbs up), here is a more complete answer. Thanks it's working, as you said it's not really "integrated" but it's a valid workaround....
Ok thanks :)
Hello @zjgcjy the docker file is not working anymore, it's failing on go build. I wonder if it's because the source code of github.com/mattn/goreman has changed since you posted your...
After testing with the js client, I think there's an issue in the python version. With the js client and my nodejs server i have a pending websocket connection, all...
Hello For some like me that did not have time reinstalling a full 64 OS, there's a way to make it work thanks to the other docker base gui images...
@kadinwu did you found an alternative?
Hi @jkhenning , Indeed there's no cookie associated with the request.
Hello @jkhenning Here is the cookie when a request is made to `https://api.clearml..com/v2.24/reports.get_tags`: ``` _ga=GA1.2.1314995386.1670580637; clearml_token_basic=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2OTQxODgxNzQsImV4cCI6MTY5Njc4MDE3NCwiYXV0aF90eXBlIjoiQmVhcmVyIiwiaWRlbnRpdHkiOnsicm9sZSI6InVzZXIiLCJjb21wYW55X25hbWUiOiJjbGVhcm1sIiwiY29tcGFueSI6ImQxYmQ5MmEzYjAzOTQwMGNiYWZjNjBhN2E1YjFlNTJiIiwidXNlciI6IjdlN2ZhZTVhM2FkYzA5YzI1MGNhMjk2ZjUwYWNmNTQ4IiwidXNlcl9uYW1lIjoiTWF0aGlhcyBIZXJiYXV4In0sImVudiI6Ijx1bmtub3duPiIsImFwaV92ZXJzaW9uIjoiMi4yNCIsInNlcnZlcl92ZXJzaW9uIjoiMS4xMC4wIiwic2VydmVyX2J1aWxkIjoiMzU3IiwiZmVhdHVyZV9zZXQiOiJiYXNpYyJ9.g_ ``` For standard requests to `https://app.clearml..com` (`https://app.clearml..com/datasets` for example) , I only see a...
In the cookies section, I've got 2: 1. `https://app.clearml..com` a. Name = _ga, Domain = `..com`, Path = `/` 2. `https://clearml..com` a. Name = _ga, Domain = `..com`, Path =...