2023-01-12T10:54:31.560Z @trex:leaves:error Error in filterChecker Performing an update on the path '_id' would modify the immutable field '_id' MongoServerError: Performing an update on the path '_id' would modify the immutable field '_id'
at /app/node_modules/mongodb/lib/operations/update.js:72:33
at /app/node_modules/mongodb/lib/cmap/connection_pool.js:307:25
at /app/node_modules/mongodb/lib/sdam/server.js:213:17
at handleOperationResult (/app/node_modules/mongodb/lib/sdam/server.js:329:20)
at Connection.onMessage (/app/node_modules/mongodb/lib/cmap/connection.js:242:9)
at MessageStream. (/app/node_modules/mongodb/lib/cmap/connection.js:61:60)
at MessageStream.emit (node:events:526:28)
at processIncomingData (/app/node_modules/mongodb/lib/cmap/message_stream.js:125:16)
at MessageStream._write (/app/node_modules/mongodb/lib/cmap/message_stream.js:33:9)
at writeOrBuffer (node:internal/streams/writable:389:12)
Description
2023-01-12T10:54:31.560Z @trex:leaves:error Error in filterChecker Performing an update on the path '_id' would modify the immutable field '_id' MongoServerError: Performing an update on the path '_id' would modify the immutable field '_id' at /app/node_modules/mongodb/lib/operations/update.js:72:33 at /app/node_modules/mongodb/lib/cmap/connection_pool.js:307:25 at /app/node_modules/mongodb/lib/sdam/server.js:213:17 at handleOperationResult (/app/node_modules/mongodb/lib/sdam/server.js:329:20) at Connection.onMessage (/app/node_modules/mongodb/lib/cmap/connection.js:242:9) at MessageStream. (/app/node_modules/mongodb/lib/cmap/connection.js:61:60)
at MessageStream.emit (node:events:526:28)
at processIncomingData (/app/node_modules/mongodb/lib/cmap/message_stream.js:125:16)
at MessageStream._write (/app/node_modules/mongodb/lib/cmap/message_stream.js:33:9)
at writeOrBuffer (node:internal/streams/writable:389:12)
Details
No response
Version
2.8.0
Steps to reproduce
Load the extension in the browser, navigate on YT and you should get the error time to time.
Code example, screenshot, or link to a repository
No response