No version info in satnogs-setup

I now finally got the 1.9 working, but when checking the versions, satnogs-setup reports “unknown”. What can be wrong here?

Stefan/OE6ISP

{
“versions”: {
“satnogs-client”: “unknown”,
“satnogs-ansible”: “unknown”,
“satnogs-flowgraphs”: “unknown”,
“gr-satnogs”: “unknown”,
“gr-soapy”: “unknown”,
“gnuradio”: “unknown”,
“satnogs-config”: “1.0”
},
“state”: {
“is-applied”: false,
“pending-tags”: null
},
“system”: {
“date”: “2025-05-06T10:31:59.791405+00:00”,
“platform”: {
“system”: “Linux”,
“node”: “satnogs-config”,
“release”: “6.12.25+rpt-rpi-v8”,
“version”: “#1 SMP PREEMPT Debian 1:6.12.25-1+rpt1 (2025-04-30)”,
“machine”: “aarch64”,
“processor”: “”
},

That is indeed a known issue in the new stack, it doesn’t have access to the package versions in the other images yet.
As it’s docker images they are separated and needs to be solved in the future.

1 Like

Ok - I thought something like this, but then I saw logs with the versions filled in. But maybe they are from a “non-docker” version. As I skipped from 1.6 directly to 1.9, I dont know anything about the version-history inbetween.
I can live with this for now :wink:
thx,
Stefan/OE6ISP