oolongtea

Results 4 comments of oolongtea

I ran into a similar issue where the `redis_sentinel` boolean set in the playbook's `vars` section wasn't being picked up by the DavidWittman.redis role. I also tried moving any variables...

How is your data structured? Perhaps the file type is not yet supported. Do you see any specific error being generated?

Looks like `AMF3_Decode()` is [here](https://github.com/chrippa/python-librtmp/blob/master/src/librtmp/amf.h#L114), but [`decode_amf()` in `amf.py`](https://github.com/chrippa/python-librtmp/blob/master/librtmp/amf.py#L185) uses `librtmp.AMF_Decode()` instead of `librtmp.AMF3_Decode()`. Not too familiar with AMF, but you might try to directly change `decode_amf()` source code to...

as a short-term fix, we pinned to image `maven:3.6.3-jdk-8` ``` [2021-09-14T17:16:08.015Z] + mvn clean package [2021-09-14T17:16:08.015Z] ls: cannot access '/usr/bin/mvn': Operation not permitted [2021-09-14T17:16:08.273Z] Error: Could not find or load...