paritytech / substrate-telemetry

Polkadot Telemetry service
GNU General Public License v3.0
307 stars 205 forks source link

Uncaught Error: Non-base58 character #527

Open ioannist opened 1 year ago

ioannist commented 1 year ago

We have deployed a private telemetry and getting the following error when trying to load the Polkadex page. All other pages/networks work.

Uncaught Error: Non-base58 character
    at Object.decode (index.js:115:1)
    at e.default (decode.js:28:1)
    at PolkadotIcon.tsx:139:17
    at I (PolkadotIcon.tsx:148:14)
    at PolkadotIcon.tsx:177:18
    at h (PolkadotIcon.tsx:214:5)
    at e.a.render (PolkadotIcon.tsx:239:5)
    at Jo (react-dom.production.min.js:187:125)
    at Ho (react-dom.production.min.js:186:166)
    at Ra (react-dom.production.min.js:269:357)
jsdw commented 1 year ago

Are you using the most uptodate version of telemetry? My belief is that this issue was fixed a while ago in a slightly more recent version :)

ioannist commented 1 year ago

Latest release was on 2021-05-21 which is the one I am using

niklasad1 commented 1 year ago

The latest release is: https://github.com/paritytech/substrate-telemetry/releases/tag/v12.0-b25f3fb

jsdw commented 1 year ago

Ah I see the confusion; we had 1 "github release" from ages ago and didn't keep up with adding releases to that tab. I deleted the release there so that it's more obvious to look at the tags instead for now (until such a time as we use that Releases page properly for this)