I’m having trouble sending a test msg. hologram send “test” errors out with “ERROR: Failed to connect socket”.
This is on a rpi4 with bookworm. I built python v3.9, set up a venv, and then installed the hologram sdk wtih pip3. This worked without errors.
Once I worked out how to share the venv with sudo, I can invoke hologram and check the operator and signal:
(hologram) daves@raspberrypi:~ $ python -V
Python 3.9.21
(hologram) daves@raspberrypi:~ $ sudo $PYTHON3_VENV_PATH hologram/bin/hologram modem operator
Operator: AT&T Hologram
(hologram) daves@raspberrypi:~ $ sudo $PYTHON3_VENV_PATH hologram/bin/hologram modem signal
Signal strength: 20,99
The modem (SARA 410M) has both blue and red LEDs on.
Here’s the verbose output for the send msg failure:
(hologram) daves@raspberrypi:~ $ sudo $PYTHON3_VENV_PATH hologram/bin/hologram send “test” -vv
[removing long debug output]
Any help appreciated!