Cliff Kujala

Results 14 comments of Cliff Kujala

> I think this is to do with how the camera recovers from a Wifi drop out. The failure to receive button pushes always seems to happen if the camera...

> @cliffkujala do you also have internet blocked on the doorbell? I do not currently have the cameras blocked for internet access. I do have all my cameras in a...

Are you running Odoo through NGINX Proxy, and have you tuned the config file so that it correctly uses Workers to enable gevent functions. You can see more about this...

@czambrano1997 post your NGINX server block and your odoo-server.conf file contents here (make sure to remove any passwords or private address info.

Try without both of these in your odoo config ``` http_port = 8069 xmlrpc_port = 8069 ``` I am using only `http_port = 8069` and the rest of my stuff...

Do you have the two instances on docker listening to the same outside ports. If one has already claimed 8072>8072 then you have to build the other docker container to...

Turns out adding `libpq-dev` to line 101 is redundant since it is already on Line 75.

@Yenthe666 any thoughts on the above? Have you had a chance to test the script on Ubuntu 22.04 with V17?

> we in general run instances on odoo.sh now. Separate topic, but I'd love to discuss with you some issues I have on Odoo.SH and see if you have any...

I am having the same issues @arnaud-udf Did you find a solution?