atlas icon indicating copy to clipboard operation
atlas copied to clipboard

JoystreamLibError is not properly handled in extrinsics

Open drillprop opened this issue 2 years ago • 0 comments

To reproduce:

  1. Go to extrinsics, find reactToVideoTx
  2. Add
  throw new JoystreamLibError({
      name: 'FailedError',
    })
  1. Like a video
  2. You didn't get any output about the error(neither in the console, nor in the UI)

It looks like somewhere we don't properly handle JoystreamLibError, which could lead to really confusing situations.

drillprop avatar Nov 16 '22 15:11 drillprop