Sergio C

Results 53 comments of Sergio C

I also have this glitch. - **OS version and name:** Ubuntu Gnome 16.04, gnome-shell 3.20.4. - **Cerebro.app version:** 0.3.1

I can't decode it myself because **client.py**:_init_with_discovery_ create the orderer/peer gRPC channel in **utils/channel.py**:_create_grpc_channel_ with the discovered data. client.py and orderer.py ```python orderer = Orderer(name=orderer_info['host'], endpoint=orderer_endpoint) orderer.init_with_bundle(info) ``` ```python self._tls_ca_certs_path...

Any update with this issue? I can send a PR with the changes needed, but I don't know which parts of the code use encoded certs and can break.

Hi, have you thought about using tuya api, i.e. [tinytuya](https://github.com/jasonacox/tinytuya)?

Hello, any update in this issue? If this helps, Linux Mint has the file `/etc/upstream-release/lsb-release` with the Ubuntu version it's based on: ```bash zuzu@zuzu-vm:~$ cat /etc/upstream-release/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu...

Mmmm, you call iptables from start.sh https://github.com/dockovpn/dockovpn/blob/master/scripts/start.sh#L54, right? How that works? Maybe it's supposed to run hosts iptables (due to NET_ADMIN capability)? Building the container in arm yields an error...

Hi, the error was a misconfiguration by myself, my VPS seems to be running very restrictive rules and I had to disable multiple firewalls to allow UDP traffic. Anyway, this...

Hi, You're calling the wrong function. There are two function, the first one returns compatible payloads with the current target, the second one returns compatible payloads for a given target,...

Guys, makerbase has released the source code, check the readme.

Hi, thanks for your help. This only happens when wifi is enabled, if I disable it, stops don't happen. I'll check again for screenshot gcode. Thanks