ERR wrong number of arguments for 'del' command

Trying to do the quick install on a RPi 3 and loraserver is dumping out with an error that looks like is redis related:

Aug 14 11:34:17 pi-sapi systemd[1]: Started LoRa Server.
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="starting LoRa Server" band=US_902_928 docs="https://docs.loraserver.io/" net_id=010203 version=2.0.1
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="disabling all channels"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="enabling channels" channels="[40 41 42 43 44 45 46 47]"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="setup redis connection pool" url="redis://localhost:6379"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="connecting to postgresql"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="backend/gateway: TLS config is empty"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="backend/gateway: connecting to mqtt broker" server="tcp://localhost:1883"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="backend/gateway: connected to mqtt server"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="backend/gateway: subscribing to rx topic" qos=0 topic=gateway/+/rx
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="configuring join-server client" ca_cert= server="http://localhost:8003" tls_cert= tls_key=
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="no network-controller configured"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="applying database migrations"
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="backend/gateway: subscribing to stats topic" qos=0 topic=gateway/+/stats
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=info msg="migrations applied" count=0
Aug 14 11:34:17 pi-sapi loraserver[639]: time="2018-08-14T11:34:17-07:00" level=fatal msg="delete device-profiles from cache error: ERR wrong number of arguments for 'del' command"
Aug 14 11:34:17 pi-sapi systemd[1]: loraserver.service: Main process exited, code=exited, status=1/FAILURE
Aug 14 11:34:17 pi-sapi systemd[1]: loraserver.service: Unit entered failed state.
Aug 14 11:34:17 pi-sapi systemd[1]: loraserver.service: Failed with result 'exit-code'.
Aug 14 11:34:17 pi-sapi systemd[1]: loraserver.service: Service hold-off time over, scheduling restart.
Aug 14 11:34:17 pi-sapi systemd[1]: Stopped LoRa Server.

Versions:

$ loraserver version
WARN[0000] No configuration file found, using defaults. See: https://www.loraserver.io/loraserver/install/config/ 
2.0.1

$ lora-app-server version
WARN[0000] No configuration file found, using defaults. See: https://www.loraserver.io/lora-app-server/install/config/ 
2.0.1

$ psql -V
psql (PostgreSQL) 9.6.10

$ redis-server -v
Redis server v=3.2.6 sha=00000000:0 malloc=jemalloc-3.6.0 bits=32 build=5a93b34a97c2cde8
1 Like

3 posts were merged into an existing topic: [release] LoRa (App) Server v2.0.1