-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
ValueError: Expecting Property Name on compile #759
Comments
Please reinstall (repeat You should see warning/yellow message about a broken library. This library contains |
I uninstalled and reinstalled the dev version and I did not get any errors about any libraries.
|
I mean "embedded" library, not system. Please process/run your project. |
I ran the project, and i get a bunch of errors, but the first one is this one: here is the library.json file:
|
I got, the problem is linked with unicode |
Where did you find this manifest? It's broken. I've just fixed it: {
"name":"ArtNet",
"frameworks":"Arduino",
"platforms": "teensy",
"keywords":"ArtNet, LED, LEDs, DMX, E1.31",
"description":"Control LEDs over Ethernet using the Artnet Protocol",
"homepage":"http://forum.pjrc.com/threads/24688-Artnet-to-OctoWS2811/page10",
"authors":[
{
"name":"Nathanaël Lécaudé"
},
{
"name":"mortonkopf"
}
],
"repository":{
"name":"git",
"url":"https://github.com/natcl/Artnet"
}
} Please use JSON validator https://jsonformatter.curiousconcept.com |
It is what was installed with the framework-teensy that gets installed with platformio. |
ah! no, I figued that framework-arduinoteensy was re-installed with platformio. This is the framework-arduinoteensy that comes from the PJRC installer. I had updated it to 1.29 to try and troubleshoot another issue. So the broken unicode must come from PJRC. |
I deleted framework-arduinoteensy and re-ran my project and now it seems to work. Lots of other new errors, but I need to work through them. |
It's not broken unicode. The unicode is OK. The problem with JSON format. It's broken. I've just checked
Is this new library located in 1.29? |
This is PlatformIO related issues or yours? |
I think it might be platform related, but I am not sure:
|
Lots of other errors, but that seems to be the root |
And yes, that new library is in 1.29 |
😆
What does this library do in Teensy framework? Could you compile it with Teeensyduino? |
This library is developed by PJRC, it utilizes a DSP instruction set within the Arm Cortex M4 for audio processing capabilities. It compiles fine with Teensyduino. |
I got you. Thanks a lot! 👍 Please move this #759 (comment) to https://github.com/platformio/platform-teensy/issues This repository is intended for PlatformIO Core. |
* develop: Fix incorrect line order when converting from INO to CPP and pointer is used Fix unit test Notify about `version` field when creating library Add support for SparkFun Blynk Board Return valid exit code from ``plaformio test`` command Disable SSL Server-Name-Indication for Python < 2.7.9 Version bump to 3.0.1 (issue #772) Disable temporary SSL for PlatformIO services // Resolve #772 Version bump to 3.0.0 (issues #770, #766, #747, #730, #765, #640, #659, #742, #459, #542, #763, #759, #753, #757, #749, #748, #745, #519, #709, #743, #413, #498, #410, #740, #361, #414, #554, #732, #588, #475, #461, #101, #719, #721, #537, #415, #522, #289, #556, #570, #456, #617, #432, #408, #479, #667, #510) Fix menu height for docs Fix issue with multiple archives when linking firmware Add migration guide for PIO2 to PIO3 Search libraries by headers/includes with ``platformio lib search --header`` option Update pio run command examples Add Unit Testing Demo Update PIO Plus badge title and link Add PlatformIO Plus badge Add links to PlatformIO Plus
I can successfully install pio 3.0.0a6, but when I try to build, i get the following errors:
This is compiling for Teensy version 1.28 (latest teensy version on pio)
The text was updated successfully, but these errors were encountered: