Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python API Host.isLocked() always return False #1326

Open
Tilix4 opened this issue Nov 2, 2023 · 0 comments
Open

Python API Host.isLocked() always return False #1326

Tilix4 opened this issue Nov 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Tilix4
Copy link

Tilix4 commented Nov 2, 2023

Describe the bug
Host test isLocked() is inconsistent with what is displayed in the cuegui, and always return False

To Reproduce
Steps to reproduce the behavior:

  1. Start a python with OpenCue env, a host must be connected
  2. Assuming the host is the first in the list, execute:
from opencue.api import getHosts
h = next(h for h in getHosts())
h.lock()
h.isLocked()

False

  1. Check in cuegui, the host is locked

Expected behavior
Host.isLocked() must return a reliable value.

Version Number
v0.22.14

@Tilix4 Tilix4 added the bug Something isn't working label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant