← Back to team overview

kicad-developers team mailing list archive

Re: CvPCB - Error

 

Wow, what a fantastic error message for such a situation.

I could not have said it better.




Sent from my Galaxy S®III

<div>-------- Original message --------</div><div>From: "José Eduardo S. C. Xavier" <josescxavier@xxxxxxxxxxx> </div><div>Date:07/17/2014  6:03 AM  (GMT-06:00) </div><div>To: Dick Hollenbeck <dick@xxxxxxxxxxx> </div><div>Cc: KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx> </div><div>Subject: Re: [Kicad-developers] CvPCB - Error </div><div>
</div>Hi again,
I'm getting again this error 
Errors were encountered loading footprints
IO_ERROR: https GET command failed
Cannot get/download Zip archive: 'https://codeload.github.com/KiCad/Capacitors.pretty/zip/master'
for library path: 'https://github.com/KiCad/Capacitors.pretty'.
Reason: 'Not found'
from /home/ze/Development/kicad_sources/kicad.bzr/pcbnew/github/github_plugin.cpp : remote_get_zip() : line 548
IO_ERROR: https GET command failed
Cannot get/download Zip archive: 'https://codeload.github.com/KiCad/Iut.pretty/zip/master'
for library path: 'https://github.com/KiCad/Iut.pretty'.
Reason: 'Not found'
from /home/ze/Development/kicad_sources/kicad.bzr/pcbnew/github/github_plugin.cpp : remote_get_zip() : line 548 


2014-03-04 15:35 GMT+00:00 José Eduardo S. C. Xavier <josescxavier@xxxxxxxxxxx>:
Thank you for the explanation :)


2014-03-04 14:22 GMT+00:00 Dick Hollenbeck <dick@xxxxxxxxxxx>:

OK, last thoughts.

What about having a very reduced number of libraries in the global table, but ones you
know you need on every project.


Then, in one dummy project, you have all the libraries known to man in the project
specific table.  This means its big and slow, but you don't work there.  It is only used
for library browsing.

You have this dummy project so you can copy rows from the dummy project's project specific
table, to other projects' project specific tables.  You can simply click on a row, and do
ctrl-C or right mouse click and do copy.

Then simply create a blank row in the recipient table, and do ctrl-V or right click paste.


I have not tried this, but it seems workable and I will be doing so soon.


Dick





Follow ups