Skip to content

Instantly share code, notes, and snippets.

@aaqibjavith
Last active July 20, 2020 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaqibjavith/abe2920dded20cee094ef60b13eab618 to your computer and use it in GitHub Desktop.
Save aaqibjavith/abe2920dded20cee094ef60b13eab618 to your computer and use it in GitHub Desktop.
rrplayer-issue.txt
index.js:1 Uncaught (in promise) DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
at https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:22352
at Array.forEach (<anonymous>)
at e.applyIncremental (https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:22168)
at i (https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:20183)
at https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:20738
at e.play (https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:18229)
at ae.K (https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:30416)
at ae.fire (https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:1433)
at https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:37079
at w (https://cdn.jsdelivr.net/npm/rrweb-player@latest/dist/index.js:1:1104)
(anonymous) @ index.js:1
e.applyIncremental @ index.js:1
i @ index.js:1
(anonymous) @ index.js:1
e.play @ index.js:1
K @ index.js:1
fire @ index.js:1
(anonymous) @ index.js:1
w @ index.js:1
v @ index.js:1
de @ index.js:1
(anonymous) @ index.js:1 Uncaught TypeError: Cannot read property 'querySelectorAll' of null
at e.hoverElements (index.js:1)
at e.moveAndHover (index.js:1)
at Object.doAction (index.js:1)
at r (index.js:1)
index.js:1 Uncaught TypeError: Cannot read property 'querySelectorAll' of null
at e.hoverElements (index.js:1)
at e.moveAndHover (index.js:1)
at Object.doAction (index.js:1)
at r (index.js:1)
index.js:1 Uncaught TypeError: Cannot read property 'querySelectorAll' of null
at e.hoverElements (index.js:1)
at e.moveAndHover (index.js:1)
at Object.doAction (index.js:1)
at r (index.js:1)
index.js:1 [replayer] Node with id '2679' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 [replayer] Node with id '2581' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 Uncaught (in promise) TypeError: t.setAttribute is not a function
at index.js:1
at Array.forEach (<anonymous>)
at e.applyIncremental (index.js:1)
at i (index.js:1)
at index.js:1
at e.play (index.js:1)
at ae.K (index.js:1)
at ae.fire (index.js:1)
at index.js:1
at w (index.js:1)
index.js:1 [replayer] Node with id '2679' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 [replayer] Node with id '2581' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 Uncaught (in promise) TypeError: t.setAttribute is not a function
at index.js:1
at Array.forEach (<anonymous>)
at e.applyIncremental (index.js:1)
at i (index.js:1)
at index.js:1
at e.play (index.js:1)
at ae.K (index.js:1)
at ae.fire (index.js:1)
at index.js:1
at w (index.js:1)
index.js:1 [replayer] Node with id '2679' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 [replayer] Node with id '2581' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 Uncaught TypeError: t.setAttribute is not a function
at index.js:1
at Array.forEach (<anonymous>)
at e.applyIncremental (index.js:1)
at i (index.js:1)
at index.js:1
at e.play (index.js:1)
at ae.handleProgressClick (index.js:1)
at HTMLDivElement.z (index.js:1)
index.js:1 [replayer] Node with id '2679' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 [replayer] Node with id '2581' not found in Object
e.warnNodeNotFound @ index.js:1
index.js:1 Uncaught TypeError: t.setAttribute is not a function
at index.js:1
at Array.forEach (<anonymous>)
at e.applyIncremental (index.js:1)
at i (index.js:1)
at index.js:1
at e.play (index.js:1)
at ae.handleProgressClick (index.js:1)
at HTMLDivElement.z (index.js:1)
@mukeshsalaria01
Copy link

Hi,

I have some questions as it seems you made it work.

  1. Which backend database and technology you are using?
  2. Can you send me the database structure you are using to save the events?
  3. How you are fetching all the events related to same session and concatenating it?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment