platformio-home icon indicating copy to clipboard operation
platformio-home copied to clipboard

Libraries: Data

Open heeen opened this issue 2 years ago • 1 comments

PIO Core Call Error: "Error: Traceback (most recent call last):\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/platformio/main.py", line 102, in main\n cli() # pylint: disable=no-value-for-parameter\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/click/core.py", line 1130, in call\n return self.main(*args, **kwargs)\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/click/core.py", line 1055, in main\n rv = self.invoke(ctx)\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/platformio/cli.py", line 71, in invoke\n return super().invoke(ctx)\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/click/core.py", line 1657, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/click/core.py", line 1657, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/click/core.py", line 1404, in invoke\n return ctx.invoke(self.callback, **ctx.params)\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/click/core.py", line 760, in invoke\n return __callback(*args, **kwargs)\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func\n return f(get_current_context(), args, kwargs)\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/platformio/commands/lib.py", line 388, in lib_show\n lib = regclient.fetch_json_data(\n File "/home/florian/.platformio/penv/lib/python3.10/site-packages/platformio/http.py", line 150, in fetch_json_data\n return json.loads(result)\n File "/usr/lib/python3.10/json/init.py", line 346, in loads\n return _default_decoder.decode(s)\n File "/usr/lib/python3.10/json/decoder.py", line 337, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n File "/usr/lib/python3.10/json/decoder.py", line 355, in raw_decode\n raise JSONDecodeError("Expecting value", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n\n============================================================\n\nAn unexpected error occurred. Further steps:\n\n Verify that you have the latest version of PlatformIO using\n pip install -U platformio command\n\n Try to find answer in FAQ Troubleshooting section\n https://docs.platformio.org/page/faq/index.html\n\n Report this problem to the developers\n https://github.com/platformio/platformio-core/issues\n\n============================================================"

heeen avatar Oct 09 '22 14:10 heeen

laptop ran out of battery before and now I can't install this library (LedControl) I can't find the broken json file it chokes on. would be nice to print the file so you can delete it or fix it manually

heeen avatar Oct 09 '22 14:10 heeen

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Nov 09 '22 14:11 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 20 '22 22:12 stale[bot]