We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you want to load a model where a plugin is used which is not available on the target ARE, the error message is confusing.
E.g., use KeyboardCapture or SyntheticVoice plugin on a Linux machine -> "Internal server error".
To determine the missing plugin, you need to start the ARE in a debug session, which is normally not done when installed as deb package.
Is it possible to evaluate the exception message and display it in the browser pop-up?
The text was updated successfully, but these errors were encountered:
This would indeed be great. Maybe we can find a better approach by checking for a 'UnsatisfiedLinkException'.
Nevertheless the issue has a low priority for me.
Sorry, something went wrong.
No branches or pull requests
If you want to load a model where a plugin is used which is not available on the target ARE, the error message is confusing.
E.g., use KeyboardCapture or SyntheticVoice plugin on a Linux machine -> "Internal server error".
To determine the missing plugin, you need to start the ARE in a debug session, which is normally not done when installed as deb package.
Is it possible to evaluate the exception message and display it in the browser pop-up?
The text was updated successfully, but these errors were encountered: