Handle ERR_CONNECTION_RESET and restart app without quitting #1689

Closed
opened 2018-06-25 23:14:51 +02:00 by LavRadis · 5 comments
LavRadis commented 2018-06-25 23:14:51 +02:00 (Migrated from github.com)

The Issue

Before testing the RC15, my RC14 did not start the automatic upgrade prompt. After few moments it reported the ERR_CONNECTION_RESET. After clicking "OK" on the error message, the entire app crashed. I remember one-two other users reporting the same error.
Tom has my logfile on Discord.

Steps to Reproduce

  1. Not sure how to reproduce it.

System Configuration

  • LBRY Daemon version: 0.20.2
  • LBRY App version: 0.22.0-rc.14
  • LBRY Installation ID: 4bV2hxTd3CkUuRGaXtstb2x822HHfaSu59WM3FGzMgMwU2zB7cTP1nJDhNoZQy8kVb
  • Operating system: Windows (Windows-10-10.0.17134)

Screenshots

lbry net error rc14

## The Issue Before testing the RC15, my RC14 did not start the automatic upgrade prompt. After few moments it reported the ERR_CONNECTION_RESET. After clicking "OK" on the error message, the entire app crashed. I remember one-two other users reporting the same error. Tom has my logfile on Discord. ### Steps to Reproduce 1. Not sure how to reproduce it. 2. 3. ## System Configuration - LBRY Daemon version: 0.20.2 - LBRY App version: 0.22.0-rc.14 - LBRY Installation ID: 4bV2hxTd3CkUuRGaXtstb2x822HHfaSu59WM3FGzMgMwU2zB7cTP1nJDhNoZQy8kVb - Operating system: Windows (Windows-10-10.0.17134) ## Screenshots ![lbry net error rc14](https://user-images.githubusercontent.com/10566738/41875866-7ab9d896-78cc-11e8-96c1-21e2e64327e3.jpg)
tzarebczan commented 2018-06-25 23:22:51 +02:00 (Migrated from github.com)

Thanks for filing! We'll need to deal with daemon resets better in more general terms. Maybe the app can start the daemon back up instead of quitting.

Thanks for filing! We'll need to deal with daemon resets better in more general terms. Maybe the app can start the daemon back up instead of quitting.
tzarebczan commented 2018-06-26 18:38:51 +02:00 (Migrated from github.com)

The daemon log shows:

2018-06-25 22:42:18,096 ERROR    lbryum.socket_pipe:58: pipe (socket error): [Errno 10054] An existing connection was forcibly closed by the remote host
2018-06-25 22:42:18,098 WARNING  lbryum.interface:186: connection closed remotely
2018-06-25 22:42:18,177 ERROR    lbryum.socket_pipe:58: pipe (socket error): [Errno 10054] An existing connection was forcibly closed by the remote host
2018-06-25 22:42:18,177 WARNING  lbryum.interface:186: connection closed remotely
The daemon log shows: ``` 2018-06-25 22:42:18,096 ERROR lbryum.socket_pipe:58: pipe (socket error): [Errno 10054] An existing connection was forcibly closed by the remote host 2018-06-25 22:42:18,098 WARNING lbryum.interface:186: connection closed remotely 2018-06-25 22:42:18,177 ERROR lbryum.socket_pipe:58: pipe (socket error): [Errno 10054] An existing connection was forcibly closed by the remote host 2018-06-25 22:42:18,177 WARNING lbryum.interface:186: connection closed remotely ```
tzarebczan commented 2018-06-26 18:52:11 +02:00 (Migrated from github.com)

@shyba will take a look into this from lbryum side

@shyba will take a look into this from lbryum side
shyba commented 2018-08-27 00:06:02 +02:00 (Migrated from github.com)

@tzarebczan maybe this was related with that bug that got solved during startup? that caused troubles on startup if one of the wallet servers were out?
lbryum is being deprecated and the wallet servers got a new release. I wonder if the new one still disconnects or if it got solved.

@tzarebczan maybe this was related with that bug that got solved during startup? that caused troubles on startup if one of the wallet servers were out? lbryum is being deprecated and the wallet servers got a new release. I wonder if the new one still disconnects or if it got solved.
tzarebczan commented 2021-01-27 20:20:16 +01:00 (Migrated from github.com)

Haven't seen this in a while, may have fixed itself with Electron updates.

Haven't seen this in a while, may have fixed itself with Electron updates.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1689
No description provided.