Lars van der Bijl
Lars van der Bijl
hey @fr4yssf, would you mind sharing the hostname of the RQD host? also, could you try and `pip install idna` in the venv and see if that resolves the issue?
Looks to be a issue with the Yaml loader. `ol = yaml.load(file_object, Loader=yaml.FullLoader)` it might require a different loader.
Hi @mrkataei I just tried building the cuebot from master and was able to get past it successfully. ``` Step 8/29 : COPY --chown=gradle:gradle VERSION.in VERSIO[N] ./ ---> 72a4e67f9416 Step...
I used `docker build -f cuebot/Dockerfile .` to build. when I use `docker build -t ./cuebot -f cuebot/Dockerfile .` I get ``` invalid argument "./cuebot" for "-t, --tag" flag: invalid...
Not sure if this could be an issue with `podman` as I can't find any reference to `dry-running` in docker itself. which version of docker do you get with: ```bash...
Thank you @ddneilson for taking the time and providing this feedback, it is greatly appreciated!
I know but it's based on the old API and I want to build it using the new API as it should be faster moving foward and provides a caching...
also it makes some assumptions based on file naming which i would like to avoid. I don't care what the version number is on disk. ftrack is the source of...
this weeks i'm kind scrambling to get some proof of concepts in place to show off but i'll start commenting on the repo :)