Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught RangeError: Invalid array length #960

Open
paustint opened this issue Jun 26, 2024 · 0 comments
Open

Uncaught RangeError: Invalid array length #960

paustint opened this issue Jun 26, 2024 · 0 comments
Assignees
Labels

Comments

@paustint
Copy link
Contributor

View details in Rollbar: https://app.rollbar.com/a/jetstream/fix/item/Jetstream/1511


RangeError: Invalid array length
  File "../../../node_modules/xlsx/xlsx.mjs", line 2292, in a2s
    	for(var i = 0; i < o.length; ++i) out[i] = String.fromCharCode(o[i]);
  File "../../../node_modules/xlsx/xlsx.mjs", line 2300, in write
    		case "binary": return typeof o == "string" ? o : a2s(o);
  File "../../../node_modules/xlsx/xlsx.mjs", line 27177, in write_zip_denouement
    	var out = z.FullPaths ? CFB.write(z, {fileType:"zip", type: /*::(*/{"nodebuffer": "buffer", "str...
  File "../../../node_modules/xlsx/xlsx.mjs", line 27157, in write_zip_type
    	return write_zip_denouement(z, o);
  File "../../../node_modules/xlsx/xlsx.mjs", line 27294, in writeSync
    		case 'ods': return write_zip_type(wb, o);
  File "../../../node_modules/xlsx/xlsx.mjs", line 27258, in writeSync
    	if(o.type == "array") { o.type = "binary"; var out/*:string*/ = (writeSync(wb, o)/*:any*/); o.ty...
  File "../../../libs/shared/ui-utils/src/lib/shared-ui-utils.ts", line 343, in excelWorkbookToArrayBuffer
      const workbookArrayBuffer: ArrayBuffer = XLSX.write(workbook, {
  File "https://getjetstream.app/index-FFsLenOw.js", line 4, in Yi
  File "https://getjetstream.app/index-FFsLenOw.js", line 4, in ct
  File "../../../node_modules/react-dom/cjs/react-dom.production.min.js", line 54, in Object.FZ
    typeof c)throw Error(p(231,b,typeof c));return c}var Lb=!1;if(ia)try{var Mb={};Object.definePrope...
@paustint paustint self-assigned this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant