A user reported that they got the following error when they tried to export the data via the "Save Data" button:
Uncaught (in promise)
Object { name: "UnknownError", message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code.\n UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code.", inner: DOMException, stack: "", ... }
inner: DOMException: The operation failed for reasons unrelated to the database itself and not covered by any other error code.
code: 0
columnNumber: 0
data: null
filename: ""
lineNumber: 0
message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code."
name: "UnknownError"
result: 2154168321
stack: ""
<prototype>: DOMExceptionPrototype { name: Getter, message: Getter, INDEX_SIZE_ERR: 1, ... }
message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code.\n UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code."
name: "UnknownError"
stack:
<get stack()>: function get()
<prototype>: Object { stack: "", ... }
manageRecordedData.js:150:32
They told me that they couldn't export the data since September 2025. But they could export the data when they excluded the request dates.
A user reported that they got the following error when they tried to export the data via the "Save Data" button:
```
Uncaught (in promise)
Object { name: "UnknownError", message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code.\n UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code.", inner: DOMException, stack: "", ... }
inner: DOMException: The operation failed for reasons unrelated to the database itself and not covered by any other error code.
code: 0
columnNumber: 0
data: null
filename: ""
lineNumber: 0
message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code."
name: "UnknownError"
result: 2154168321
stack: ""
<prototype>: DOMExceptionPrototype { name: Getter, message: Getter, INDEX_SIZE_ERR: 1, ... }
message: "The operation failed for reasons unrelated to the database itself and not covered by any other error code.\n UnknownError: The operation failed for reasons unrelated to the database itself and not covered by any other error code."
name: "UnknownError"
stack:
<get stack()>: function get()
<prototype>: Object { stack: "", ... }
manageRecordedData.js:150:32
```
They told me that they couldn't export the data since September 2025. But they could export the data when they excluded the request dates.