Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RaspiBlitz] Electrs status handling throws an error #246

Open
fusion44 opened this issue Feb 25, 2024 · 0 comments
Open

[RaspiBlitz] Electrs status handling throws an error #246

fusion44 opened this issue Feb 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working platform:raspiblitz All issues only affecting RaspiBlitz platform
Milestone

Comments

@fusion44
Copy link
Owner

fusion44 commented Feb 25, 2024

curl -X 'GET' \
  'http://192.168.178.38/api/apps/status' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer  xxx'
[
  {
    "id": "mempool",
    "version": "v2.5.0",
    "installed": false,
    "status": "offline",
    "error": ""
  },
  {
    "id": "btc-rpc-explorer",
    "version": "v3.4.0",
    "installed": false,
    "status": "offline",
    "error": ""
  },
  {
    "id": "lnbits",
    "version": "0.11.3",
    "installed": false,
    "status": "offline",
    "error": ""
  },
  {
    "id": "btcpayserver",
    "version": "v1.12.5",
    "installed": false,
    "status": "offline",
    "error": ""
  },
  {
    "id": "rtl",
    "version": "v0.14.1",
    "installed": false,
    "status": "offline",
    "error": ""
  },
  {
    "id": "thunderhub",
    "version": "v0.13.30",
    "installed": false,
    "status": "offline",
    "error": ""
  },
  {
    "id": "jam",
    "version": "0.1.6",
    "installed": false,
    "status": "offline",
    "error": ""
  },
  {
    "id": "electrs",
    "error": "script result processing error: /home/admin/config.scripts/bonus.electrs.sh status"
  }
]
Feb 25 07:57:34 python[2167358]: 2024-02-25 07:57:34 | ⚠️ | raspiblitz.py:124 | error on repackage data: ##### STATUS ELECTRS SERVICE
Feb 25 07:57:34 python[2167358]: version='v0.10.2'
Feb 25 07:57:34 python[2167358]: configured=1
Feb 25 07:57:34 python[2167358]: serviceInstalled=1
Feb 25 07:57:34 python[2167358]: serviceRunning=1
Feb 25 07:57:34 python[2167358]: localIP='192.168.178.38'
Feb 25 07:57:34 python[2167358]: publicIP='93.218.213.19'
Feb 25 07:57:34 python[2167358]: portTCP='50001'
Feb 25 07:57:34 python[2167358]: localTCPPortActive=1
Feb 25 07:57:34 python[2167358]: publicTCPPortAnswering=0
Feb 25 07:57:34 python[2167358]: portSSL='50002'
Feb 25 07:57:34 python[2167358]: localHTTPPortActive=1
Feb 25 07:57:34 python[2167358]: publicHTTPPortAnswering=0
Feb 25 07:57:34 python[2167358]: TorRunning=1
Feb 25 07:57:34 python[2167358]: nginxTest=1
Feb 25 07:57:34 python[2167358]: serviceRunning=1
Feb 25 07:57:34 python[2167358]: electrumResponding=1
Feb 25 07:57:34 python[2167358]: initialSynced=1
Feb 25 07:57:34 python[2167358]:

refs raspiblitz/raspiblitz#4436

@fusion44 fusion44 added bug Something isn't working platform:raspiblitz All issues only affecting RaspiBlitz platform labels Feb 25, 2024
@fusion44 fusion44 added this to the V0.6.0-beta milestone Feb 25, 2024
@fusion44 fusion44 self-assigned this Feb 25, 2024
fusion44 added a commit that referenced this issue Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform:raspiblitz All issues only affecting RaspiBlitz platform
Projects
None yet
Development

No branches or pull requests

1 participant