modal-dsl / modal

A Domain Specific Language for AL Extension Development
Apache License 2.0
16 stars 4 forks source link

Exception in thread "Thread-0" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 741562 path $ #15

Closed Hofschn8 closed 4 years ago

Hofschn8 commented 4 years ago

Good morning, I tried to run the demo project and generate AL-objects from the seminar.management.mdal file. I used the latest BC version and installed JRE8 as mentioned. But when I click to "Generate AL File" I get following error: Exception in thread "Thread-0" com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 741562 path $

Attached the full Error Output Error.txt

Can somebody help?

BR

joneug commented 4 years ago

Hi! Could you zip the contents of your .alpackages folder and send it to me via e-mail? You can find my e-mail address on my GitHub profile page.

joneug commented 4 years ago

Just released version 0.3.1 of mdAL and its corresponding VS Code extension. Please update your extension installation. The exception should not be thrown anymore.

I am closing this issue. If you encounter further issues please reopen.