xops / expedition

🧭 A block explorer for the Ethereum stack.
https://expedition.dev/
Apache License 2.0
157 stars 93 forks source link

Encoding Error #17

Open MarkusFasnacht opened 2 years ago

MarkusFasnacht commented 2 years ago

name: Bug report about: Create a report to help us improve title: Encoding of Geth Client labels: '' assignees: ''


Describe the bug Hello :)

When connecting to the explorer the author is indicated by its id and the geth client version. There are some encoding errors in the text of the geth client version. Per example for my geth version for windows it shows the following: ؃ �geth�go1.17.5�l

To Reproduce Steps to reproduce the behavior:

  1. Go to: Expedition Block Explorer via browser
  2. Click on: ...
  3. Scroll down to: Table at start page
  4. See encoding error at column "Author"

Expected behavior The text of the geth client version should be encoded correctly, showing something like: Geth/v1.10.16-stable-20356e57/windows-amd64/go1.17.5

Screenshots Screenshot

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context ...

epicmario7133 commented 1 year ago

Same here