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

I get errors while triing to run a command #78

Open
Obili69 opened this issue Oct 8, 2024 · 0 comments
Open

I get errors while triing to run a command #78

Obili69 opened this issue Oct 8, 2024 · 0 comments

Comments

@Obili69
Copy link

Obili69 commented Oct 8, 2024

Describe the bug
christianobrecht@Christians-MacBook-Pro ~ % JLC2KiCadLib C1337258 /Users/christianobrecht/Documents/KiCad/LIB
2024-10-08 14:29:53,334 - INFO - creating library for component C1337258
2024-10-08 14:29:53,486 - INFO - creating footprint ...
2024-10-08 14:29:53,658 - INFO - Downloading STEP Model ...
2024-10-08 14:29:53,941 - INFO - STEP model created at JLC2KiCad_lib/footprint/packages3d/VQFN-48_L7.0-W7.0-P0.50-BL-EP5.5.step
2024-10-08 14:29:53,942 - INFO - added JLC2KiCad_lib/footprint/packages3d/VQFN-48_L7.0-W7.0-P0.50-BL-EP5.5.step to footprint
2024-10-08 14:29:53,947 - INFO - created 'JLC2KiCad_lib/footprint/VQFN-48_L7.0-W7.0-P0.50-BL-EP5.5.kicad_mod'
2024-10-08 14:29:54,117 - INFO - creating symbol STM32L431CCU6_0 in STM32L431CCU6
2024-10-08 14:29:54,119 - INFO - found component already in STM32L431CCU6, updating STM32L431CCU6
2024-10-08 14:29:54,122 - INFO - creating library for component /Users/christianobrecht/Documents/KiCad/LIB
Traceback (most recent call last):
File "/Users/christianobrecht/Library/Python/3.11/bin/JLC2KiCadLib", line 8, in
sys.exit(main())
^^^^^^
File "/Users/christianobrecht/Library/Python/3.11/lib/python/site-packages/JLC2KiCadLib/JLC2KiCadLib.py", line 181, in main
add_component(component, args)
File "/Users/christianobrecht/Library/Python/3.11/lib/python/site-packages/JLC2KiCadLib/JLC2KiCadLib.py", line 14, in add_component
data = json.loads(
^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Expected behavior
An output in the library folder

Additional context
running on Mac os 15 M1

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