29 Replies
Seve
Seve4mo ago
This is a pretty legit autorouter bug
No description
Seve
Seve4mo ago
it's failing to route these two little segments for some reason
No description
ansh.grover
ansh.groverOP4mo ago
@Seve so should i now approach to my sparkfun board i mean? what to do now? as i have completed all the things just setting up the pcb thing which is more than 50 perccent completed imo?
Seve
Seve4mo ago
you are blocked on the autorouter
ansh.grover
ansh.groverOP4mo ago
yes, i mean so should i leave this traces thing for now or just place the components on pcb at right position is that right @Seve ?
Seve
Seve4mo ago
@Techmannih @Mustafa7 you guys are probably getting different issues, you should file autorouter bug reports using the instructions in the docs
ansh.grover
ansh.groverOP4mo ago
also what is the step after that?
Seve
Seve4mo ago
yea i mean you can do everything else the autorouter might even fix itself if you move things then you PR to the sparkfun-boards repo, @shibo is managing that
ansh.grover
ansh.groverOP4mo ago
@Seve do i have to care about 3d thing as well or not? or is it just pcb and 3d run vice-versa.
Seve
Seve4mo ago
you should look at the 3d view just to make sure everything "looks right" if there's a missing model or a model looks rotated wrong there is possibly a bug that you can fix
ansh.grover
ansh.groverOP4mo ago
ok, i will do that, also what about that ai review thing is it working now?
Techmannih
Techmannih4mo ago
i m getting this.
No description
ansh.grover
ansh.groverOP4mo ago
have u checked my board?
Seve
Seve4mo ago
I think @Rishabh is looking into the ai review, idk why it's not working- it was working for me a couple days ago. yea this sucks because it's not clear what package is causing the problem probably somebody published a broken version FWIW you're not allowed to import from @tsci/* in the sparkfun-boards repo (it's a "pure repo" for training ai)
Mustafa7
Mustafa74mo ago
its the repo itself
Seve
Seve4mo ago
i mean what package is being downloaded
Mustafa7
Mustafa74mo ago
No description
Seve
Seve4mo ago
RE: what i said above, we don't know what package is causing the issue because it's using a uuid
Techmannih
Techmannih4mo ago
C165948 , C490691 for me
Mustafa7
Mustafa74mo ago
How to find it?
Techmannih
Techmannih4mo ago
No description
Seve
Seve4mo ago
that's not how a registry works guys also this thread is about an autorouting bug you guys are talking about a registry installation bug what does "bun install" do? It looks at the package.json and downloads dependencies one of your dependencies is not resolving properly you would need to modify the package.json to figure out which dependency is the issue that repo isn't supposed to have any @tsci/ imports but one of the @tsci/ imports is causing a problem i'm modifying the backend to give better urls so it's easier to debug but it's also not super difficult to figure out by inspecting deps IIUC
Mustafa7
Mustafa74mo ago
this is the only line which uses @tsci
No description
Seve
Seve4mo ago
yea so that's probably where the problem is CC @shibo i think your package isn't downloading from the registry properly- it may be failing transpilation or who knows also the only thing that matters is what's in the package.json for a bun install fwiw
Mustafa7
Mustafa74mo ago
No description
Seve
Seve4mo ago
yea so i would just remove that dep and replace the "@tsci/*" with a "imports/MCP..." and copy over shibo's source code probably should be done in a separate PR
Mustafa7
Mustafa74mo ago
so wait the boards that we pr shouldn't be in the deps no?
Seve
Seve4mo ago
yea you shouldn't import from @tsci/*, all the source code needs to be inside the repo because we're using it to train ai
Mustafa7
Mustafa74mo ago
Ok

Did you find this page helpful?