Lars van der Bijl

Results 26 comments of Lars van der Bijl

@bcipriano should we cut a new release since we have merged a few DB changes.

hi @mrkataei `ModuleNotFoundError` would indicate that the `pycue` package was not successfully installed into your virtual enviroment. Can you have a look inside of the venv for `venv/lib/python2.7/site-packages/opencue` (the python...

the `pycue` package holds the `opencue` module. the `api` error might indicate there is a `opencue.py` file somewhere locally that it it picking up. which version of python are you...

Getting strange behaviour here. when I start up a session with finished jobs and toggle the `Load Finished` off I get the following traceback. ``` Traceback (most recent call last):...

We should remove the values that are being set in the `CONFIG` table but are no longer used. - MAX_PING_TIME - MIN_CORES_REQUIRED - MIN_MEM_REQUIRED - MAX_PPS - MAX_LAYER_COUNT_PER_JOB - MAX_FRAME_COUNT_PER_JOB...

Are there any considerations we need to have regarding the vendor's icons? @bcipriano

Looks like `NodeGraphQt` requires PySide to already be installed before it can be installed itself.

Hi @futurGH, When you go into a web browser and go to `http://localhost:8080/spcue/dtd/cjsl-1.10.dtd` do you get a file download?

I'm getting the same issue on a new local checkout. the `cjsl-1.10.dtd` is located in the correct location in `cuebot/src/main/resources/public/dtd` but is not resolving. I'll investigate.

Looks like the sandbox `docker-compose.yaml` is pulling `opencue:cuebot` which looks to be out of date. Last build is 2 months ago, https://hub.docker.com/r/opencue/cuebot/tags?page=1&ordering=last_updated @bcipriano is this due to our build pipeline...