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

Sript lab custom function feature does not work #906

Open
Vladyslav42v opened this issue Jul 26, 2021 · 2 comments
Open

Sript lab custom function feature does not work #906

Vladyslav42v opened this issue Jul 26, 2021 · 2 comments

Comments

@Vladyslav42v
Copy link

Vladyslav42v commented Jul 26, 2021

Bug Report

  • Microsoft® Excel® 2019 MSO (16.0.14131.20278) 32-bit
  • Windows
  • Prod

How to reproduce:
Ribbon -> Script lab -> Funtions

Actual behavior:

When I try to access script lab custom functions feature I am greeted with message. So the issue is not even in some particular function, the whole feature does not work.

Error:
{
"stack": "RichApi.Error: There was an internal error while processing the request.\n at new n (https://appsforoffice.microsoft.com/lib/beta/hosted/excel-win32-16.01.js:26:235928)\n at n.o.processRequestExecutorResponseMessage (https://appsforoffice.microsoft.com/lib/beta/hosted/excel-win32-16.01.js:26:299150)\n at https://appsforoffice.microsoft.com/lib/beta/hosted/excel-win32-16.01.js:26:297255",
"message": "There was an internal error while processing the request.",
"name": "RichApi.Error",
"code": "GeneralException",
"traceMessages": [],
"innerError": null,
"debugInfo": {
"code": "GeneralException",
"message": "There was an internal error while processing the request.",
"errorLocation": "CustomFunctionManager.register",
"statement": "v.register(...);",
"surroundingStatements": [
"var workbook = context.workbook;",
"var v = Microsoft.ExcelServices.CustomFunctionManager.newObject();",
"// >>>>>",
"v.register(...);",
"// <<<<<"
],
"fullStatements": [
"Please enable config.extendedErrorLogging to see full statements."
]
},
"httpStatusCode": 500
}

Screenshot:

image

@chenxizhang
Copy link

image

@davit-Margvelashvili
Copy link

Custom functions return #Bussy error even while using simple sample code like 'spherevolume'

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

No branches or pull requests

4 participants