question-mark

Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Verifying PyCue causes python error

See original GitHub issue

Issue 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:closed
  • Created 4 years ago
  • Comments:19

github_iconTop GitHub Comments

1reaction
bciprianocommented, Feb 27, 2019

Just checking - I noticed your comment says CUEBOST_HOSTS instead of CUEBOT_HOSTS - was this typo present in the command you ran too or just in the comment?

0reactions
bciprianocommented, Feb 27, 2019

Yeah that works - let’s discuss on the users list.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found