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

BaseConfig (sap/base/config/_Configuration) error #255

Closed
AlexNecula-Cashtriba opened this issue Aug 30, 2023 · 1 comment
Closed

BaseConfig (sap/base/config/_Configuration) error #255

AlexNecula-Cashtriba opened this issue Aug 30, 2023 · 1 comment

Comments

@AlexNecula-Cashtriba
Copy link

Hi,

I am suddenly (not sure what triggered it) experiencing an error with the extension. The tab is still available in the console log, however it is empty.

The cause is the below function which tries to retrieve the debug info using BaseConfig.

image

BaseConfig is retrieved at the beginning of ToolsAPI.js as below:
var BaseConfig = sap.ui.require('sap/base/config/_Configuration');

Unfortunately, this fails therefore the error is triggered. If I make via debugging a dummy BaseConfig object with a method "get" that just returns "true", the extension seems to work alright, so at least I have a workaround for now.

SAPUI5 version: 1.96.12

Thank you,
Alex

@yanaminkova
Copy link
Member

Hello @AlexNecula-Cashtriba,

This issue is duplicate to #250, which was fixed with #251 and will be part of the new relеase.
Meanwhile, if necessary you could use the older version (1.6.1).
You can find the steps on the following link under "Direct download and use": https://github.com/SAP/ui5-inspector#direct-download-and-use

Thanks and Best regards,
Yana

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

No branches or pull requests

2 participants