Carles Pina Estany
Carles Pina Estany
No Arlo camera in the network or configured (so a strange case). Typing the command and doing nothing else seems raise the exception below. ``` carles@pinux:~$ pyaarlo -u u -p...
I tried to run the unit tests (it helps when doing the Debian package) and there are a few unit tests that fail. I had a look and some have...
I'm preparing the Debian package for ping3. While doing it I prepared a minimal manual page. This PR has the file `ping3.1` which is the manual page. I'm not sure...
With the change: ``` $ ping3 google.com PermissionError (destination google.com): in your system you might need to use root privileges to use ping3 ``` Or: ``` $ ping3 google.com --exceptions...
This is a question. In the `pyproject.toml` there is: ``` include = [ "LICENSE", "CONTRIBUTING.rst", "CHANGELOG.rst", "scripts/ringcli.py" ] ``` I haven't done much Python packaging. But for other packages that...
``` (ring_doorbell) carles@pinux:~/.venvs$ ring-doorbell --help [...] listen Listen to push notification like the ones sent to... motion-detection Display ring devices. show Display ring devices. videos Interact with ring videos. ```...
I am using Debian packaged versions (Debian 12 Bullseye) using: - daphne 4.0.0 - django 3.2.19 - python 3.11.2 The problem happens when using Django with daphne (debugging with runserver...
After running the unit tests there are two files that are left behind: `did_recovery` and `did_recovered`. I think that they are created in the directory from where the unit test...
Situation: I have three monitors that fail. I used to have (simplified): ``` [monitor] interval=5 [reporting] loggers=logfile,html alerters=email [email] type=email tz=Europe/Madrid host=mail.example.org from=User [email protected] username=user01 password=the_password ssl=starttls ``` Now I've...
In the git checkout `679353b0a0656bdbeed8293bb1a342f76f77417f`, if I run the unit tests with `pytest` I get 23 failures (https://gist.github.com/cpina/e1daef2c0687f0a01baaa8d950f44eb4) If I do checkout the version v1.12.0 I get 3 failures (https://gist.github.com/cpina/1d1fa39cd6a9784fce2791ea0dea1cd2)....