trezor / trezord-go

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

Incorrect "You were disconnect." error #207

Closed alexdupre closed 3 years ago

alexdupre commented 3 years ago

Since a few trezord/wallet releases I constantly see the following error when running on FreeBSD:

Screenshot_20201112_100703

But the the device is not disconnected and it works perfectly, so it seems the error is appearing even if it shouldn't. What triggers it?

prusnak commented 3 years ago

Sorry, FreeBSD is not supported. You are encouraged to investigate the issue and send a pull request.

alexdupre commented 3 years ago

It's what I'm going to do, but if you could tell me what's the condition that triggers that error it might speed up finding the issue.

alexdupre commented 3 years ago

Ok, I think it uses the browser navigator.Online property, that for some reason is set to false on my chromium (I see many bug reports on that). With firefox it's set to true and in fact the error is not present.