-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
blockingThis is a blocking issue which must be fixed before the next releaseThis is a blocking issue which must be fixed before the next releasebugSomething isn't workingSomething isn't workingpythonPull requests that update python codePull requests that update python code
Description
Description of Bug
If the commands to retrieve objects fetch those with are shared with the user they will sometimes fail due to the LLAPI trying to retrieve information it is not allowed to read:
RuntimeError: Retrieving abort status for run '*********' failed for url 'https://********/api/runs/********/abort' with status 403: Permission deniedSteps To Reproduce
If you have access to shared runs:
from simvue.api.objects import Run
for id_, _ in Run.get():
print(id_)Expected behavior
LLAPI should not attempt retrieval of private attributes of shared runs.
Setup
- OS: Ubuntu 25.10
- Python version: 3.13
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockingThis is a blocking issue which must be fixed before the next releaseThis is a blocking issue which must be fixed before the next releasebugSomething isn't workingSomething isn't workingpythonPull requests that update python codePull requests that update python code