keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.65k stars 230 forks source link

Invalid Choice: 'reolink' - Latest Code Not Being Pulled #143

Closed FreeWillyB closed 2 years ago

FreeWillyB commented 2 years ago

Describe the bug When pulling the latest docker image or when doing a pip install, the latest code containing the pieces for the "reolink" isn't being pulled. It appears that the code on Pypi is from 8/19/2021. So when I try to run the reolink module, I get this error

unifi-cam-proxy: error: argument impl: invalid choice: 'reolink' (choose from 'frigate', 'hikvision', 'lorex', 'dahua', 'reolink_nvr', 'rtsp')

To Reproduce Use the docker-compose or pip install installation and use the "reolink" flag.

Camera (please complete the following information): Reolink RLC-410-5MP

keshavdv commented 2 years ago

The latest version isn't pushed to pypi yet, but you can try it out in the dev docker image (keshavdv/unifi-cam-proxy:dev) in the meantime. I'll be putting up a new release soon.

FreeWillyB commented 2 years ago

Awesome! I was having a hard time finding the right tag to use. That one works great.