The first and bottom lines shown in this image - you can see the details for them in the "Network" tab
In the Network section of the developer tools, can you see the request details for the tasks.get_all_ex
call?
Hi FunnyTurkey96
Let me check what's the status here
(BTW: Is this for a specific Task or for a specific Project?)
The issue is the 400 returned form the server, let me check with backend guys
response:{"meta":{"id":"09e19b94a3c44b30b3a52fe89ee27fcf","trx":"09e19b94a3c44b30b3a52fe89ee27fcf","endpoint":{"name":"tasks.get_all_ex","requested_version":"2.13","actual_version":"1.0"},"result_code":400,"result_subcode":12,"result_msg":"Validation error (invalid task field): path=hyperparams.input.num_train_epochs.value","error_stack":null,"error_data":{}},"data":{}}
Hi!
Thanks for your response!
That’s what I see in the Network tab:
{ "meta": { "id": "09e19b94a3c44b30b3a52fe89ee27fcf", "trx": "09e19b94a3c44b30b3a52fe89ee27fcf", "endpoint": { "name": "tasks.get_all_ex", "requested_version": "2.13", "actual_version": "1.0" }, "result_code": 400, "result_subcode": 12, "result_msg": "Validation error (invalid task field): path=hyperparams.input.num_train_epochs.value", "error_stack": null, "error_data": {} }, "data": {} }
nope. it happens for all of them (only on our on-prem server, so it might be a misconfiguration of some kind)
Hi SuccessfulKoala55 !
Did you managed to fix this issue?
Thx!
AgitatedDove14
Hi!
Any idea of how to solve this issue?
Thx!
Hi FunnyTurkey96 , yeah ClearML Server 1.1 was released with the fix 🙂
Hi FunnyTurkey96
can you please tell what was in the error "More Info"?
and if there are any relevant errors in the browser console, open it with F12, and select the console tab.
FunnyTurkey96 we've identified the issue - will be releasing a version in a day or two with the fix
request payload:{"id":[],"project":["6d3dc225d3e041768689bac6ea82573c"],"page":0,"page_size":15,"order_by":["-last_update"],"type":["__$not","annotation_manual","__$not","annotation","__$not","dataset_import"],"user":[],"system_tags":["-archived"],"tags":[],"include_subprojects":false,"only_fields":["system_tags","project","company","last_change","started","last_iteration","tags","user.name","type","name","status","project.name","last_update","parent.name","parent.project.id","parent.project.name","hyperparams.input.num_train_epochs.value"]}
FunnyTurkey96 can you point your browser to the /version.json
path and share the results?
SuccessfulKoala55 , I sent everything that might help, since I don’t really know which could be most helpful…
Thx!