trezor / trezord-go

:smiling_imp: Trezor Communication Daemon (written in Go)
GNU Lesser General Public License v3.0
241 stars 146 forks source link

Trezor Bridge download link is broken! #249

Closed melroy89 closed 2 years ago

melroy89 commented 2 years ago

I'm unable to download the Trezor Bridge for AdaLite.

**Steps***

  1. When I go to the official download page for the Trezor Bridge: https://suite.trezor.io/web/bridge/
  2. I select Linux 64-bit (deb).
  3. Redirect me to the following file: https://data.trezor.iobridge/2.0.27/trezor-bridge_2.0.27_amd64.deb

File/website can NOT be found!? What now?

aloisklink commented 2 years ago

Try adding a / between the .io and bridge, e.g. https://data.trezor.io/bridge/2.0.27/trezor-bridge_2.0.27_amd64.deb

Btw, you can find a newer version at https://data.trezor.io/bridge/2.0.30/ too, I'm not sure why the official download page still points to v2.0.27

prusnak commented 2 years ago

Right, there is a slash missing between io and bridge.

Fixed in https://github.com/trezor/trezor-suite/pull/5824 will be deployed soon.

melroy89 commented 2 years ago

Thank you. Follow up item created: #250