nanosonde

Results 68 comments of nanosonde

@burin-n Did you change something in the Dockerfile or have you just rebuilt the image? I am asking this, because I also ran into this issue and a local built...

My current locally built container uses the following python modules: ``` root@7cf654ea3692:/opt# pip list argparse (1.2.1) backports-abc (0.5) cffi (0.8.6) chardet (2.3.0) colorama (0.3.2) cryptography (0.6.1) futures (3.2.0) html5lib (0.999)...

Ok, I think I have found the reason for this issue. The yaml file for my german model contains this line: ``` # Just a sample post-processor that appends "."...

@burin-n Ok. But it seems that it was not a matter of any specific version of some components but rather the provided yaml file. I am curious: how does your...

Hi! Today I ran into the same issue. The worker does not come up with this model. ``` root@b14b54d5a69c:/opt# cat worker.log libudev: udev_has_devtmpfs: name_to_handle_at on /dev: Operation not permitted libdc1394...

It seems that it cannot open all the files that are referenced in the yaml file. Files are there in the mentioned subfolder. Any idea?

Got it working. It seems to be an issue with the paths. I have edited the yaml file and replace all paths with absolute paths starting with /opt/models/ After that...

It is working, but I had to struggle with this issue here: https://github.com/alumae/kaldi-gstreamer-server/issues/168 So commenting the post-processing line in a yaml file seems to sove this issue.

Homekit Secure Video was finally implemented in homebridge-camera-ffmpeg: https://github.com/Sunoo/homebridge-camera-ffmpeg/tree/hksv Related PR: https://github.com/Sunoo/homebridge-camera-ffmpeg/pull/1200 Maybe you can get an idea of what needs to be implemented in golang.

Hi! Has this issue been fixed? Is anybody working on fixing this issue?