@greweb

Results 177 comments of @greweb
trafficstars

we have recently started a commandline version of `ledger-live` (for test purpose at the moment) but that use the same low level libraries. You can install it with `npm i...

this seems like a folder permission, how did you install node?

- I would recommend to use Node 12 (LTS) - if you install it as root, you also need to `npm i -g` as root. an alternative is to use...

https://github.com/LedgerHQ/ledger-live-desktop/pull/2630 fixes it but it's blocked by important issue that was making sqlite not properly behaving when encrypted. we'll need to redo some QA on it.

I guess because we use WebSocket here. Not sure if there is anything we can fix

the bug might be related to `wss://` that is used in Ledger Live. the previous Chrome app was using `ws://` . we have first to check all our API works...

@lomax it's likely your Proxy supports `ws://` but not `wss://` would you mind checking on this? https://www.websocket.org/echo.html

@lomax can you try to click on CONNECT, not the "Rock it" thing

we might provide an option to set up the proxy parameters. https://github.com/electron/electron/blob/master/docs/api/session.md#sessetproxyconfig-callback

Please try again. We believe this issue is now fixed and was due to cloudfare.