carlosperate / ardublockly

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
http://ardublockly.embeddedlog.com
Apache License 2.0
451 stars 279 forks source link

build error #254

Open ErNisha4800 opened 8 months ago

ErNisha4800 commented 8 months ago

Build the first setp SUCCESS: msg\js\zh-hant.js SUCCESS: blockly_uncompressed.js Traceback (most recent call last): self.run() File "build.py", line 210, in gen_core self.do_compile(params, target_filename, filenames, []) File "build.py", line 280, in do_compile json_data = json.loads(json_str) File "c:\python27\lib\json__init__.py", line 339, in loads return _default_decoder.decode(s) File "c:\python27\lib\json\decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "c:\python27\lib\json\decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded

MrKumakun commented 6 months ago

Have you run git submodule update --init --recursive yet? https://github.com/carlosperate/ardublockly/wiki/Building-Ardublockly#download-the-source-code

However, some errors still occur, to fix there errors, we had to change the code. I am committing the fixes to my fork develop branch. https://github.com/MrKumakun/ardublockly-ja/tree/develop/

If it's of any use to you...