Skip to content

GET /chequebook/balance yields failed decoding value Int.GobDecode: encoding version 28 not supported #5442

@Cafe137

Description

@Cafe137

Context

Latest master built locally

Summary

curl "http://localhost:1633/chequebook/balance" yields HTTP 500

Expected behavior

It should return HTTP 200 with chequebook balance.

Actual behavior

curl "http://localhost:1633/chequebook/balance" -H "accept: application/json, text/plain, */*"
{"code":500,"message":"cannot get chequebook balance"}

Corresponding Bee log:

"time"="2026-04-21 20:19:25.749707" "level"="debug" "logger"="node/api/get_chequebook_balance" "msg"="get available balance failed" "error"="failed decoding value Int.GobDecode: encoding version 28 not supported"

Steps to reproduce

Use latest master and run curl "http://localhost:1633/chequebook/balance"

Possible solution

N/A

AI Disclosure

  • This issue contains suggestions and text generated by an LLM.
  • I have reviewed the AI generated content thoroughly.
  • I possess the technical expertise to responsibly review the AI generated content mentioned in this issue.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions