-
Notifications
You must be signed in to change notification settings - Fork 6
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
🐛 Create Project fails for V5 with "Unterminated string in JSON at position 8182" #222
Comments
@arrowsmith001 what version of pros kernel were you attempting to use? Or did you never get to choose? |
@Jackman3323 I am having the same exact issue, and error, when creating a project it doesn't ask for a kernel version like it has in previous versions, but I am on kernel version 4.0.5. This is the full error message I get in PROS output in terminal: Uc&42BWAaQ{"type": "log/message", "level": "INFO", "message": "INFO -
|
Same as @Lunar-Eclipse255, I didn't get as far as choosing the PROS kernel version. It seems to fail while fetching them. |
@arrowsmith001, @Lunar-Eclipse255: Just an update for y'all while we look into how the pros conductor file is breaking in this way, running pros c reset should get you up and running again. It will reset your locally cached templates/depots to the default so things like lemlib will need to be re-fetched. The reset command will be added as a button in the next update (see #224). Please let us know here if this doesn't fix project creation. |
@Jackman3323 The reset command does indeed fix the issue. From this, I found that the act of adding a depot via the CLI is what causes this bug. After adding a depot with With this in mind I tried to recreate it on Windows and can confirm its only happening on my MacBook. I'm not sure at this point if this is an issue with LemLib, the CLI depot functionality or the extension. |
Bug Description
User cannot create a new PROS V5 project through the PROS VS Code extension. This seems to happen on Mac OS, but not Windows.
Platform
MacBook Pro running Sonoma 14.2.1
Steps to reproduce
At this point the PROS extension commands seem unresponsive.
The text was updated successfully, but these errors were encountered: