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

Reference Error : "Shortcut is not defined" #2564

Open
ahmedmoselhi opened this issue Aug 17, 2022 · 0 comments
Open

Reference Error : "Shortcut is not defined" #2564

ahmedmoselhi opened this issue Aug 17, 2022 · 0 comments

Comments

@ahmedmoselhi
Copy link

ahmedmoselhi commented Aug 17, 2022

ReferenceError: "Shortcut" is not defined
	at <js> :program(Unnamed:1:4-11)
	at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:379)
	at org.phoenicis.scripts.engine.implementation.PolyglotScriptEngine.evalAndReturn(PolyglotScriptEngine.java:73)
	at org.phoenicis.scripts.session.PhoenicisInteractiveScriptSession.eval(PhoenicisInteractiveScriptSession.java:35)
	at org.phoenicis.scripts.interpreter.BackgroundScriptInterpreter.lambda$createInteractiveSession$1(BackgroundScriptInterpreter.java:45)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)

also there is another error : script not found engines..shortcuts

Script not found: engines..shortcuts.
	at org.phoenicis.scripts.interpreter.ScriptFetcher.getScript(ScriptFetcher.java:36)
	at org.phoenicis.scripts.engine.injectors.IncludeInjector.lambda$injectInto$0(IncludeInjector.java:42)
	at <js> :program(Unnamed:1:17-46)
	at org.graalvm.sdk/org.graalvm.polyglot.Context.eval(Context.java:379)
	at org.phoenicis.scripts.engine.implementation.PolyglotScriptEngine.evalAndReturn(PolyglotScriptEngine.java:73)
	at org.phoenicis.scripts.session.PhoenicisInteractiveScriptSession.eval(PhoenicisInteractiveScriptSession.java:35)
	at org.phoenicis.scripts.interpreter.BackgroundScriptInterpreter.lambda$createInteractiveSession$1(BackgroundScriptInterpreter.java:45)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by host exception: org.phoenicis.scripts.exceptions.ScriptException: Script not found: engines..shortcuts.
@ahmedmoselhi ahmedmoselhi changed the title build error Reference Error : "Shortcut is not defined" Aug 17, 2022
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

1 participant