OpenCue: Verifying PyCue causes python error
We would like to try out OpenCue, so I’m setting it up for testing purposes. I’m following the wiki, using redhad based vms, instead of docker containers.
I’ve reached the point where I gotta test PyCue and PyOutline with the following command in venv:
CUEBOT_HOSTS="localhost" python
import opencue
import outline
[show.name() for show in opencue.api.getShows()]
This produces:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/venv/lib/python2.7/site-packages/pycue-0.1.74-py2.7.egg/opencue/util.py", line 54, in _decorator
.format(code=code, details=details))
opencue.exception.CueException: Encountered a server error. StatusCode.UNKNOWN : No details found. Check server logs.
Tested on CentOS 7 and Fedora 29. In both cases the same error occurs.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19
Commits related to this issue
- Reset channel in pycue when setting host or facility (#222) * Issue #220, call resetChannel when setting host or facility on opencue.Cuebot — committed to AcademySoftwareFoundation/OpenCue by deleted user 5 years ago
Just checking - I noticed your comment says
CUEBOST_HOSTS
instead ofCUEBOT_HOSTS
- was this typo present in the command you ran too or just in the comment?