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

yml_decode() error in core on decoding Date datatypes #1321

Open
Pieter12345 opened this issue Jun 12, 2022 · 0 comments
Open

yml_decode() error in core on decoding Date datatypes #1321

Pieter12345 opened this issue Jun 12, 2022 · 0 comments
Labels
bug Things that don't work as designed

Comments

@Pieter12345
Copy link
Contributor

yml_decode('test: 2022-07-01T18:30:00+02:00')

results in

Uh oh! You've found an error in Core.
This happened while running your code, so you may be able to find a workaround, but is ultimately an issue in Core.
The following code caused the error:
yml_decode('test: 2022-07-01T18:30:00+02:00')
on or around Interpreter:1.
Please report this to the developers, and be sure to include the version numbers:
Server version: SHELL;
MethodScript version: 3.3.5;
Loaded extensions and versions:
Core (3.3.5)
CHFile (0.0.7)
Here's the stacktrace:
java.lang.ClassCastException: java.util.Date cannot be cast to a Construct type
        at com.laytonsmith.core.constructs.Construct.GetConstruct(Construct.java:382)
        at com.laytonsmith.core.constructs.Construct.GetConstruct(Construct.java:370)
        at com.laytonsmith.core.constructs.Construct.GetConstruct(Construct.java:337)
        at com.laytonsmith.core.functions.DataTransformations$yml_decode.exec(DataTransformations.java:256)
        at com.laytonsmith.core.Script.eval(Script.java:449)
        at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:3030)
        at com.laytonsmith.tools.Interpreter$4.run(Interpreter.java:832)
        at java.base/java.lang.Thread.run(Thread.java:833)
@Pieter12345 Pieter12345 added the bug Things that don't work as designed label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that don't work as designed
Projects
None yet
Development

No branches or pull requests

1 participant