-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
All mappings are suddenly lost #457
Comments
I also am having this problem on an upgrade to the latest release version, using KiCAD 7.0.9. I downgraded to 2023.09 and the parts and mappings came back. I will remain on 2023.09 until this bug is fixed. |
Presumably to go back a version you need to fetch through Git directly, rather than using KiCad's "Plugin and Content Manager"? |
I first removed the new version, and then I downloaded the 2023.09 version from the Releases section here on Github, so yes, I didn't use KiCAD's Plugin and Content Manager. |
Thanks! |
Sadly that didn't work for me. I downloaded 2023.09 but the LCSC values didn't come back. |
I typed all of the LCSCs in again and lost them again, so I'll wait for this bug to be fixed before using again. This time it happened when closing the PCB editor and re-opening (even though I'd clicked "Save Mappings"). EDIT this occurred with the latest code, when reverting to 2023.09 didn't fix anything for me I went back to latest. |
I have a rough idea whats the problem but I'm not sure what going on. The 3 databases (parts, totations, mappings) are stored under the plugin forlder in
In order to update a plugin installed via PCM you need to remove it first, which deletes the entire folder and therefore the databases as well. I don't know if theres a place to store data "persistent" so that it survices an update ... |
Is your hypothesis that the loss of mappings will only occur if you install/update a plug-in? I don't think that was the case for me. |
@cutlasses Then I don't have an explanation what happened ... You can export your mapping an import them, just in case this happens again. |
@Bouni could the issue be pressing the launch icon whilst the app is already running? I do all my KiCad work on my laptop with limited screen real-estate. The JLC exporter doesn't appear under the Windows list in KiCad, so I'm often losing it, and I've sometimes just pressed the launch icon again to switch to it. Could that be launching 2 instances and causing issues? I'm annotating another board. I'm regularly saving mappings, and exporting back to the schematic. No issues so far.. |
Describe the bug
After using the plug-in and entering in many LCSC values the mappings, the mappings I've entered have disappeared. If I click Mappings I can see the part mappings are there but they don't appear on the main menu, and when I generate the files the csvs are empty. I tried to import from a previously exported csv and it loaded the mappings correctly, but they still didn't appear in the main screen.
To Reproduce
The method to reproduce is not known to me, I just used the plug-in and the mappings were lost. It might be related to switching context. I find it's possible to accidentally open multiple copies of this plug-in, because it doesn't appear on task bar. MacBook M1 Pro Sonoma 14.4
Expected behavior
Mappings to stay until I delete them.
KiCad Version
The text was updated successfully, but these errors were encountered: