shah
July 8, 2025, 1:53pm
1
Hey trying to log_image on model experiment. Log_metric works fine, but image leads to this error:
transforms.external.systems._redact_credentials_in_output.ConjureHTTPError: 403 Client Error: Forbidden for url: https://waypoint-envoy.rubix-system.svc.cluster.local:8443/compute/a82899/foundry/models-api/models/api/experiments/ri.models.main.experiment.ea91a388-8c97-4ac3-92f1-0f0806d8c422/log/image?seriesName=Sparsity+Matrix&step=1×tamp=1751951227556. ErrorCode: ‘PERMISSION_DENIED’. ErrorName: ‘MediaSet:CannotReadMediaSetBranch’. ErrorInstanceId: ‘11148a85-03cb-453e-bddc-0901eb21ca13’. TraceId: ‘039a3d597198233a’. Parameters: {}
I tried setting the step specifically, but there is some kind of restriction or block on making the MediaSet. Any ideas?
Hey @shah ! Thanks for reporting this.
I was able to reproduce this myself, I am working on a fix for this right now and will update when it is released.
Just to update here - Fix has been released, may take up to 30mins to an hour before you see the issue resolved.
shah
July 9, 2025, 7:23am
4
Hi Tucker, this works, did we check that it would work for the plots too, while you’re at it? Haven’t tried that yet. But thanks much for the quick response
tucker
July 9, 2025, 12:42pm
5
Plots should not run into this issue as they are stored differently than images. Are you seeing issues with plots?
shah
July 10, 2025, 5:45pm
6
it says log_plot not recognized part of Experiment.
tucker
July 10, 2025, 5:46pm
7
What version of palantir_models are you using? log_plot was only added to palantir_models in recent-ish versions. Could you try upgrading to the latest available version (using the libraries sidebar)
shah
July 10, 2025, 11:25pm
8
it was an older version, but even after upgrading to .180, the latest, it says same thing…
tucker
July 10, 2025, 11:28pm
9
could you please share a snippet of the code you are running that contains the error and the full error message you are seeing