Show commenting unavailable if comment list fails #5607

Open
opened 2021-03-02 18:56:05 +01:00 by tzarebczan · 5 comments
tzarebczan commented 2021-03-02 18:56:05 +01:00 (Migrated from github.com)

Comment server had an outage and users tried to type long comments, which then ended up failing. If they knew it was down, they wouldn't have wasted the effort.

Comment server had an outage and users tried to type long comments, which then ended up failing. If they knew it was down, they wouldn't have wasted the effort.
infinite-persistence commented 2021-03-03 01:06:53 +01:00 (Migrated from github.com)
  • Is there an announcement (and query) for the downtime duration, or do we simply show "please try again in a few minutes" instead of the text box?
  • I think the latter won't help much. I hit this too while looking at the comment-edit issue. For my case, the other comments did load, just that i was unable to send a new one until hours later.
- Is there an announcement (and query) for the downtime duration, or do we simply show "please try again in a few minutes" instead of the text box? - I think the latter won't help much. I hit this too while looking at the comment-edit issue. For my case, the other comments did load, just that i was unable to send a new one until hours later.
tzarebczan commented 2021-03-03 19:04:21 +01:00 (Migrated from github.com)

I think we'll be moving to web sockets, so that will be be the better way to tell if it's up or not. Right now you'd know if the comment list call errors.

Not sure why you had issues sending - was this recently? Curious what the network calls showed.

I think we'll be moving to web sockets, so that will be be the better way to tell if it's up or not. Right now you'd know if the comment list call errors. Not sure why you had issues sending - was this recently? Curious what the network calls showed.
infinite-persistence commented 2021-03-04 02:40:50 +01:00 (Migrated from github.com)

Not sure why you had issues sending - was this recently? Curious what the network calls showed.

Forgot to look -- will do in future. At first I thought it was just due dev mode (not signed in, etc.), but given that 2 others in Discord faced the same thing, perhaps it's something else. But it was just "down" for a couple of hours.

> _Not sure why you had issues sending - was this recently? Curious what the network calls showed._ Forgot to look -- will do in future. At first I thought it was just due dev mode (not signed in, etc.), but given that 2 others in Discord faced the same thing, perhaps it's something else. But it was just "down" for a couple of hours.
infinite-persistence commented 2021-03-04 08:26:01 +01:00 (Migrated from github.com)

Happened again just now from 0.49.5. Other comments load fine, but I just can't submit.

{
  "jsonrpc": "2.0",
  "result": {
    "error": {
      "code": -32000,
      "data": null,
      "message": "Error in daemon: Attempting to send rpc request when connection is not available."
    },
    "id": 1,
    "is_claim_signature_valid": false,
    "jsonrpc": "2.0"
  }
}
Happened again just now from 0.49.5. Other comments load fine, but I just can't submit. ``` { "jsonrpc": "2.0", "result": { "error": { "code": -32000, "data": null, "message": "Error in daemon: Attempting to send rpc request when connection is not available." }, "id": 1, "is_claim_signature_valid": false, "jsonrpc": "2.0" } } ```
tzarebczan commented 2021-03-12 16:53:43 +01:00 (Migrated from github.com)

This issue should be fixed now, it was a quirk with the lbry.tv sdks.

This issue should be fixed now, it was a quirk with the lbry.tv sdks.
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#5607
No description provided.