Verifying PyCue causes python error
See original GitHub issueIssue Description
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.
Issue Analytics
- State:
- Created 4 years ago
- Comments:19
Top Results From Across the Web
tebeka/pycue - GitHub
This library uses the cue command line utility and will fail if it's not found in PATH. You can set the CUE_EXE environment...
Read more >Fixing your SSL Verify Errors in Python - Level Up Coding
As far as I can tell there are 2 primary reasons that people have issues with SSL. The first is you are dealing...
Read more >pycue · PyPI
python -m pip install pycue. This library uses the cue command line utility and will fail if it's not found in PATH.
Read more >Python SSL certificate verify error - Stack Overflow
It ran for a while and threw the ssl error. I thought the idea of verify=False is that it wouldn't check. The vendor...
Read more >Installing PyCue and PyOutline - OpenCue
Configuring and verifying the install If you installed PyCue into a virtual environment, make sure you've activated that environment.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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?Yeah that works - let’s discuss on the users list.