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

build error #254

Open
ErNisha4800 opened this issue Jan 16, 2024 · 1 comment
Open

build error #254

ErNisha4800 opened this issue Jan 16, 2024 · 1 comment

Comments

@ErNisha4800
Copy link

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
Copy link

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...

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

2 participants